From bb1cc3b1593ca14dde21e2322efaab30c13b3261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 13 Oct 2016 02:06:12 -0300 Subject: file-roller-3.22.1-1.parabola1: updating version --- libre/file-roller/PKGBUILD | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'libre/file-roller') 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) # Contributor (Arch): Jan de Groot 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 } -- cgit v1.2.2