summaryrefslogtreecommitdiff
path: root/desktop-file-utils
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2012-10-15 13:40:05 +0200
committerJose V Beneyto <sepen@crux.nu>2012-10-15 13:40:05 +0200
commitac9c9631085cb187418ef67c513014d807adb240 (patch)
tree748903807d910c2e1ae9daed4969adcda9a7f19c /desktop-file-utils
parent191687e8db68a0b48db8ebe99852d6422f0d7c2d (diff)
downloadopt-ac9c9631085cb187418ef67c513014d807adb240.tar.gz
opt-ac9c9631085cb187418ef67c513014d807adb240.tar.xz
desktop-file-utils: updated to 0.21
Diffstat (limited to 'desktop-file-utils')
-rw-r--r--desktop-file-utils/.footprint2
-rw-r--r--desktop-file-utils/.md5sum2
-rw-r--r--desktop-file-utils/Pkgfile9
3 files changed, 8 insertions, 5 deletions
diff --git a/desktop-file-utils/.footprint b/desktop-file-utils/.footprint
index 6358aa783..717c52283 100644
--- a/desktop-file-utils/.footprint
+++ b/desktop-file-utils/.footprint
@@ -1,10 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
+lrwxrwxrwx root/root usr/bin/desktop-file-edit -> desktop-file-install
-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/
+lrwxrwxrwx root/root usr/man/man1/desktop-file-edit.1.gz -> desktop-file-install.1.gz
-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 49cf81415..775bbeebb 100644
--- a/desktop-file-utils/.md5sum
+++ b/desktop-file-utils/.md5sum
@@ -1 +1 @@
-d966b743eb394650f98d5dd56b9aece1 desktop-file-utils-0.18.tar.bz2
+fda5c312c9fb3b8d818fb54f2c34db82 desktop-file-utils-0.21.tar.xz
diff --git a/desktop-file-utils/Pkgfile b/desktop-file-utils/Pkgfile
index 638511966..df18b1bc3 100644
--- a/desktop-file-utils/Pkgfile
+++ b/desktop-file-utils/Pkgfile
@@ -2,18 +2,19 @@
# URL: http://www.freedesktop.org/software/desktop-file-utils/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Matt Housh, jaeger at morpheus dot net
-# Depends on: glib popt pkg-config
+# Depends on: glib pkg-config
name=desktop-file-utils
-version=0.18
+version=0.21
release=1
-source=(http://freedesktop.org/software/$name/releases/$name-$version.tar.bz2)
+source=(http://freedesktop.org/software/$name/releases/$name-$version.tar.xz)
build() {
cd $name-$version
+
./configure --prefix=/usr \
--mandir=/usr/man \
- --disable-nls
+
make
make DESTDIR=$PKG install
}

Generated by cgit