diff options
-rw-r--r-- | Default/desktop.conf | 2 | ||||
-rw-r--r-- | Makefile | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Default/desktop.conf b/Default/desktop.conf index dca169f..aea534d 100644 --- a/Default/desktop.conf +++ b/Default/desktop.conf @@ -2,7 +2,7 @@ window_manager=openbox-lxde [GTK] -sNet/ThemeName=Ia Ora Arctic +sNet/ThemeName=oxygen-gtk sNet/IconThemeName=nuoveXT2 sGtk/FontName=Sans 10 iGtk/ToolbarStyle=3 @@ -1,5 +1,5 @@ PACKAGE = mageia-lxde-config -VERSION = 0.6.1 +VERSION = 0.6.2 prefix=$(prefix) lxdeprofdir=$(localstatedir)/mageia/lxde-profiles @@ -26,8 +26,7 @@ localcopy: svn export -q -rBASE . $(PACKAGE)-$(VERSION) tar: localcopy - tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) - bzip2 -9vf $(PACKAGE)-$(VERSION).tar + tar cvJf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION) rm -rf $(PACKAGE)-$(VERSION) dist: cleandist localcopy tar |