[openbox] 2.2.2 released
Fryderyk Dziarmagowski
freetz at gmx.net
Mon Dec 9 14:36:18 EST 2002
On Sat, 7 Dec 2002 23:41:02 -0600
Ben Jansens <ben at orodu.net> wrote:
> Hello all,
>
> Thought I'd let you all know that 2.2.2 is out. The big change in
> 2.2.2 is some new checks in configure for Xft versions.
>
> I'd really appreciate that everyone try 2.2.2 and make sure it builds
> with xft support for them. :)
>
> Ben
There are still problems with pl_PL nls. And this should to resolve it.
Greets.
diff -urN openbox-2.2.2.orig/nls/pl_PL/Makefile.am
openbox-2.2.2/nls/pl_PL/Makefile.am---
openbox-2.2.2.orig/nls/pl_PL/Makefile.am Tue Nov 26 03:07:30 2002+++
openbox-2.2.2/nls/pl_PL/Makefile.am Sun Dec 8 14:41:48 2002@@ -1,4 +1,4 @@
-# Makefile.am for Openbox - an X11 Window Manager
+# Makefile.am for Blackbox - an X11 Window Manager
NLSTEST = @NLS@
THE_LANG = pl_PL
@@ -11,24 +11,27 @@
all-local: openbox.cat
install-data-local: openbox.cat
- @if test x$(NLSTEST) = "x-DNLS"; then \
+ @if test x$(NLSTEST) = "xyes"; then \
echo "Installing catalog in $(THE_NLS_PATH)"; \
$(mkinstalldirs) $(THE_NLS_PATH); \
$(INSTALL_DATA) openbox.cat $(THE_NLS_PATH); \
+ rm -f $(DESTDIR)$(pkgdatadir)/nls/pl; \
+ ln -f -s pl_PL $(DESTDIR)$(pkgdatadir)/nls/pl; \
fi
uninstall-local:
- @if test x$(NLSTEST) = "x-DNLS"; then \
+ @if test x$(NLSTEST) = "xyes"; then \
rm -f $(THE_NLS_PATH)/openbox.cat; \
+ rm -f $(DESTDIR)$(pkgdatadir)/nls/pl; \
rmdir $(THE_NLS_PATH); \
fi
Translation.m: $(MFILES)
- @if test x$(NLSTEST) = "x-DNLS"; then \
+ @if test x$(NLSTEST) = "xyes"; then \
awk -f @srcdir@/../convert.awk output=Translation.m $(MFILES); \
fi
openbox.cat: Translation.m
- @if test x$(NLSTEST) = "x-DNLS"; then \
+ @if test x$(NLSTEST) = "xyes"; then \
$(gencat_cmd) openbox.cat Translation.m; \
fi
--
[ Refugiado Comunista <freetz at gmx.net> LRU 164489 ICQ 8579586 ]
More information about the openbox
mailing list