diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-15 10:29:19 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-15 10:29:19 -0300 |
commit | 3ed19e74567434fe0bc82d835513b5b62f151838 (patch) | |
tree | 32427be3c933a7d96426b28d9c90eceb6ab8ff3d /community/pcmanfm | |
parent | d5be0922f99093b4659507a4c17c664ac5c2f577 (diff) | |
parent | 8f1eb849d6de0031d4d91fb6d8780828b1ba924b (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/gambas3/PKGBUILD
community-staging/libextractor/PKGBUILD
community/haveged/PKGBUILD
community/libfm/PKGBUILD
core/lvm2/PKGBUILD
extra/geeqie/PKGBUILD
staging/calligra/PKGBUILD
Diffstat (limited to 'community/pcmanfm')
-rw-r--r-- | community/pcmanfm/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/pcmanfm/PKGBUILD b/community/pcmanfm/PKGBUILD index 417d469ff..244a40260 100644 --- a/community/pcmanfm/PKGBUILD +++ b/community/pcmanfm/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 74709 2012-08-02 09:11:53Z bpiotrowski $ +# $Id: PKGBUILD 75067 2012-08-13 13:28:46Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: Unknown47 <unknown47r@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=pcmanfm -pkgver=0.9.10 -pkgrel=3 +pkgver=1.0 +pkgrel=1 pkgdesc="An extremely fast and lightweight file manager" arch=('i686' 'x86_64' 'mips64el') url="http://pcmanfm.sourceforge.net/" @@ -16,14 +16,13 @@ depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data') makedepends=('intltool' 'pkgconfig') install=$pkgname.install source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz) -md5sums=('d34a3530a6c5dcd674d23021d71c3e95') +md5sums=('df082fde42c4036b220cd3167ceab98e') build() { cd "$srcdir/$pkgname-$pkgver" - LDFLAGS+=' -lm' ./configure --sysconfdir=/etc --prefix=/usr - make + make LDFLAGS="-lm $LDFLAGS" } package() { |