summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-30 18:03:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-30 18:03:49 +0000
commita3775a26bf1b3b827387777bf44307418c4ef69d (patch)
tree67198eb95f36f2fe0e5d944eb41481c3d5931780
parente2b1fa879649d88c5800f069c076803983bb9be1 (diff)
downloadaports-a3775a26bf1b3b827387777bf44307418c4ef69d.tar.bz2
aports-a3775a26bf1b3b827387777bf44307418c4ef69d.tar.xz
main/desktop-file-utils: upgrade to 0.16
-rw-r--r--main/desktop-file-utils/APKBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/main/desktop-file-utils/APKBUILD b/main/desktop-file-utils/APKBUILD
index b4b373fe..dc952e86 100644
--- a/main/desktop-file-utils/APKBUILD
+++ b/main/desktop-file-utils/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=desktop-file-utils
-pkgver=0.15
-pkgrel=1
+pkgver=0.16
+pkgrel=0
pkgdesc="Command line utilities for working with desktop entries"
url="http://www.freedesktop.org/wiki/Software/desktop-file-utils"
license="GPL"
depends=
makedepends="glib-dev libiconv-dev gettext-dev pkgconfig"
triggers="$pkgname.trigger:/usr/share/applications"
-source="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz"
+source="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.bz2"
build ()
{
@@ -16,6 +16,10 @@ build ()
./configure --prefix=/usr || return 1
make || return 1
+}
+
+package() {
+ cd "$srcdir"/desktop-file-utils-$pkgver
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="2fe8ebe222fc33cd4a959415495b7eed desktop-file-utils-0.15.tar.gz"
+md5sums="6811712bced796d025d1a8a0f728d941 desktop-file-utils-0.16.tar.bz2"