From 000001015cbeaabdc2e0f70899a6b810996f98cc Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 21 Jun 2014 04:06:16 +0000 Subject: Sat Jun 21 04:02:26 UTC 2014 --- community/spacefm/PKGBUILD | 37 ------------------------------------- community/spacefm/spacefm.install | 14 -------------- 2 files changed, 51 deletions(-) delete mode 100644 community/spacefm/PKGBUILD delete mode 100644 community/spacefm/spacefm.install (limited to 'community/spacefm') diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD deleted file mode 100644 index 866897689..000000000 --- a/community/spacefm/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: PKGBUILD 108683 2014-04-01 08:51:46Z bpiotrowski $ -# Maintainer: Bartłomiej Piotrowski -# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/ -# Contributor: ridikulus_rat - -pkgname=spacefm -pkgver=0.9.4 -pkgrel=1 -pkgdesc='Multi-panel tabbed file manager' -arch=('i686' 'x86_64') -url='http://ignorantguru.github.com/spacefm/' -license=('GPL3') -install=$pkgname.install -depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' - 'systemd' 'bash') -makedepends=('intltool' 'gettext') -optdepends=('lsof: device processes' - 'wget: plugin download' - 'gksu: perform as root functionality' - 'udevil: mount as non-root user and mount networks' - 'udisks: mount as non-root user' - 'udisks2: mount as non-root user') -source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz) -md5sums=('daeee7dcccea33d6258a0a9d783470c4') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr \ - --disable-pixmaps \ - --with-gtk3 - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} diff --git a/community/spacefm/spacefm.install b/community/spacefm/spacefm.install deleted file mode 100644 index 76a5d56b9..000000000 --- a/community/spacefm/spacefm.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - update-mime-database /usr/share/mime > /dev/null - update-desktop-database -q - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - [[ -d /usr/share/icons/Faenza ]] && gtk-update-icon-cache -q -t -f /usr/share/icons/Faenza -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -- cgit v1.2.3-54-g00ecf