diff options
Diffstat (limited to 'community/spacefm/APKBUILD')
-rw-r--r-- | community/spacefm/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/spacefm/APKBUILD b/community/spacefm/APKBUILD index 55db3deba95..72ffb389fc4 100644 --- a/community/spacefm/APKBUILD +++ b/community/spacefm/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> pkgname=spacefm pkgver=1.0.6 -pkgrel=0 +pkgrel=1 pkgdesc="Multi-panel tabbed file manager (GTK2 version)" arch=all url="http://ignorantguru.github.com/spacefm" @@ -10,7 +10,8 @@ license="GPL-3.0-or-later" depends="bash" makedepends="intltool gettext-dev gtk+2.0-dev gtk+3.0-dev eudev-dev ffmpegthumbnailer-dev linux-headers" subpackages="$pkgname-lang $pkgname-doc $pkgname-gtk3 $pkgname-gtk3-lang:lang3:noarch $pkgname-gtk3-doc:doc3:noarch" -source="$pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz + spacefm-include-sysmacros.patch" builddir="$srcdir"/$pkgname-$pkgver @@ -58,4 +59,5 @@ package() { make -j1 DESTDIR="$pkgdir" install } -sha512sums="37fc0dd31f02158502f592415b4c375ee49560af6f03d75b035d7c6c45bdc47064bba1ae8987b4cc8be2e02b3dfcdc17ec760411975e7b5f74343a2293fb2c8c spacefm-1.0.6.tar.gz" +sha512sums="37fc0dd31f02158502f592415b4c375ee49560af6f03d75b035d7c6c45bdc47064bba1ae8987b4cc8be2e02b3dfcdc17ec760411975e7b5f74343a2293fb2c8c spacefm-1.0.6.tar.gz +d7b33441700141dc956df54f03393c02783fc5188b82883401d4781c52fb383089af5ed3b3645b686078a6ac06d3b3e269f7ee5ab3f4d1416ebb0141fbaa7b7e spacefm-include-sysmacros.patch" |