Date: Saturday, September 8, 2018 @ 01:04:11 Author: heftig Revision: 333868
3.30.0-1 Modified: gnome-photos/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-08 01:02:55 UTC (rev 333867) +++ PKGBUILD 2018-09-08 01:04:11 UTC (rev 333868) @@ -1,9 +1,8 @@ -# $Id$ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-photos -pkgver=3.28.0 -pkgrel=3 +pkgver=3.30.0 +pkgrel=1 pkgdesc="Access, organize, and share your photos on GNOME" arch=(x86_64) url="https://wiki.gnome.org/Apps/Photos" @@ -11,9 +10,9 @@ depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas grilo-plugins lcms2 tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw gnome-online-accounts gnome-online-miners dleyna-server dleyna-renderer libdazzle) -makedepends=(itstool python yelp-tools autoconf-archive git) +makedepends=(python yelp-tools git meson) groups=(gnome) -_commit=cceaa5f8543a995b186cafb5443f3dd1a9c13c9c # tags/3.28.0^0 +_commit=291f15104d7ce6d83d13970366eb4914b6c32f8a # tags/3.30.0^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libgd.git") sha256sums=('SKIP' @@ -28,11 +27,9 @@ cd $pkgname git submodule init - git config --local submodule.libgd.url "$srcdir/libgd" + git config --local submodule.subprojects/libgd.url "$srcdir/libgd" git submodule update - git cherry-pick -n 4479b7da00ba788e85b463e06dbf57f633ec2c01 - NOCONFIGURE=1 ./autogen.sh } @@ -46,8 +43,8 @@ check() { cd $pkgname - # disabled: needs dogtail which we don't have - #make check + # disabled: needs dogtail and an installed gnome-photos + #xvfb-run dbus-run-session make check } package() { Property changes on: gnome-photos/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
