summaryrefslogtreecommitdiff
path: root/libre/file-roller
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-13 02:06:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-13 02:06:12 -0300
commitbb1cc3b1593ca14dde21e2322efaab30c13b3261 (patch)
tree9da1f5b18db0f7f05ad27255d1d1018315dad6f4 /libre/file-roller
parentecbbd8eedc5ad1ba2d81be3c4b4c82703772b315 (diff)
file-roller-3.22.1-1.parabola1: updating version
Diffstat (limited to 'libre/file-roller')
-rw-r--r--libre/file-roller/PKGBUILD25
1 files changed, 18 insertions, 7 deletions
diff --git a/libre/file-roller/PKGBUILD b/libre/file-roller/PKGBUILD
index 89fe92111..b63ce02ab 100644
--- a/libre/file-roller/PKGBUILD
+++ b/libre/file-roller/PKGBUILD
@@ -1,27 +1,38 @@
-# $Id: PKGBUILD 273892 2016-08-17 20:45:37Z heftig $
+# $Id: PKGBUILD 278180 2016-10-10 17:45:31Z heftig $
# Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor (Arch): Jan de Groot <jgc@archlinux.org>
pkgname=file-roller
-pkgver=3.20.3
+pkgver=3.22.1
pkgrel=1.parabola1
pkgdesc="Create and modify archives, without nonfree unace and unrar recommendation"
url="https://wiki.gnome.org/Apps/FileRoller"
arch=(i686 x86_64 armv7h)
license=(GPL)
depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
-makedepends=(intltool libnautilus-extension itstool docbook-xsl)
+makedepends=(intltool itstool docbook-xsl gnome-common git)
optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
'lrzip: lrzip archive support')
replaces=("${pkgname}-libre" "${pkgname}-parabola")
conflicts=("${pkgname}-libre" "${pkgname}-parabola")
groups=(gnome-extra)
options=(!emptydirs)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6b5c2de4c6bd52318cacd2a398cdfa45a5f1df8a77c6652a38a6a1d3e53644e9')
+_commit=4b5c2b12a37e488161ddfc6b17df23103fb951e8 # tags/3.22.1^0
+source=("git://git.gnome.org/file-roller#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
build() {
- cd $pkgname-$pkgver
+ cd $pkgname
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile
@@ -32,6 +43,6 @@ build() {
}
package() {
- cd $pkgname-$pkgver
+ cd $pkgname
make DESTDIR="$pkgdir" install
}