summaryrefslogtreecommitdiff
path: root/desktop-file-utils
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2010-09-28 08:59:02 +0000
committerJose V Beneyto <sepen@crux.nu>2010-09-28 08:59:02 +0000
commitb172a7da3311a86792dc8ca2d664a221c5fccd56 (patch)
treefdb04ed279269c78cccdc749202e3f510ca9a489 /desktop-file-utils
parent4fceb1fb25c296802e9f1ef1fdf12990222fd78f (diff)
downloadopt-b172a7da3311a86792dc8ca2d664a221c5fccd56.tar.gz
opt-b172a7da3311a86792dc8ca2d664a221c5fccd56.tar.xz
desktop-file-utils: adopted and updated to 0.17
Diffstat (limited to 'desktop-file-utils')
-rw-r--r--desktop-file-utils/.footprint5
-rw-r--r--desktop-file-utils/.md5sum2
-rw-r--r--desktop-file-utils/Pkgfile10
3 files changed, 12 insertions, 5 deletions
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
}

Generated by cgit