Added: mageia-lxde-config/trunk/ChangeLog
===================================================================
--- mageia-lxde-config/trunk/ChangeLog (rev 0)
+++ mageia-lxde-config/trunk/ChangeLog 2011-02-04 22:19:52 UTC (rev 420)
@@ -0,0 +1,4 @@
+2008-05-10 09:39 Funda Wang <fundawang at gmail.com>
+
+ * ., Flash, Free, One, Powerpack: import mandriva-lxde-config
+
Added: mageia-lxde-config/trunk/Free/desktop.conf
===================================================================
--- mageia-lxde-config/trunk/Free/desktop.conf (rev 0)
+++ mageia-lxde-config/trunk/Free/desktop.conf 2011-02-04 22:19:52 UTC (rev 420)
@@ -0,0 +1,21 @@
+[Session]
+window_manager=openbox-lxde
+
+[GTK]
+sNet/ThemeName=Ia Ora Arctic
+sNet/IconThemeName=nuoveXT2
+sGtk/FontName=Sans 10
+iGtk/ToolbarStyle=3
+iGtk/ButtonImages=1
+iGtk/MenuImages=1
+iGtk/CursorThemeSize=18
+iXft/Antialias=1
+
+[Mouse]
+AccFactor=20
+AccThreshold=10
+LeftHanded=0
+
+[Keyboard]
+Delay=500
+Interval=30
Added: mageia-lxde-config/trunk/Makefile
===================================================================
--- mageia-lxde-config/trunk/Makefile (rev 0)
+++ mageia-lxde-config/trunk/Makefile 2011-02-04 22:19:52 UTC (rev 420)
@@ -0,0 +1,44 @@
+PACKAGE = mageia-lxde-config
+VERSION = 0.6
+
+prefix=$(prefix)
+lxdeprofdir=$(localstatedir)/mageia/lxde-profiles
+
+install:
+ -install -d $(DESTDIR)$(lxdeprofdir)
+
+# -install -d $(DESTDIR)$(lxdeprofdir)/Flash
+# install -m 644 Flash/desktop.conf $(DESTDIR)$(lxdeprofdir)/Flash
+#
+ -install -d $(DESTDIR)$(lxdeprofdir)/Free
+ install -m 644 Free/desktop.conf $(DESTDIR)$(lxdeprofdir)/Free
+#
+# -install -d $(DESTDIR)$(lxdeprofdir)/One
+# install -m 644 One/desktop.conf $(DESTDIR)$(lxdeprofdir)/One
+#
+# -install -d $(DESTDIR)$(lxdeprofdir)/Powerpack
+# install -m 644 Powerpack/desktop.conf $(DESTDIR)$(lxdeprofdir)/Powerpack
+
+cleandist:
+ rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2
+
+localcopy:
+ svn export -q -rBASE . $(PACKAGE)-$(VERSION)
+
+tar:
+ tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
+ bzip2 -9vf $(PACKAGE)-$(VERSION).tar
+ rm -rf $(PACKAGE)-$(VERSION)
+
+dist: cleandist localcopy tar
+
+.PHONY: ChangeLog log changelog
+
+log: ChangeLog
+
+changelog: ChangeLog
+
+ChangeLog: ../../common/username.xml
+ svn2cl --accum --authors ../../common/username.xml
+ rm -f *.bak
+ svn commit -m "Generated by svn2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog
Property changes on: mageia-lxde-config/trunk/Makefile
___________________________________________________________________
Added: svn:eol-style
+ native