diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-02-21 20:58:53 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-02-21 21:31:32 +0100 |
commit | c6ff35eacea33cf85f42d785efe02648a8bca01a (patch) | |
tree | b21fd770ad3fc2d1f5d6c8af7a05f420722e4343 /main/libfm | |
parent | f7b458b54437897a00e282db6a9c7b7e28d1119a (diff) | |
download | aports-c6ff35eacea33cf85f42d785efe02648a8bca01a.tar.bz2 aports-c6ff35eacea33cf85f42d785efe02648a8bca01a.tar.xz |
main/libfm: upgrade to 1.2.0
Diffstat (limited to 'main/libfm')
-rw-r--r-- | main/libfm/APKBUILD | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/main/libfm/APKBUILD b/main/libfm/APKBUILD index 02ac5d6bf..77ea4a561 100644 --- a/main/libfm/APKBUILD +++ b/main/libfm/APKBUILD @@ -1,16 +1,17 @@ # Maintainer: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> pkgname=libfm -pkgver=1.1.2.2 -pkgrel=1 +pkgver=1.2.0 +pkgrel=0 pkgdesc='Library for file management' url='http://pcmanfm.sourceforge.net/' arch='all' license='GPL' -makedepends='gtk+2.0-dev menu-cache-dev udisks-dev intltool dbus-glib-dev' +makedepends='gtk+2.0-dev menu-cache-dev udisks-dev intltool dbus-glib-dev + libexif-dev' options='libtool' subpackages="$pkgname-dev $pkgname-doc" -source="http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz" +source="http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.xz" build() { cd "$srcdir/$pkgname-$pkgver" @@ -29,6 +30,6 @@ package() { mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm } -md5sums="ea3d09b23ef4c37cb84ae57ea16b8f08 libfm-1.1.2.2.tar.gz" -sha256sums="158e2b6974350d2dab15932b496bb4d448553e60bbf7cdfe4d6e9bd99d19d682 libfm-1.1.2.2.tar.gz" -sha512sums="0c50210432a70f18033df2ce2fc20ce84f987e5efc8a4e7341aa6b7076f132407765257eeaacbc5cd7f81a11465049a2f8c460444bf54f2707b6bd04d3a34239 libfm-1.1.2.2.tar.gz" +md5sums="07d1361bc008db46b0fd4c775f5696de libfm-1.2.0.tar.xz" +sha256sums="f0513484e43dcc576097508b7d666f7eb72530963e5a21692034a7ea6a6efc22 libfm-1.2.0.tar.xz" +sha512sums="a62d3b8a26bf52c058f49e9b5328409f32189c708c0de8f419e7946e0be19f2d5dad604a214381b98bf1b26a81e85f60bced8b29b40bbfeb7e1c0aee4d1e36f2 libfm-1.2.0.tar.xz" |