diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/libfm | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/libfm')
-rw-r--r-- | community/libfm/PKGBUILD | 37 | ||||
-rw-r--r-- | community/libfm/libfm.install | 15 |
2 files changed, 0 insertions, 52 deletions
diff --git a/community/libfm/PKGBUILD b/community/libfm/PKGBUILD deleted file mode 100644 index b92caf778..000000000 --- a/community/libfm/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 93766 2013-07-10 06:57:36Z 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=1.1.0 -pkgrel=5 -pkgdesc='Library for file management' -url='http://pcmanfm.sourceforge.net/' -arch=('i686' 'x86_64') -license=('GPL') -groups=('lxde') -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=('a5bc8b8291cf810c659bfb3af378b5de') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --enable-udisks \ - --with-gnu-ld - make LDFLAGS+=' -lgobject-2.0 -lglib-2.0' -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - - # Temporary fix to FS#32361 - rm "$pkgdir"/usr/include/libfm - mv "$pkgdir"/usr/include/libfm-1.0/ "$pkgdir"/usr/include/libfm -} diff --git a/community/libfm/libfm.install b/community/libfm/libfm.install deleted file mode 100644 index e83eccb55..000000000 --- a/community/libfm/libfm.install +++ /dev/null @@ -1,15 +0,0 @@ -post_install() { - update-mime-database /usr/share/mime > /dev/null - update-desktop-database -q - #[ -d /usr/lib/gio/modules ] && gio-querymodules /usr/lib/gio/modules -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - - |