From 6ce00535cde68bec6e36d15dbf702e6091541148 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Mon, 7 Sep 2009 20:47:17 +0200 Subject: Maj lxde-common#0.4.2-3, ajout du thème NuTyX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/lxde-common/.footprint | 3 ++ extra/lxde-common/.md5sum | 3 ++ extra/lxde-common/Pkgfile | 10 ++++- extra/lxde-common/bouton02.png | Bin 0 -> 5220 bytes extra/lxde-common/flamesblue.png | Bin 0 -> 3253 bytes extra/lxde-common/lxde-common-0.4.2-nutyx-01.patch | 42 +++++++++++++++++++++ 6 files changed, 56 insertions(+), 2 deletions(-) create mode 100644 extra/lxde-common/bouton02.png create mode 100644 extra/lxde-common/flamesblue.png create mode 100644 extra/lxde-common/lxde-common-0.4.2-nutyx-01.patch (limited to 'extra/lxde-common') diff --git a/extra/lxde-common/.footprint b/extra/lxde-common/.footprint index 6139b2c08..60d73d3ed 100644 --- a/extra/lxde-common/.footprint +++ b/extra/lxde-common/.footprint @@ -6230,6 +6230,7 @@ drwxrwxrwx root/root usr/share/icons/nuoveXT2/extra/ drwxr-xr-x root/root usr/share/lxde/ -rw-r--r-- root/root usr/share/lxde/config drwxr-xr-x root/root usr/share/lxde/images/ +-rw-r--r-- root/root usr/share/lxde/images/bouton02.png -rw-r--r-- root/root usr/share/lxde/images/logout-banner.png -rw-r--r-- root/root usr/share/lxde/images/lxde-icon.png drwxr-xr-x root/root usr/share/lxde/openbox/ @@ -6243,6 +6244,8 @@ drwxr-xr-x root/root usr/share/lxde/wallpapers/ -rw-r--r-- root/root usr/share/lxde/wallpapers/lxde_red.jpg -rw-r--r-- root/root usr/share/lxde/wallpapers/nutyx2009.png drwxr-xr-x root/root usr/share/lxpanel/ +drwxr-xr-x root/root usr/share/lxpanel/images/ +-rw-r--r-- root/root usr/share/lxpanel/images/flamesblue.png drwxr-xr-x root/root usr/share/lxpanel/profile/ drwxr-xr-x root/root usr/share/lxpanel/profile/LXDE/ -rw-r--r-- root/root usr/share/lxpanel/profile/LXDE/config diff --git a/extra/lxde-common/.md5sum b/extra/lxde-common/.md5sum index a8c2963d0..d88ea9215 100644 --- a/extra/lxde-common/.md5sum +++ b/extra/lxde-common/.md5sum @@ -1,3 +1,6 @@ +406f5e8d17d90e0fd48419fa1ff94798 bouton02.png 6c82b9d53cf2abad74f140d1abc12546 config +61b13f5b97aac6fe2de1289bc1fdc643 flamesblue.png +342c089544e97f11fa12981679d9a774 lxde-common-0.4.2-nutyx-01.patch 81978c149ef7f349d904c4796d623ee6 lxde-common-0.4.2.tar.bz2 1ccc9f9fcf2c46c19273fed4d461fcd5 nutyx2009.png diff --git a/extra/lxde-common/Pkgfile b/extra/lxde-common/Pkgfile index 4bfad5620..1eabf758c 100644 --- a/extra/lxde-common/Pkgfile +++ b/extra/lxde-common/Pkgfile @@ -6,12 +6,14 @@ name=lxde-common version=0.4.2 -release=2 +release=3 source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.bz2\ - config nutyx2009.png) + config nutyx2009.png flamesblue.png lxde-common-0.4.2-nutyx-01.patch\ + bouton02.png) build() { cd $name-$version +patch -Np1 -i ../$name-$version-nutyx-01.patch ./configure --prefix=/usr \ --sysconfdir=/etc make @@ -24,6 +26,10 @@ install -D -m644 ../config \ $PKG/usr/share/lxde/config install -D -m644 ../nutyx2009.png \ $PKG/usr/share/lxde/wallpapers/nutyx2009.png +install -D -m644 ../bouton02.png \ + $PKG/usr/share/lxde/images/bouton02.png +install -D -m644 ../flamesblue.png \ + $PKG/usr/share/lxpanel/images/flamesblue.png } diff --git a/extra/lxde-common/bouton02.png b/extra/lxde-common/bouton02.png new file mode 100644 index 000000000..d21c0346f Binary files /dev/null and b/extra/lxde-common/bouton02.png differ diff --git a/extra/lxde-common/flamesblue.png b/extra/lxde-common/flamesblue.png new file mode 100644 index 000000000..970701793 Binary files /dev/null and b/extra/lxde-common/flamesblue.png differ diff --git a/extra/lxde-common/lxde-common-0.4.2-nutyx-01.patch b/extra/lxde-common/lxde-common-0.4.2-nutyx-01.patch new file mode 100644 index 000000000..66fb3e235 --- /dev/null +++ b/extra/lxde-common/lxde-common-0.4.2-nutyx-01.patch @@ -0,0 +1,42 @@ +--- lxde-common-0.4.2/lxpanel/panel.in 2008-06-15 20:30:26.000000000 +0000 ++++ lxde-common-0.4.2/lxpanel/panel.in.new 2009-09-07 17:39:50.000000000 +0000 +@@ -16,7 +16,7 @@ + usefontcolor=1 + fontcolor=#ffffff + background=1 +- backgroundfile=@prefix@/share/lxpanel/images/background.png ++ backgroundfile=/usr/share/lxpanel/images/flamesblue.png + } + + Plugin { +@@ -29,7 +29,7 @@ + Plugin { + type = menu + Config { +- image=@prefix@/share/lxde/images/lxde-icon.png ++ image=/usr/share/lxde/images/bouton02.png + system { + } + separator { +@@ -118,7 +118,7 @@ + } + + Plugin { +- type = tray ++ type = volumealsa + } + + Plugin { +@@ -130,12 +130,3 @@ + } + } + +-Plugin { +- type = launchbar +- Config { +- Button { +- id=lxde-logout.desktop +- } +- } +-} +- -- cgit v1.2.3-70-g09d2