Date: Saturday, September 8, 2018 @ 01:09:23 Author: heftig Revision: 333874
3.30.0-1 Modified: gnome-screenshot/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-08 01:07:16 UTC (rev 333873) +++ PKGBUILD 2018-09-08 01:09:23 UTC (rev 333874) @@ -1,19 +1,18 @@ -# $Id$ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> pkgname=gnome-screenshot -pkgver=3.26.0 +pkgver=3.30.0 pkgrel=1 pkgdesc="Take pictures of your screen" -url="https://git.gnome.org/browse/gnome-screenshot" +url="https://gitlab.gnome.org/GNOME/gnome-screenshot" arch=(x86_64) license=(GPL2) depends=(dconf gtk3 libcanberra) makedepends=(git meson appstream-glib) groups=(gnome) -_commit=03d32c3726fa9ac8f5346953a33a6053ca059fb1 # tags/3.26.0^0 -source=("git+https://git.gnome.org/browse/gnome-screenshot#commit=$_commit") +_commit=2a1a9834e21f83526dfb6a07e7cd948a4f29f5c6 # tags/3.30.0^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-screenshot.git#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -22,24 +21,20 @@ } prepare() { - mkdir build cd $pkgname } build() { - cd build - arch-meson ../$pkgname - ninja + arch-meson $pkgname build + ninja -C build } check() { - cd build - meson test + meson test -C build } package() { - cd build - DESTDIR="$pkgdir" ninja install + DESTDIR="$pkgdir" meson install -C build } # vim:set ts=2 sw=2 et: Property changes on: gnome-screenshot/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
