diff options
author | tnut <tnut at nutyx dot com> | 2011-09-18 18:14:08 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-09-18 18:14:08 +0200 |
commit | c5ce4fc9b4d7cbb6a97a8509877ea088c5bc11ea (patch) | |
tree | d3b0e72e1192831712dd6ced9a0e482fd8ec57f9 | |
parent | 4ad263025d1c9104314045017be4e1659b7efc24 (diff) | |
download | nutyx-pakxe-c5ce4fc9b4d7cbb6a97a8509877ea088c5bc11ea.tar.gz nutyx-pakxe-c5ce4fc9b4d7cbb6a97a8509877ea088c5bc11ea.tar.bz2 nutyx-pakxe-c5ce4fc9b4d7cbb6a97a8509877ea088c5bc11ea.tar.xz nutyx-pakxe-c5ce4fc9b4d7cbb6a97a8509877ea088c5bc11ea.zip |
ajout gnome-mime-data 2.18.0-1
-rw-r--r-- | extra/gnome-mime-data/.footprint.i686 | 15 | ||||
-rw-r--r-- | extra/gnome-mime-data/.footprint.x86_64 | 15 | ||||
-rw-r--r-- | extra/gnome-mime-data/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/gnome-mime-data/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/gnome-mime-data/Pkgfile | 20 |
5 files changed, 52 insertions, 0 deletions
diff --git a/extra/gnome-mime-data/.footprint.i686 b/extra/gnome-mime-data/.footprint.i686 new file mode 100644 index 000000000..3a33355ac --- /dev/null +++ b/extra/gnome-mime-data/.footprint.i686 @@ -0,0 +1,15 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/gnome-vfs-mime-magic +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/application-registry/ +-rw-r--r-- root/root usr/share/application-registry/gnome-vfs.applications +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/gnome-mime-data.mo +drwxr-xr-x root/root usr/share/mime-info/ +-rw-r--r-- root/root usr/share/mime-info/gnome-vfs.keys +-rw-r--r-- root/root usr/share/mime-info/gnome-vfs.mime +drwxr-xr-x root/root usr/share/pkgconfig/ +-rw-r--r-- root/root usr/share/pkgconfig/gnome-mime-data-2.0.pc diff --git a/extra/gnome-mime-data/.footprint.x86_64 b/extra/gnome-mime-data/.footprint.x86_64 new file mode 100644 index 000000000..3a33355ac --- /dev/null +++ b/extra/gnome-mime-data/.footprint.x86_64 @@ -0,0 +1,15 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/gnome-vfs-mime-magic +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/application-registry/ +-rw-r--r-- root/root usr/share/application-registry/gnome-vfs.applications +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/gnome-mime-data.mo +drwxr-xr-x root/root usr/share/mime-info/ +-rw-r--r-- root/root usr/share/mime-info/gnome-vfs.keys +-rw-r--r-- root/root usr/share/mime-info/gnome-vfs.mime +drwxr-xr-x root/root usr/share/pkgconfig/ +-rw-r--r-- root/root usr/share/pkgconfig/gnome-mime-data-2.0.pc diff --git a/extra/gnome-mime-data/.md5sum.i686 b/extra/gnome-mime-data/.md5sum.i686 new file mode 100644 index 000000000..51d1f7ce2 --- /dev/null +++ b/extra/gnome-mime-data/.md5sum.i686 @@ -0,0 +1 @@ +541858188f80090d12a33b5a7c34d42c gnome-mime-data-2.18.0.tar.bz2 diff --git a/extra/gnome-mime-data/.md5sum.x86_64 b/extra/gnome-mime-data/.md5sum.x86_64 new file mode 100644 index 000000000..51d1f7ce2 --- /dev/null +++ b/extra/gnome-mime-data/.md5sum.x86_64 @@ -0,0 +1 @@ +541858188f80090d12a33b5a7c34d42c gnome-mime-data-2.18.0.tar.bz2 diff --git a/extra/gnome-mime-data/Pkgfile b/extra/gnome-mime-data/Pkgfile new file mode 100644 index 000000000..fa2a56666 --- /dev/null +++ b/extra/gnome-mime-data/Pkgfile @@ -0,0 +1,20 @@ +# Description: Contient le jeu de fichiers type et applications pour gnome +# URL: http://www.gnome.org +# Maintainer: NuTyX GNOME team +# Packager: b at juglas dot name +# Depends on: p5-xml-parser +# Run on: p5-xml-parser + +name=gnome-mime-data +version=2.18.0 +release=1 +source=(http://download.gnome.org/sources/$name/2.18/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install +} |