summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Default/desktop.conf2
-rw-r--r--Makefile5
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
diff --git a/Makefile b/Makefile
index 1fa45e5..628849a 100644
--- a/Makefile
+++ b/Makefile
@@ -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