From b172a7da3311a86792dc8ca2d664a221c5fccd56 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Tue, 28 Sep 2010 08:59:02 +0000 Subject: desktop-file-utils: adopted and updated to 0.17 --- desktop-file-utils/.footprint | 5 +++++ desktop-file-utils/.md5sum | 2 +- desktop-file-utils/Pkgfile | 10 ++++++---- 3 files changed, 12 insertions(+), 5 deletions(-) (limited to 'desktop-file-utils') diff --git a/desktop-file-utils/.footprint b/desktop-file-utils/.footprint index 58744dfd0..6358aa783 100644 --- a/desktop-file-utils/.footprint +++ b/desktop-file-utils/.footprint @@ -3,3 +3,8 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/desktop-file-install -rwxr-xr-x root/root usr/bin/desktop-file-validate -rwxr-xr-x root/root usr/bin/update-desktop-database +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/desktop-file-install.1.gz +-rw-r--r-- root/root usr/man/man1/desktop-file-validate.1.gz +-rw-r--r-- root/root usr/man/man1/update-desktop-database.1.gz diff --git a/desktop-file-utils/.md5sum b/desktop-file-utils/.md5sum index 77a1d6a23..6e2f07d77 100644 --- a/desktop-file-utils/.md5sum +++ b/desktop-file-utils/.md5sum @@ -1 +1 @@ -2fe8ebe222fc33cd4a959415495b7eed desktop-file-utils-0.15.tar.gz +758fa842643d2e592d2fccba6e69a991 desktop-file-utils-0.17.tar.bz2 diff --git a/desktop-file-utils/Pkgfile b/desktop-file-utils/Pkgfile index 2e058c34c..a7f8a3ba0 100644 --- a/desktop-file-utils/Pkgfile +++ b/desktop-file-utils/Pkgfile @@ -1,17 +1,19 @@ # Description: Command-line utilities for working with desktop entries # URL: http://www.freedesktop.org/software/desktop-file-utils/ -# Maintainer: Lucas Hazel, lucas at die dot net dot au +# Maintainer: Jose V Beneyto, sepen at crux dot nu # Packager: Matt Housh, jaeger at morpheus dot net # Depends on: glib, popt, pkg-config name=desktop-file-utils -version=0.15 +version=0.17 release=1 -source=(http://freedesktop.org/software/$name/releases/$name-$version.tar.gz) +source=(http://freedesktop.org/software/$name/releases/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr --disable-nls + ./configure --prefix=/usr \ + --mandir=/usr/man \ + --disable-nls make make DESTDIR=$PKG install } -- cgit v1.2.3