diff options
Diffstat (limited to 'base/xdg-utils')
-rwxr-xr-x | base/xdg-utils/.footprint.i686 | 19 | ||||
-rwxr-xr-x | base/xdg-utils/.footprint.x86_64 | 19 | ||||
-rwxr-xr-x | base/xdg-utils/.md5sum.i686 | 2 | ||||
-rwxr-xr-x | base/xdg-utils/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | base/xdg-utils/Pkgfile | 23 |
5 files changed, 0 insertions, 65 deletions
diff --git a/base/xdg-utils/.footprint.i686 b/base/xdg-utils/.footprint.i686 deleted file mode 100755 index 13c396964..000000000 --- a/base/xdg-utils/.footprint.i686 +++ /dev/null @@ -1,19 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/xdg-desktop-icon --rwxr-xr-x root/root usr/bin/xdg-desktop-menu --rwxr-xr-x root/root usr/bin/xdg-email --rwxr-xr-x root/root usr/bin/xdg-icon-resource --rwxr-xr-x root/root usr/bin/xdg-mime --rwxr-xr-x root/root usr/bin/xdg-open --rwxr-xr-x root/root usr/bin/xdg-screensaver -drwxr-xr-x root/root usr/share/ -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/xdg-desktop-icon.1.gz --rw-r--r-- root/root usr/share/man/man1/xdg-desktop-menu.1.gz --rw-r--r-- root/root usr/share/man/man1/xdg-email.1.gz --rw-r--r-- root/root usr/share/man/man1/xdg-icon-resource.1.gz --rw-r--r-- root/root usr/share/man/man1/xdg-mime.1.gz --rw-r--r-- root/root usr/share/man/man1/xdg-open.1.gz --rw-r--r-- root/root usr/share/man/man1/xdg-screensaver.1.gz diff --git a/base/xdg-utils/.footprint.x86_64 b/base/xdg-utils/.footprint.x86_64 deleted file mode 100755 index 13c396964..000000000 --- a/base/xdg-utils/.footprint.x86_64 +++ /dev/null @@ -1,19 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/xdg-desktop-icon --rwxr-xr-x root/root usr/bin/xdg-desktop-menu --rwxr-xr-x root/root usr/bin/xdg-email --rwxr-xr-x root/root usr/bin/xdg-icon-resource --rwxr-xr-x root/root usr/bin/xdg-mime --rwxr-xr-x root/root usr/bin/xdg-open --rwxr-xr-x root/root usr/bin/xdg-screensaver -drwxr-xr-x root/root usr/share/ -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/xdg-desktop-icon.1.gz --rw-r--r-- root/root usr/share/man/man1/xdg-desktop-menu.1.gz --rw-r--r-- root/root usr/share/man/man1/xdg-email.1.gz --rw-r--r-- root/root usr/share/man/man1/xdg-icon-resource.1.gz --rw-r--r-- root/root usr/share/man/man1/xdg-mime.1.gz --rw-r--r-- root/root usr/share/man/man1/xdg-open.1.gz --rw-r--r-- root/root usr/share/man/man1/xdg-screensaver.1.gz diff --git a/base/xdg-utils/.md5sum.i686 b/base/xdg-utils/.md5sum.i686 deleted file mode 100755 index d8bc99e07..000000000 --- a/base/xdg-utils/.md5sum.i686 +++ /dev/null @@ -1,2 +0,0 @@ -09388df881d9f4ce27b63f5b1ff00f20 xdg-utils-1.0.2-midori-1.patch -348a5b91dc66426505022c74a64b2940 xdg-utils-1.0.2.tgz diff --git a/base/xdg-utils/.md5sum.x86_64 b/base/xdg-utils/.md5sum.x86_64 deleted file mode 100755 index d8bc99e07..000000000 --- a/base/xdg-utils/.md5sum.x86_64 +++ /dev/null @@ -1,2 +0,0 @@ -09388df881d9f4ce27b63f5b1ff00f20 xdg-utils-1.0.2-midori-1.patch -348a5b91dc66426505022c74a64b2940 xdg-utils-1.0.2.tgz diff --git a/base/xdg-utils/Pkgfile b/base/xdg-utils/Pkgfile deleted file mode 100755 index 7d258aa68..000000000 --- a/base/xdg-utils/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: outil en ligne de commande permettant l'integration de taches de bureaux varies -# URL: http://portland.freedesktop.org/wiki/ -# Maintainer: NuTyX core team -# Packager: fred.galusik at gmail dot com -# Depends on: -# Run on: - -name=xdg-utils -version=1.0.2 -release=2 -source=(http://portland.freedesktop.org/download/$name-$version.tgz\ - http://nutyx.meticul.eu/files/patchs/$name/$name-$version-midori-1.patch) - -build() { -cd $name-$version - patch -Np1 -i ../$name-$version-midori-1.patch - ./configure --prefix=/usr \ - --mandir=/usr/share/man - make - make DESTDIR=$PKG install -} - - |