diff options
Diffstat (limited to 'libre/spacefm/PKGBUILD')
-rw-r--r-- | libre/spacefm/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libre/spacefm/PKGBUILD b/libre/spacefm/PKGBUILD index 5159a11b0..66e896239 100644 --- a/libre/spacefm/PKGBUILD +++ b/libre/spacefm/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 116546 2014-07-29 18:12:51Z bpiotrowski $ +# $Id: PKGBUILD 120827 2014-10-16 15:48:31Z bpiotrowski $ # Maintainer (Arch): Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor (Arch): IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/ # Contributor (Arch): ridikulus_rat <the.ridikulus.rat@gmail.com> @@ -7,7 +7,7 @@ pkgname=spacefm pkgver=0.9.4 -pkgrel=2.parabola1 +pkgrel=3.parabola1 pkgdesc='Multi-panel tabbed file manager, with unar support' arch=('i686' 'x86_64' 'mips64el') url='http://ignorantguru.github.com/spacefm/' @@ -30,9 +30,12 @@ md5sums=('daeee7dcccea33d6258a0a9d783470c4' '30ba2b4b8f5ae7bf1552689b192eab89') prepare() { - # replace nonfree unrar with unar support cd $pkgname-$pkgver + # replace nonfree unrar with unar support patch -Np1 -i $srcdir/libre.patch src/ptk/ptk-file-archiver.c + + # fix freezes with glib 2.41 + patch -p1 -i ../spacefm-0.9.4-glib-2.41.patch } build() { |