diff options
author | Taner Tas <taner76@gmail.com> | 2018-05-04 00:28:35 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-07-19 09:39:17 +0300 |
commit | 3b71bd4740135cb64c8af1a0abeb1dfbb7aaff7b (patch) | |
tree | e32becc4d97ae465ae01dd5b6e4b5c2f20158f78 /community/libfm/APKBUILD | |
parent | 8ef8a1b8cd9046de38c3e05c440533b7c528cb50 (diff) | |
download | aports-3b71bd4740135cb64c8af1a0abeb1dfbb7aaff7b.tar.bz2 aports-3b71bd4740135cb64c8af1a0abeb1dfbb7aaff7b.tar.xz |
community/{libfm,pcmanfm}: Upgrade to 1.3.0
Diffstat (limited to 'community/libfm/APKBUILD')
-rw-r--r-- | community/libfm/APKBUILD | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/community/libfm/APKBUILD b/community/libfm/APKBUILD index 1eda7a4763..20a1d6db69 100644 --- a/community/libfm/APKBUILD +++ b/community/libfm/APKBUILD @@ -2,17 +2,22 @@ # Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> pkgname=libfm -pkgver=1.2.5 -pkgrel=1 +pkgver=1.3.0.2 +pkgrel=0 pkgdesc="Library for file management" url="https://wiki.lxde.org/en/PCManFM" arch="all" -license="GPL-2.0+" +license="GPL-2.0-or-later" makedepends="gtk+2.0-dev menu-cache-dev udisks-dev intltool dbus-glib-dev - libexif-dev" + libexif-dev vala gtk-doc automake autoconf libtool" options="libtool" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.xz" +source="$pkgname-$pkgver.tar.gz::https://github.com/lxde/$pkgname/archive/$pkgver.tar.gz + " +prepare() { + cd "$builddir" + ./autogen.sh +} build() { cd "$builddir" @@ -37,6 +42,4 @@ package() { mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm } -md5sums="a1ba9ae5e920f38b647dd511edd6c807 libfm-1.2.5.tar.xz" -sha256sums="c706bb1020cf5f2d6f5a9226f692ce1985947134dcf2bde64278bd0420779b5a libfm-1.2.5.tar.xz" -sha512sums="14630639dab9289f1a4c30eaf0f1b628ff0d492c095ce31c15e1dcacfd12d5a91551fecb67bd6d949fbc0c3f16850352b699e86dd200cda92da45539b7e87074 libfm-1.2.5.tar.xz" +sha512sums="c954c7210b6eee66ec265490e16fe91fe7995cd95b340f49197eec60a9af94f1ca0f67861dd5455c0deb81a10f5091cbf3dc471ed224477acdc081b48d036c69 libfm-1.3.0.2.tar.gz" |