summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 20:50:20 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 20:50:20 -0300
commit4ac32d4cf06625e145fe9b35d65c793192275d09 (patch)
treeac87358aee79fd1bee288d481f473a115068637e
parent29af419728c92102a295f2aa17e989fc687c5f71 (diff)
spacefm: remove libre suffix and add complex pkgrel
-rw-r--r--libre/spacefm/PKGBUILD (renamed from libre/spacefm-libre/PKGBUILD)18
-rw-r--r--libre/spacefm/libre.patch (renamed from libre/spacefm-libre/libre.patch)0
-rw-r--r--libre/spacefm/spacefm.install (renamed from libre/spacefm-libre/spacefm.install)0
3 files changed, 8 insertions, 10 deletions
diff --git a/libre/spacefm-libre/PKGBUILD b/libre/spacefm/PKGBUILD
index 59c79f1c8..5159a11b0 100644
--- a/libre/spacefm-libre/PKGBUILD
+++ b/libre/spacefm/PKGBUILD
@@ -5,15 +5,14 @@
# Maintainer: André Silva <emulatorman@parabola.nu>
# Contributor: Edison Ibañez <arkhan.xxx@gmail.com>
-_pkgname=spacefm
-pkgname=spacefm-libre
+pkgname=spacefm
pkgver=0.9.4
-pkgrel=2
+pkgrel=2.parabola1
pkgdesc='Multi-panel tabbed file manager, with unar support'
arch=('i686' 'x86_64' 'mips64el')
url='http://ignorantguru.github.com/spacefm/'
license=('GPL3')
-install=$_pkgname.install
+install=$pkgname.install
depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
'systemd' 'bash' 'unar')
makedepends=('intltool' 'gettext')
@@ -23,9 +22,8 @@ optdepends=('lsof: device processes'
'udevil: mount as non-root user and mount networks'
'udisks: mount as non-root user'
'udisks2: mount as non-root user')
-replaces=($_pkgname)
-conflicts=($_pkgname)
-provides=($_pkgname=$pkgver)
+replaces=(${pkgname}-libre)
+conflicts=(${pkgname}-libre)
source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz
libre.patch)
md5sums=('daeee7dcccea33d6258a0a9d783470c4'
@@ -33,18 +31,18 @@ md5sums=('daeee7dcccea33d6258a0a9d783470c4'
prepare() {
# replace nonfree unrar with unar support
- cd $_pkgname-$pkgver
+ cd $pkgname-$pkgver
patch -Np1 -i $srcdir/libre.patch src/ptk/ptk-file-archiver.c
}
build() {
- cd $_pkgname-$pkgver
+ cd $pkgname-$pkgver
./configure --prefix=/usr \
--disable-pixmaps
make
}
package() {
- cd $_pkgname-$pkgver
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
diff --git a/libre/spacefm-libre/libre.patch b/libre/spacefm/libre.patch
index 82d51f705..82d51f705 100644
--- a/libre/spacefm-libre/libre.patch
+++ b/libre/spacefm/libre.patch
diff --git a/libre/spacefm-libre/spacefm.install b/libre/spacefm/spacefm.install
index 76a5d56b9..76a5d56b9 100644
--- a/libre/spacefm-libre/spacefm.install
+++ b/libre/spacefm/spacefm.install