summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-21 22:10:45 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-21 22:10:45 +0100
commit10b464c2b295aa955754f698d7e5b88c9a20510a (patch)
tree1e364f17a878174a553eaf3e3b2978709f650826 /extra
parenta64fe6390e38c22e4c1ad1bb182667cc80da8d2a (diff)
downloadnutyx-extra-10b464c2b295aa955754f698d7e5b88c9a20510a.tar.gz
nutyx-extra-10b464c2b295aa955754f698d7e5b88c9a20510a.tar.bz2
nutyx-extra-10b464c2b295aa955754f698d7e5b88c9a20510a.tar.xz
nutyx-extra-10b464c2b295aa955754f698d7e5b88c9a20510a.zip
suppression de lxappearance
Diffstat (limited to 'extra')
-rw-r--r--extra/lxappearance/.footprint.i68617
-rw-r--r--extra/lxappearance/.footprint.x86_6417
-rw-r--r--extra/lxappearance/.md5sum.i6861
-rw-r--r--extra/lxappearance/.md5sum.x86_641
-rw-r--r--extra/lxappearance/Pkgfile23
5 files changed, 0 insertions, 59 deletions
diff --git a/extra/lxappearance/.footprint.i686 b/extra/lxappearance/.footprint.i686
deleted file mode 100644
index e9940e3f5..000000000
--- a/extra/lxappearance/.footprint.i686
+++ /dev/null
@@ -1,17 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/lxappearance
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/applications/
--rw-r--r-- root/root usr/share/applications/lxappearance.desktop
-drwxr-xr-x root/root usr/share/locale/
-drwxr-xr-x root/root usr/share/locale/fr/
-drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/lxappearance.mo
-drwxr-xr-x root/root usr/share/lxappearance/
--rw-r--r-- root/root usr/share/lxappearance/demo.ui
--rwxr-xr-x root/root usr/share/lxappearance/install-icon-theme.sh
--rw-r--r-- root/root usr/share/lxappearance/lxappearance.ui
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/lxappearance.1.gz
diff --git a/extra/lxappearance/.footprint.x86_64 b/extra/lxappearance/.footprint.x86_64
deleted file mode 100644
index e9940e3f5..000000000
--- a/extra/lxappearance/.footprint.x86_64
+++ /dev/null
@@ -1,17 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/lxappearance
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/applications/
--rw-r--r-- root/root usr/share/applications/lxappearance.desktop
-drwxr-xr-x root/root usr/share/locale/
-drwxr-xr-x root/root usr/share/locale/fr/
-drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
--rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/lxappearance.mo
-drwxr-xr-x root/root usr/share/lxappearance/
--rw-r--r-- root/root usr/share/lxappearance/demo.ui
--rwxr-xr-x root/root usr/share/lxappearance/install-icon-theme.sh
--rw-r--r-- root/root usr/share/lxappearance/lxappearance.ui
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/lxappearance.1.gz
diff --git a/extra/lxappearance/.md5sum.i686 b/extra/lxappearance/.md5sum.i686
deleted file mode 100644
index e0cf51dd7..000000000
--- a/extra/lxappearance/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-751426a9c4b6090b9fabb8dde593c50a lxappearance-0.4.0.tar.gz
diff --git a/extra/lxappearance/.md5sum.x86_64 b/extra/lxappearance/.md5sum.x86_64
deleted file mode 100644
index e0cf51dd7..000000000
--- a/extra/lxappearance/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-751426a9c4b6090b9fabb8dde593c50a lxappearance-0.4.0.tar.gz
diff --git a/extra/lxappearance/Pkgfile b/extra/lxappearance/Pkgfile
deleted file mode 100644
index 67c2e0546..000000000
--- a/extra/lxappearance/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Réglage de l'apparence pour lxde
-# URL: http://lxde.org/
-# Maintainer: NuTyX core team
-# Packager: geantbrun at gmail dot com
-# Depends on: gtk
-# Run on: gtk
-
-name=lxappearance
-version=0.4.0
-release=1
-
-source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz)
-
-
-build() {
-cd $name-$version
-./configure --prefix=/usr \
-
-make
-make DESTDIR=$PKG install
-
-}
-