diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 22:07:04 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 22:07:04 +0100 |
commit | 1d1e0e8215b98925ffe0f29c8f3f059cf5ed3c39 (patch) | |
tree | 73ede9cebfeb42a2dabb6442b540f62b3bb0d580 /extra/lxtask | |
parent | 6af47be5d4c47d0457218ea91ab400a12b1575d5 (diff) | |
download | nutyx-pakxe-1d1e0e8215b98925ffe0f29c8f3f059cf5ed3c39.tar.gz nutyx-pakxe-1d1e0e8215b98925ffe0f29c8f3f059cf5ed3c39.tar.bz2 nutyx-pakxe-1d1e0e8215b98925ffe0f29c8f3f059cf5ed3c39.tar.xz nutyx-pakxe-1d1e0e8215b98925ffe0f29c8f3f059cf5ed3c39.zip |
suppression de lxtask
Diffstat (limited to 'extra/lxtask')
-rw-r--r-- | extra/lxtask/.footprint.i686 | 10 | ||||
-rw-r--r-- | extra/lxtask/.footprint.x86_64 | 10 | ||||
-rw-r--r-- | extra/lxtask/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/lxtask/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/lxtask/Pkgfile | 21 |
5 files changed, 0 insertions, 43 deletions
diff --git a/extra/lxtask/.footprint.i686 b/extra/lxtask/.footprint.i686 deleted file mode 100644 index 22bdea5bc..000000000 --- a/extra/lxtask/.footprint.i686 +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/lxtask -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/lxtask.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/lxtask.mo diff --git a/extra/lxtask/.footprint.x86_64 b/extra/lxtask/.footprint.x86_64 deleted file mode 100644 index 22bdea5bc..000000000 --- a/extra/lxtask/.footprint.x86_64 +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/lxtask -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/lxtask.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/lxtask.mo diff --git a/extra/lxtask/.md5sum.i686 b/extra/lxtask/.md5sum.i686 deleted file mode 100644 index 33bd83ee6..000000000 --- a/extra/lxtask/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -9362c2f74136760fb24a6c67ff34cc3c lxtask-0.1.1.tar.gz diff --git a/extra/lxtask/.md5sum.x86_64 b/extra/lxtask/.md5sum.x86_64 deleted file mode 100644 index 33bd83ee6..000000000 --- a/extra/lxtask/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -9362c2f74136760fb24a6c67ff34cc3c lxtask-0.1.1.tar.gz diff --git a/extra/lxtask/Pkgfile b/extra/lxtask/Pkgfile deleted file mode 100644 index c24e203d6..000000000 --- a/extra/lxtask/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: Gestionnaire de tâches dérivé de xfce4-taskmanager -# URL: http://lxde.org/about.html -# Maintainer: NuTyX core team -# Packager: geantbrun at gmail dot com -# Depends on: gtk -# Run on: gtk - -name=lxtask -version=0.1.1 -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 - -} - - |