aboutsummaryrefslogtreecommitdiffstats
path: root/community/libfm-extra/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libfm-extra/APKBUILD')
-rw-r--r--community/libfm-extra/APKBUILD21
1 files changed, 9 insertions, 12 deletions
diff --git a/community/libfm-extra/APKBUILD b/community/libfm-extra/APKBUILD
index bca643c50d8..e1ecc00d464 100644
--- a/community/libfm-extra/APKBUILD
+++ b/community/libfm-extra/APKBUILD
@@ -3,28 +3,23 @@
#this package is needed for bootstrap libfm -> menu-cache-> libfm-extra
pkgname=libfm-extra
-pkgver=1.3.1
-pkgrel=0
+pkgver=1.3.2
+pkgrel=1
pkgdesc="Library for file management"
-url="https://wiki.lxde.org/en/PCManFM"
+url="https://github.com/lxde/libfm"
arch="all"
license="GPL-2.0-or-later"
makedepends="
- autoconf
- automake
dbus-glib-dev
- gtk-doc
intltool
- libtool
"
subpackages="$pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/lxde/libfm/archive/$pkgver.tar.gz "
-
+source="https://downloads.sourceforge.net/pcmanfm/libfm-$pkgver.tar.xz"
builddir="$srcdir"/libfm-$pkgver
prepare() {
- default_prepare
- ./autogen.sh
+ default_prepare
+ update_config_guess
}
build() {
@@ -50,4 +45,6 @@ package() {
mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm
}
-sha512sums="82bbcb1b9c7d4543bcb075906bdc1554462b041ad936e2f0334ae478302b19808cdbfe6d0c86a039bbd72a2491f2d2ada61a324fe3933a8dde16a03d93bef2bc libfm-extra-1.3.1.tar.gz"
+sha512sums="
+eaa3358cd1d8f611f8f4ac882e01a716b4dc32729b641417e1100aa039db3c57ae57ccc45df7dcac4f0570cd88684beba7752a5586c1d0598b1bc7502e99f4be libfm-1.3.2.tar.xz
+"