summaryrefslogtreecommitdiff
path: root/community/libfm/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-15 10:29:19 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-15 10:29:19 -0300
commit3ed19e74567434fe0bc82d835513b5b62f151838 (patch)
tree32427be3c933a7d96426b28d9c90eceb6ab8ff3d /community/libfm/PKGBUILD
parentd5be0922f99093b4659507a4c17c664ac5c2f577 (diff)
parent8f1eb849d6de0031d4d91fb6d8780828b1ba924b (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/libfm/PKGBUILD')
-rw-r--r--community/libfm/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD
index a6520ffcf..834a79fa2 100644
--- a/community/libfm/PKGBUILD
+++ b/community/libfm/PKGBUILD
@@ -1,11 +1,13 @@
+# $Id: PKGBUILD 75065 2012-08-13 13:28:06Z 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=libfm
-pkgver=0.1.17
-pkgrel=1.1
-pkgdesc="the core of next generation file manager PCManFM"
+pkgver=1.0
+pkgrel=1
+pkgdesc="A library for file management"
url="http://pcmanfm.sourceforge.net/"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
@@ -14,12 +16,11 @@ options=('!libtool')
install=libfm.install
depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('a97e03d973e6ac727f28d0934d6c9ad5')
+md5sums=('9f978eb58c72a6623021504832a9da1b')
build() {
cd $srcdir/$pkgname-$pkgver
-# sed -i -e "s|docs/Makefile docs/reference/Makefile docs/reference/libfm/Makefile ||" configure
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-udisks \
@@ -29,6 +30,5 @@ build() {
package() {
cd $srcdir/$pkgname-$pkgver
-
make DESTDIR=$pkgdir install
}