diff options
-rw-r--r-- | Flash/desktop.conf | 21 | ||||
-rw-r--r-- | Makefile | 24 | ||||
-rw-r--r-- | One/desktop.conf | 21 | ||||
-rw-r--r-- | Powerpack/desktop.conf | 21 |
4 files changed, 12 insertions, 75 deletions
diff --git a/Flash/desktop.conf b/Flash/desktop.conf deleted file mode 100644 index 66badf3..0000000 --- a/Flash/desktop.conf +++ /dev/null @@ -1,21 +0,0 @@ -[Session] -window_manager=openbox-lxde - -[GTK] -sNet/ThemeName=Ia Ora Smooth -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 @@ -1,23 +1,23 @@ -PACKAGE = mandriva-lxde-config -VERSION = 0.5 +PACKAGE = mageia-lxde-config +VERSION = 0.6 prefix=$(prefix) -lxdeprofdir=$(localstatedir)/mandriva/lxde-profiles +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)/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 +# +# -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 diff --git a/One/desktop.conf b/One/desktop.conf deleted file mode 100644 index 66badf3..0000000 --- a/One/desktop.conf +++ /dev/null @@ -1,21 +0,0 @@ -[Session] -window_manager=openbox-lxde - -[GTK] -sNet/ThemeName=Ia Ora Smooth -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 diff --git a/Powerpack/desktop.conf b/Powerpack/desktop.conf deleted file mode 100644 index 9419da8..0000000 --- a/Powerpack/desktop.conf +++ /dev/null @@ -1,21 +0,0 @@ -[Session] -window_manager=openbox-lxde - -[GTK] -sNet/ThemeName=Ia Ora Blue -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 |