diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:25:45 +0100 |
commit | 364eb3f4561747275c1649fda3fd60c1c16632f9 (patch) | |
tree | f65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/menu-cache | |
parent | 9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff) | |
download | nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2 nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip |
Suppression des ports extra
Diffstat (limited to 'extra/menu-cache')
-rw-r--r-- | extra/menu-cache/.footprint.i686 | 15 | ||||
-rw-r--r-- | extra/menu-cache/.footprint.x86_64 | 15 | ||||
-rw-r--r-- | extra/menu-cache/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/menu-cache/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/menu-cache/Pkgfile | 24 |
5 files changed, 0 insertions, 56 deletions
diff --git a/extra/menu-cache/.footprint.i686 b/extra/menu-cache/.footprint.i686 deleted file mode 100644 index 64d305c63..000000000 --- a/extra/menu-cache/.footprint.i686 +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/menu-cache/ --rw-r--r-- root/root usr/include/menu-cache/menu-cache.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libmenu-cache.a --rwxr-xr-x root/root usr/lib/libmenu-cache.la -lrwxrwxrwx root/root usr/lib/libmenu-cache.so -> libmenu-cache.so.1.0.0 -lrwxrwxrwx root/root usr/lib/libmenu-cache.so.1 -> libmenu-cache.so.1.0.0 --rwxr-xr-x root/root usr/lib/libmenu-cache.so.1.0.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/libmenu-cache.pc -drwxr-xr-x root/root usr/libexec/ --rwxr-xr-x root/root usr/libexec/menu-cache-gen --rwxr-xr-x root/root usr/libexec/menu-cached diff --git a/extra/menu-cache/.footprint.x86_64 b/extra/menu-cache/.footprint.x86_64 deleted file mode 100644 index 64d305c63..000000000 --- a/extra/menu-cache/.footprint.x86_64 +++ /dev/null @@ -1,15 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/menu-cache/ --rw-r--r-- root/root usr/include/menu-cache/menu-cache.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libmenu-cache.a --rwxr-xr-x root/root usr/lib/libmenu-cache.la -lrwxrwxrwx root/root usr/lib/libmenu-cache.so -> libmenu-cache.so.1.0.0 -lrwxrwxrwx root/root usr/lib/libmenu-cache.so.1 -> libmenu-cache.so.1.0.0 --rwxr-xr-x root/root usr/lib/libmenu-cache.so.1.0.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/libmenu-cache.pc -drwxr-xr-x root/root usr/libexec/ --rwxr-xr-x root/root usr/libexec/menu-cache-gen --rwxr-xr-x root/root usr/libexec/menu-cached diff --git a/extra/menu-cache/.md5sum.i686 b/extra/menu-cache/.md5sum.i686 deleted file mode 100644 index 969b7ae20..000000000 --- a/extra/menu-cache/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -ac4a9ea77db68d3db3f9f53cc75af66a menu-cache-0.3.2.tar.gz diff --git a/extra/menu-cache/.md5sum.x86_64 b/extra/menu-cache/.md5sum.x86_64 deleted file mode 100644 index 969b7ae20..000000000 --- a/extra/menu-cache/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -ac4a9ea77db68d3db3f9f53cc75af66a menu-cache-0.3.2.tar.gz diff --git a/extra/menu-cache/Pkgfile b/extra/menu-cache/Pkgfile deleted file mode 100644 index 953a71001..000000000 --- a/extra/menu-cache/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: Cache des menus lxde -# URL: http://lxde.org/ -# Maintainer:geanbrun -# Maintainer: NuTyX core team -# Packager: geantbrun at gmail dot com -# Depends on: gtk -# Run on: gtk - -name=menu-cache -version=0.3.2 -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 -} - - |