summaryrefslogtreecommitdiffstats
path: root/extra/xdg-utils
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:59:14 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:59:14 +0200
commit052b666d0c5cceff42ffd995a46b3d4f2151a725 (patch)
tree5a15d5b06220c91ab79e73613e935c0c6d4ef8bf /extra/xdg-utils
parentc0af1b17c0ae7d4df20dde10979913ae035beeda (diff)
downloadnutyx-extra-052b666d0c5cceff42ffd995a46b3d4f2151a725.tar.gz
nutyx-extra-052b666d0c5cceff42ffd995a46b3d4f2151a725.tar.bz2
nutyx-extra-052b666d0c5cceff42ffd995a46b3d4f2151a725.tar.xz
nutyx-extra-052b666d0c5cceff42ffd995a46b3d4f2151a725.zip
Ajout de xdg-utils#1.0.2-1
Diffstat (limited to 'extra/xdg-utils')
-rwxr-xr-xextra/xdg-utils/.footprint18
-rwxr-xr-xextra/xdg-utils/.md5sum1
-rwxr-xr-xextra/xdg-utils/Pkgfile18
3 files changed, 37 insertions, 0 deletions
diff --git a/extra/xdg-utils/.footprint b/extra/xdg-utils/.footprint
new file mode 100755
index 000000000..0fff59f8b
--- /dev/null
+++ b/extra/xdg-utils/.footprint
@@ -0,0 +1,18 @@
+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/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/xdg-desktop-icon.1.gz
+-rw-r--r-- root/root usr/man/man1/xdg-desktop-menu.1.gz
+-rw-r--r-- root/root usr/man/man1/xdg-email.1.gz
+-rw-r--r-- root/root usr/man/man1/xdg-icon-resource.1.gz
+-rw-r--r-- root/root usr/man/man1/xdg-mime.1.gz
+-rw-r--r-- root/root usr/man/man1/xdg-open.1.gz
+-rw-r--r-- root/root usr/man/man1/xdg-screensaver.1.gz
diff --git a/extra/xdg-utils/.md5sum b/extra/xdg-utils/.md5sum
new file mode 100755
index 000000000..ac8956c96
--- /dev/null
+++ b/extra/xdg-utils/.md5sum
@@ -0,0 +1 @@
+348a5b91dc66426505022c74a64b2940 xdg-utils-1.0.2.tgz
diff --git a/extra/xdg-utils/Pkgfile b/extra/xdg-utils/Pkgfile
new file mode 100755
index 000000000..b242f4acf
--- /dev/null
+++ b/extra/xdg-utils/Pkgfile
@@ -0,0 +1,18 @@
+# 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:
+
+name=xdg-utils
+version=1.0.2
+release=1
+source=(http://portland.freedesktop.org/download/$name-$version.tgz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+