From 2be7655b1fac2e107d91af2d1be9304220b92163 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sun, 13 May 2018 17:52:28 -0500 Subject: file-roller-3.28.0-1.parabola1: updating version --- libre/file-roller/PKGBUILD | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'libre/file-roller/PKGBUILD') diff --git a/libre/file-roller/PKGBUILD b/libre/file-roller/PKGBUILD index 0f41eed12..f4bde9e34 100644 --- a/libre/file-roller/PKGBUILD +++ b/libre/file-roller/PKGBUILD @@ -7,19 +7,20 @@ # - removed unace recommendation pkgname=file-roller -pkgver=3.26.2 +pkgver=3.28.0 pkgrel=1.parabola1 pkgdesc="Create and modify archives, without nonfree unace recommendation" url="https://wiki.gnome.org/Apps/FileRoller" arch=(x86_64 i686 armv7h) license=(GPL) depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip) -makedepends=(intltool itstool docbook-xsl gnome-common git libnautilus-extension) +makedepends=(intltool itstool docbook-xsl gnome-common git libnautilus-extension + meson) optdepends=('p7zip: 7z, arj, exe and encrypted zip files support' 'unrar: better RAR archive support' 'lrzip: lrzip archive support') groups=(gnome) -_commit=723d45e7c437f87303fd0203132b5770d2775d87 # tags/3.26.2^0 +_commit=be8499528b415f66b60b3332a976563d62c58eec # tags/3.28.0^0 source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit") sha256sums=('SKIP') @@ -28,20 +29,11 @@ pkgver() { git describe --tags | sed 's/-/+/g' } -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - build() { - cd $pkgname - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make + arch-meson $pkgname build + ninja -C build } package() { - cd $pkgname - make DESTDIR="$pkgdir" install + DESTDIR="$pkgdir" ninja -C build install } -- cgit v1.2.3