[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 17:11:17
  Author: heftig
Revision: 396790

fix submodule init

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 8 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 17:10:41 UTC (rev 396789)
+++ PKGBUILD2020-09-27 17:11:17 UTC (rev 396790)
@@ -24,6 +24,14 @@
   git describe --tags | sed 's/-/+/g'
 }
 
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
 build() {
   arch-meson $pkgname build
   meson compile -C build


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 17:07:19
  Author: heftig
Revision: 396784

3.38.0-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 17:06:17 UTC (rev 396783)
+++ PKGBUILD2020-09-27 17:07:19 UTC (rev 396784)
@@ -1,18 +1,19 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.34.2
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
 url="https://wiki.gnome.org/Apps/Photos";
 license=(GPL)
-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)
+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=(python yelp-tools git meson)
 groups=(gnome)
-_commit=c4a6762b11d458e0acc731f3bdbc9aa545368702  # tags/3.34.2^0
+_commit=41163eb32eca3870183ebb3e83cbb0c63421950c  # tags/3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2020-05-20 Thread Jan Steffens via arch-commits
Date: Wednesday, May 20, 2020 @ 16:43:02
  Author: heftig
Revision: 387032

3.34.2-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-20 16:39:46 UTC (rev 387031)
+++ PKGBUILD2020-05-20 16:43:02 UTC (rev 387032)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.34.1
+pkgver=3.34.2
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -12,7 +12,7 @@
  gnome-online-miners dleyna-server dleyna-renderer libdazzle)
 makedepends=(python yelp-tools git meson)
 groups=(gnome)
-_commit=21fa507e3e35b1023328dbda1c08a8b2c69c1de4  # tags/3.34.1^0
+_commit=c4a6762b11d458e0acc731f3bdbc9aa545368702  # tags/3.34.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'
@@ -25,7 +25,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 package() {


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2020-02-12 Thread Jan Steffens via arch-commits
Date: Wednesday, February 12, 2020 @ 22:35:36
  Author: heftig
Revision: 375509

3.34.1-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-12 18:40:43 UTC (rev 375508)
+++ PKGBUILD2020-02-12 22:35:36 UTC (rev 375509)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -12,7 +12,7 @@
  gnome-online-miners dleyna-server dleyna-renderer libdazzle)
 makedepends=(python yelp-tools git meson)
 groups=(gnome)
-_commit=e00955db7b4b957959c39a2ad221aa24f1122b88  # tags/3.34.0^0
+_commit=21fa507e3e35b1023328dbda1c08a8b2c69c1de4  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2019-09-11 Thread Jan Steffens via arch-commits
Date: Thursday, September 12, 2019 @ 00:04:08
  Author: heftig
Revision: 362274

3.34.0-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-12 00:02:31 UTC (rev 362273)
+++ PKGBUILD2019-09-12 00:04:08 UTC (rev 362274)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.32.1
+pkgver=3.34.0
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -12,7 +12,7 @@
  gnome-online-miners dleyna-server dleyna-renderer libdazzle)
 makedepends=(python yelp-tools git meson)
 groups=(gnome)
-_commit=0917d3978a9c4c766a0460f5bed3492aca130caf  # tags/3.32.1^0
+_commit=e00955db7b4b957959c39a2ad221aa24f1122b88  # tags/3.34.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2019-08-20 Thread Jan Steffens via arch-commits
Date: Tuesday, August 20, 2019 @ 16:36:03
  Author: heftig
Revision: 360508

3.32.1-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-20 16:30:20 UTC (rev 360507)
+++ PKGBUILD2019-08-20 16:36:03 UTC (rev 360508)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.32.0
+pkgver=3.32.1
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -12,7 +12,7 @@
  gnome-online-miners dleyna-server dleyna-renderer libdazzle)
 makedepends=(python yelp-tools git meson)
 groups=(gnome)
-_commit=237e904f3c5120611d73e66fb5506de1b8ea97c7  # tags/3.32.0^0
+_commit=0917d3978a9c4c766a0460f5bed3492aca130caf  # tags/3.32.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2019-03-18 Thread Jan Steffens via arch-commits
Date: Monday, March 18, 2019 @ 20:42:41
  Author: heftig
Revision: 348618

3.32.0-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 20:29:46 UTC (rev 348617)
+++ PKGBUILD2019-03-18 20:42:41 UTC (rev 348618)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.31.91
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -12,7 +12,7 @@
  gnome-online-miners dleyna-server dleyna-renderer libdazzle)
 makedepends=(python yelp-tools git meson)
 groups=(gnome)
-_commit=b4c1075bffbf118d22d9b3fa92a90ae2c7615c0e  # tags/3.31.91^0
+_commit=237e904f3c5120611d73e66fb5506de1b8ea97c7  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'
@@ -24,9 +24,7 @@
 }
 
 build() {
-  arch-meson $pkgname build \
---buildtype=debugoptimized \
--D documentation=true
+  arch-meson $pkgname build
   ninja -C build
 }
 


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2019-03-15 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, March 15, 2019 @ 12:05:45
  Author: bpiotrowski
Revision: 348163

3.31.91-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |   32 +++-
 1 file changed, 7 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 12:02:28 UTC (rev 348162)
+++ PKGBUILD2019-03-15 12:05:45 UTC (rev 348163)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.30.1
+pkgver=3.31.91
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -12,7 +12,7 @@
  gnome-online-miners dleyna-server dleyna-renderer libdazzle)
 makedepends=(python yelp-tools git meson)
 groups=(gnome)
-_commit=c7f55291c49ad26d1f7f2511481901ad16f813a2  # tags/3.30.1^0
+_commit=b4c1075bffbf118d22d9b3fa92a90ae2c7615c0e  # tags/3.31.91^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'
@@ -23,31 +23,13 @@
   git describe --tags | sed 's/-/+/g'
 }
 
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --enable-compile-warnings=minimum
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  arch-meson $pkgname build \
+--buildtype=debugoptimized \
+-D documentation=true
+  ninja -C build
 }
 
-check() {
-  cd $pkgname
-  # disabled: needs dogtail and an installed gnome-photos
-  #xvfb-run dbus-run-session make check
-}
-
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2018-09-27 Thread Jan Steffens via arch-commits
Date: Thursday, September 27, 2018 @ 14:09:31
  Author: heftig
Revision: 335475

3.30.1-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-27 13:39:39 UTC (rev 335474)
+++ PKGBUILD2018-09-27 14:09:31 UTC (rev 335475)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.30.0
+pkgver=3.30.1
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -12,7 +12,7 @@
  gnome-online-miners dleyna-server dleyna-renderer libdazzle)
 makedepends=(python yelp-tools git meson)
 groups=(gnome)
-_commit=291f15104d7ce6d83d13970366eb4914b6c32f8a  # tags/3.30.0^0
+_commit=c7f55291c49ad26d1f7f2511481901ad16f813a2  # tags/3.30.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
 "git+https://gitlab.gnome.org/GNOME/libgd.git";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2018-09-07 Thread Jan Steffens via arch-commits
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
===
--- PKGBUILD2018-09-08 01:02:55 UTC (rev 333867)
+++ PKGBUILD2018-09-08 01:04:11 UTC (rev 333868)
@@ -1,9 +1,8 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 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


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2018-05-13 Thread Jan Steffens via arch-commits
Date: Sunday, May 13, 2018 @ 14:47:20
  Author: heftig
Revision: 324151

3.28.0-3

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 14:43:53 UTC (rev 324150)
+++ PKGBUILD2018-05-13 14:47:20 UTC (rev 324151)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-photos
 pkgver=3.28.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
 url="https://wiki.gnome.org/Apps/Photos";


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2018-04-29 Thread Jan de Groot via arch-commits
Date: Sunday, April 29, 2018 @ 22:05:55
  Author: jgc
Revision: 323124

upgpkg: gnome-photos 3.28.0-2

Build with gegl 0.4

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-29 22:04:30 UTC (rev 323123)
+++ PKGBUILD2018-04-29 22:05:55 UTC (rev 323124)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-photos
 pkgver=3.28.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
 url="https://wiki.gnome.org/Apps/Photos";
@@ -31,6 +31,8 @@
   git config --local submodule.libgd.url "$srcdir/libgd"
   git submodule update
 
+  git cherry-pick -n 4479b7da00ba788e85b463e06dbf57f633ec2c01
+
   NOCONFIGURE=1 ./autogen.sh
 }
 


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2018-03-15 Thread Jan Steffens via arch-commits
Date: Thursday, March 15, 2018 @ 17:17:15
  Author: heftig
Revision: 319328

3.28.0-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 16:58:27 UTC (rev 319327)
+++ PKGBUILD2018-03-15 17:17:15 UTC (rev 319328)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.27.92+19+g20868a30
+pkgver=3.28.0
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -13,7 +13,7 @@
  gnome-online-miners dleyna-server dleyna-renderer libdazzle)
 makedepends=(itstool python yelp-tools autoconf-archive git)
 groups=(gnome)
-_commit=20868a30076b3a0e713ab4336978364cdb79f326  # master
+_commit=cceaa5f8543a995b186cafb5443f3dd1a9c13c9c  # tags/3.28.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2018-03-14 Thread Jan Steffens via arch-commits
Date: Wednesday, March 14, 2018 @ 20:43:03
  Author: heftig
Revision: 319126

3.27.92+19+g20868a30-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 20:42:25 UTC (rev 319125)
+++ PKGBUILD2018-03-14 20:43:03 UTC (rev 319126)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.27.92
+pkgver=3.27.92+19+g20868a30
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -13,8 +13,8 @@
  gnome-online-miners dleyna-server dleyna-renderer libdazzle)
 makedepends=(itstool python yelp-tools autoconf-archive git)
 groups=(gnome)
-_commit=bf4c6ac2de3eb075ad9d489318f5271244aab491  # tags/3.27.92^0
-source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
+_commit=20868a30076b3a0e713ab4336978364cdb79f326  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'
 'SKIP')


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2018-03-13 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, March 14, 2018 @ 06:15:39
  Author: bpiotrowski
Revision: 318938

3.27.92-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 05:54:52 UTC (rev 318937)
+++ PKGBUILD2018-03-14 06:15:39 UTC (rev 318938)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.26.3
+pkgver=3.27.92
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -10,10 +10,10 @@
 license=(GPL)
 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)
+ gnome-online-miners dleyna-server dleyna-renderer libdazzle)
 makedepends=(itstool python yelp-tools autoconf-archive git)
 groups=(gnome)
-_commit=499ea2a771eed61f81e9b6f751941a61853e792c  # tags/3.26.3^0
+_commit=bf4c6ac2de3eb075ad9d489318f5271244aab491  # tags/3.27.92^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2018-01-18 Thread Jan Steffens via arch-commits
Date: Thursday, January 18, 2018 @ 09:28:15
  Author: heftig
Revision: 315048

FS#57108 gnome groups

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 09:27:52 UTC (rev 315047)
+++ PKGBUILD2018-01-18 09:28:15 UTC (rev 315048)
@@ -12,7 +12,7 @@
  tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw 
gnome-online-accounts
  gnome-online-miners dleyna-server dleyna-renderer)
 makedepends=(itstool python yelp-tools autoconf-archive git)
-groups=(gnome-extra)
+groups=(gnome)
 _commit=499ea2a771eed61f81e9b6f751941a61853e792c  # tags/3.26.3^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 20:39:15
  Author: heftig
Revision: 312674

3.26.3-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 20:39:06 UTC (rev 312673)
+++ PKGBUILD2017-12-14 20:39:15 UTC (rev 312674)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.26.2
+pkgver=3.26.3
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
@@ -13,7 +13,7 @@
  gnome-online-miners dleyna-server dleyna-renderer)
 makedepends=(itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=05e67a00a834247359131998b1abbf5a350d8c00  # tags/3.26.2^0
+_commit=499ea2a771eed61f81e9b6f751941a61853e792c  # tags/3.26.3^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'
@@ -37,7 +37,7 @@
 build() {
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --enable-compile-warnings=minimum
+--libexecdir=/usr/lib --enable-compile-warnings=minimum
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2017-11-03 Thread Jan Steffens
Date: Friday, November 3, 2017 @ 11:30:12
  Author: heftig
Revision: 308885

3.26.2-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 07:23:49 UTC (rev 308884)
+++ PKGBUILD2017-11-03 11:30:12 UTC (rev 308885)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.26.1
+pkgver=3.26.2
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
  gnome-online-miners dleyna-server dleyna-renderer)
 makedepends=(itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=aa834e104958394bd135054d748d43311bc51b3a  # tags/3.26.1^0
+_commit=05e67a00a834247359131998b1abbf5a350d8c00  # tags/3.26.2^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2017-10-03 Thread Jan Steffens
Date: Tuesday, October 3, 2017 @ 17:28:12
  Author: heftig
Revision: 306642

3.26.1-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-03 17:22:50 UTC (rev 306641)
+++ PKGBUILD2017-10-03 17:28:12 UTC (rev 306642)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.26.0+6+g4aa850b8
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
  gnome-online-miners dleyna-server dleyna-renderer)
 makedepends=(itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=4aa850b8619d5e2dd9870a3559ce141bb353ea30  # gnome-3-26
+_commit=aa834e104958394bd135054d748d43311bc51b3a  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2017-09-20 Thread Jan Steffens
Date: Wednesday, September 20, 2017 @ 19:42:50
  Author: heftig
Revision: 305957

3.26.0+6+g4aa850b8-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-20 19:42:25 UTC (rev 305956)
+++ PKGBUILD2017-09-20 19:42:50 UTC (rev 305957)
@@ -2,18 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.24.3
+pkgver=3.26.0+6+g4aa850b8
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Apps/Photos";
 license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
gnome-online-accounts
- lcms2 tracker geocode-glib grilo gfbgraph libgdata 
gnome-online-miners dleyna-server
- dleyna-renderer libgexiv2 libraw)
-makedepends=(intltool itstool python yelp-tools autoconf-archive git)
+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)
+makedepends=(itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=eaf7a1e3ff30f5eebedcfe063b09fc8815d58a52  # tags/3.24.3^0
+_commit=4aa850b8619d5e2dd9870a3559ce141bb353ea30  # gnome-3-26
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2017-09-06 Thread Jan Steffens
Date: Wednesday, September 6, 2017 @ 10:24:04
  Author: heftig
Revision: 304742

3.24.3-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 10:23:24 UTC (rev 304741)
+++ PKGBUILD2017-09-06 10:24:04 UTC (rev 304742)
@@ -2,17 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.24.2
+pkgver=3.24.3
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Apps/Photos";
 license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker geocode-glib
- grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
gnome-online-accounts
+ lcms2 tracker geocode-glib grilo gfbgraph libgdata 
gnome-online-miners dleyna-server
+ dleyna-renderer libgexiv2 libraw)
 makedepends=(intltool itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=dad853f682df1f80f85f2c1edc402f4fdc4b4d4d  # tags/3.24.2^0
+_commit=eaf7a1e3ff30f5eebedcfe063b09fc8815d58a52  # tags/3.24.3^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2017-05-10 Thread Jan Steffens
Date: Wednesday, May 10, 2017 @ 19:45:39
  Author: heftig
Revision: 295559

3.24.2-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-10 19:39:48 UTC (rev 295558)
+++ PKGBUILD2017-05-10 19:45:39 UTC (rev 295559)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.24.1
+pkgver=3.24.2
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
  grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
 makedepends=(intltool itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=84bedbd8db242ea91e095bf4ed6e9fce01587dad  # tags/3.24.1^0
+_commit=dad853f682df1f80f85f2c1edc402f4fdc4b4d4d  # tags/3.24.2^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'
@@ -37,6 +37,7 @@
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --libexecdir=/usr/lib/$pkgname --enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2017-04-12 Thread Jan de Groot
Date: Wednesday, April 12, 2017 @ 10:39:59
  Author: jgc
Revision: 292606

upgpkg: gnome-photos 3.24.1-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-12 10:23:09 UTC (rev 292605)
+++ PKGBUILD2017-04-12 10:39:59 UTC (rev 292606)
@@ -2,17 +2,17 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.22.5
+pkgver=3.24.1
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://wiki.gnome.org/Apps/Photos";
 license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker geocode-glib
  grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
 makedepends=(intltool itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=de919345da39fcd160504d29a89fa1786bc9ce81  # tags/3.22.5^0
+_commit=84bedbd8db242ea91e095bf4ed6e9fce01587dad  # tags/3.24.1^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2017-03-07 Thread Jan Steffens
Date: Tuesday, March 7, 2017 @ 15:33:18
  Author: heftig
Revision: 290100

3.22.5-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-07 15:32:56 UTC (rev 290099)
+++ PKGBUILD2017-03-07 15:33:18 UTC (rev 290100)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.22.4
+pkgver=3.22.5
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
  grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
 makedepends=(intltool itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=2fe74bddafcad2a9612fd5089dc0b71dcb6112bc  # tags/3.22.4^0
+_commit=de919345da39fcd160504d29a89fa1786bc9ce81  # tags/3.22.5^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2017-02-16 Thread Jan Steffens
Date: Thursday, February 16, 2017 @ 19:22:03
  Author: heftig
Revision: 289072

3.22.4-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-16 19:16:55 UTC (rev 289071)
+++ PKGBUILD2017-02-16 19:22:03 UTC (rev 289072)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.22.3
+pkgver=3.22.4
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
  grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
 makedepends=(intltool itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=d0bdc905d60a1cb3e40ded07310f21907ec85fdc  # tags/3.22.3^0
+_commit=2fe74bddafcad2a9612fd5089dc0b71dcb6112bc  # tags/3.22.4^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2017-01-03 Thread Jan Steffens
Date: Tuesday, January 3, 2017 @ 20:03:05
  Author: heftig
Revision: 285257

3.22.3-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-03 18:03:53 UTC (rev 285256)
+++ PKGBUILD2017-01-03 20:03:05 UTC (rev 285257)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.22.2
+pkgver=3.22.3
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
  grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
 makedepends=(intltool itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=101ea2ca211a95638a88e691d55acbc0f9538efd  # tags/3.22.2^0
+_commit=d0bdc905d60a1cb3e40ded07310f21907ec85fdc  # tags/3.22.3^0
 source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
 "git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2016-12-27 Thread Jan Steffens
Date: Tuesday, December 27, 2016 @ 09:18:11
  Author: heftig
Revision: 284851

Use https

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 09:17:46 UTC (rev 284850)
+++ PKGBUILD2016-12-27 09:18:11 UTC (rev 284851)
@@ -13,8 +13,8 @@
 makedepends=(intltool itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
 _commit=101ea2ca211a95638a88e691d55acbc0f9538efd  # tags/3.22.2^0
-source=("git://git.gnome.org/gnome-photos#commit=$_commit"
-"git://git.gnome.org/libgd")
+source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";)
 sha256sums=('SKIP'
 'SKIP')
 


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2016-11-07 Thread Jan Steffens
Date: Monday, November 7, 2016 @ 18:12:17
  Author: heftig
Revision: 280069

3.22.2-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 18:04:38 UTC (rev 280068)
+++ PKGBUILD2016-11-07 18:12:17 UTC (rev 280069)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.22.1
+pkgver=3.22.2
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
  grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
 makedepends=(intltool itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=ed68bbca704daed0fa52ae780067d4630997a54b  # tags/3.22.1^0
+_commit=101ea2ca211a95638a88e691d55acbc0f9538efd  # tags/3.22.2^0
 source=("git://git.gnome.org/gnome-photos#commit=$_commit"
 "git://git.gnome.org/libgd")
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2016-10-06 Thread Jan Steffens
Date: Thursday, October 6, 2016 @ 11:57:49
  Author: heftig
Revision: 277796

3.22.1-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-06 11:35:50 UTC (rev 277795)
+++ PKGBUILD2016-10-06 11:57:49 UTC (rev 277796)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.22.0
+pkgver=3.22.1
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
  grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
 makedepends=(intltool itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-_commit=da907d141983921af9699b359612e5e8216df704  # tags/3.22.0^0
+_commit=ed68bbca704daed0fa52ae780067d4630997a54b  # tags/3.22.1^0
 source=("git://git.gnome.org/gnome-photos#commit=$_commit"
 "git://git.gnome.org/libgd")
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2016-09-27 Thread Jan Steffens
Date: Tuesday, September 27, 2016 @ 20:41:43
  Author: heftig
Revision: 277174

3.22.0-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |   35 +++
 1 file changed, 27 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-27 20:37:25 UTC (rev 277173)
+++ PKGBUILD2016-09-27 20:41:43 UTC (rev 277174)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.20.3
+pkgver=3.22.0
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -10,24 +10,43 @@
 license=(GPL)
 depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker
  grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
-makedepends=(intltool itstool python)
+makedepends=(intltool itstool python yelp-tools autoconf-archive git)
 groups=(gnome-extra)
-source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d1dd8bd8178dd1d0120abd2ff3e959fb1199f4e1751558f925ce7f1278548996')
+_commit=da907d141983921af9699b359612e5e8216df704  # tags/3.22.0^0
+source=("git://git.gnome.org/gnome-photos#commit=$_commit"
+"git://git.gnome.org/libgd")
+sha256sums=('SKIP'
+'SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/gnome-photos
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-compile-warnings=minimum
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   # disabled: needs dogtail which we don't have
   #make check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2016-08-11 Thread Jan Steffens
Date: Thursday, August 11, 2016 @ 11:59:16
  Author: heftig
Revision: 273596

3.20.3-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-11 11:58:16 UTC (rev 273595)
+++ PKGBUILD2016-08-11 11:59:16 UTC (rev 273596)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.20.2
+pkgver=3.20.3
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(intltool itstool python)
 groups=(gnome-extra)
 
source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ec6b95ad1c4aeeb065a65d2d48335036c0750761c7f6762bafcf874791272b46')
+sha256sums=('d1dd8bd8178dd1d0120abd2ff3e959fb1199f4e1751558f925ce7f1278548996')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD gnome-photos.install)

2016-06-21 Thread Jan Steffens
Date: Tuesday, June 21, 2016 @ 18:22:57
  Author: heftig
Revision: 270427

3.20.2-1

Modified:
  gnome-photos/trunk/PKGBUILD
Deleted:
  gnome-photos/trunk/gnome-photos.install

--+
 PKGBUILD |   13 ++---
 gnome-photos.install |   12 
 2 files changed, 6 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-21 18:22:52 UTC (rev 270426)
+++ PKGBUILD2016-06-21 18:22:57 UTC (rev 270427)
@@ -2,19 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
-url="https://www.gnome.org/";
+url="https://wiki.gnome.org/Apps/Photos";
 license=(GPL)
 depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker
  grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
 makedepends=(intltool itstool python)
 groups=(gnome-extra)
-install=gnome-photos.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7639cc9367aa0f4bbf54aa46edaeedb91fcce85d387e8ffb669470710e247e5a')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ec6b95ad1c4aeeb065a65d2d48335036c0750761c7f6762bafcf874791272b46')
 
 build() {
   cd $pkgname-$pkgver
@@ -24,8 +23,8 @@
 
 check() {
   cd $pkgname-$pkgver
-# disabled: needs dogtail which we don't have
-#  make check
+  # disabled: needs dogtail which we don't have
+  #make check
 }
 
 package() {

Deleted: gnome-photos.install
===
--- gnome-photos.install2016-06-21 18:22:52 UTC (rev 270426)
+++ gnome-photos.install2016-06-21 18:22:57 UTC (rev 270427)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2016-04-13 Thread Jan Steffens
Date: Wednesday, April 13, 2016 @ 22:35:04
  Author: heftig
Revision: 264841

3.20.1-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-13 20:25:02 UTC (rev 264840)
+++ PKGBUILD2016-04-13 20:35:04 UTC (rev 264841)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.20.0
-pkgrel=2
+pkgver=3.20.1
+pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://www.gnome.org/";
@@ -14,7 +14,7 @@
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('2b026a34bf29e7e020e9dbfac39aaeabaad94bf03d9cc786dadd711048f945ae')
+sha256sums=('7639cc9367aa0f4bbf54aa46edaeedb91fcce85d387e8ffb669470710e247e5a')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2016-04-09 Thread Jan Steffens
Date: Saturday, April 9, 2016 @ 21:15:25
  Author: heftig
Revision: 264446

3.20.0-2

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-09 18:39:30 UTC (rev 264445)
+++ PKGBUILD2016-04-09 19:15:25 UTC (rev 264446)
@@ -3,13 +3,14 @@
 
 pkgname=gnome-photos
 pkgver=3.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://www.gnome.org/";
 license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker grilo gfbgraph libgdata gnome-online-miners 
dleyna-server dleyna-renderer libgexiv2 libraw)
-makedepends=(intltool itstool)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker
+ grilo gfbgraph libgdata gnome-online-miners dleyna-server 
dleyna-renderer libgexiv2 libraw)
+makedepends=(intltool itstool python)
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2016-03-31 Thread Jan de Groot
Date: Thursday, March 31, 2016 @ 13:39:46
  Author: jgc
Revision: 263487

Add libraw to depends

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-31 11:37:50 UTC (rev 263486)
+++ PKGBUILD2016-03-31 11:39:46 UTC (rev 263487)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 url="https://www.gnome.org/";
 license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker grilo gfbgraph libgdata gnome-online-miners 
dleyna-server dleyna-renderer libgexiv2)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker grilo gfbgraph libgdata gnome-online-miners 
dleyna-server dleyna-renderer libgexiv2 libraw)
 makedepends=(intltool itstool)
 groups=(gnome-extra)
 install=gnome-photos.install


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2016-03-21 Thread Jan de Groot
Date: Monday, March 21, 2016 @ 12:16:32
  Author: jgc
Revision: 262156

upgpkg: gnome-photos 3.20.0-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-21 11:11:09 UTC (rev 262155)
+++ PKGBUILD2016-03-21 11:16:32 UTC (rev 262156)
@@ -2,18 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.18.3
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://www.gnome.org/";
 license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker grilo gfbgraph libgdata gnome-online-miners 
dleyna-server dleyna-renderer)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker grilo gfbgraph libgdata gnome-online-miners 
dleyna-server dleyna-renderer libgexiv2)
 makedepends=(intltool itstool)
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('cb0b0573b2b473257a41024de7b99986a10a67af07cbdead5bf266291e9ed167')
+sha256sums=('2b026a34bf29e7e020e9dbfac39aaeabaad94bf03d9cc786dadd711048f945ae')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2016-03-19 Thread Jan Steffens
Date: Saturday, March 19, 2016 @ 12:07:01
  Author: heftig
Revision: 262075

3.18.3

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-19 11:04:49 UTC (rev 262074)
+++ PKGBUILD2016-03-19 11:07:01 UTC (rev 262075)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.18.2
+pkgver=3.18.3
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7f6169c663b7a0e1b971d5af4def3d9a633e16a24e7d2c593b51be0053f9a0d8')
+sha256sums=('cb0b0573b2b473257a41024de7b99986a10a67af07cbdead5bf266291e9ed167')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2015-11-09 Thread Jan de Groot
Date: Monday, November 9, 2015 @ 09:40:39
  Author: jgc
Revision: 250221

upgpkg: gnome-photos 3.18.2-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-08 22:22:45 UTC (rev 250220)
+++ PKGBUILD2015-11-09 08:40:39 UTC (rev 250221)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.18.1
+pkgver=3.18.2
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b0226d41bcb6fb822212b34bfaf5b84f8fd550ed97ea1770b64f591a82f106ed')
+sha256sums=('7f6169c663b7a0e1b971d5af4def3d9a633e16a24e7d2c593b51be0053f9a0d8')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2015-10-12 Thread Jan Steffens
Date: Monday, October 12, 2015 @ 19:28:52
  Author: heftig
Revision: 248934

3.18.1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 17:24:49 UTC (rev 248933)
+++ PKGBUILD2015-10-12 17:28:52 UTC (rev 248934)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5ca74b33de33da125059918e2d7c665ff78ac1adfbc04c98b3378e705cc73a54')
+sha256sums=('b0226d41bcb6fb822212b34bfaf5b84f8fd550ed97ea1770b64f591a82f106ed')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2015-09-25 Thread Jan de Groot
Date: Friday, September 25, 2015 @ 13:38:07
  Author: jgc
Revision: 247363

upgpkg: gnome-photos 3.18.0-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-25 11:37:29 UTC (rev 247362)
+++ PKGBUILD2015-09-25 11:38:07 UTC (rev 247363)
@@ -2,19 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.16.2
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://www.gnome.org/";
 license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker
- hicolor-icon-theme grilo gfbgraph libgdata gnome-online-miners 
dleyna-server dleyna-renderer)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker grilo gfbgraph libgdata gnome-online-miners 
dleyna-server dleyna-renderer)
 makedepends=(intltool itstool)
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('9eb6a08a1d198f174f006b1c4e60a7db4f2e05cce7776e3f989470638cda2e20')
+sha256sums=('5ca74b33de33da125059918e2d7c665ff78ac1adfbc04c98b3378e705cc73a54')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2015-09-10 Thread Jan Steffens
Date: Thursday, September 10, 2015 @ 14:30:44
  Author: heftig
Revision: 245726

3.16.2

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-10 12:30:26 UTC (rev 245725)
+++ PKGBUILD2015-09-10 12:30:44 UTC (rev 245726)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.14.2
-pkgrel=2
+pkgver=3.16.2
+pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://www.gnome.org/";
@@ -14,7 +14,7 @@
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('1bce84bd0467647decf26f81e03535940ab65a7774f44e1395a2b87d88c0be96')
+sha256sums=('9eb6a08a1d198f174f006b1c4e60a7db4f2e05cce7776e3f989470638cda2e20')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2015-07-03 Thread Jan Steffens
Date: Friday, July 3, 2015 @ 23:21:35
  Author: heftig
Revision: 241772

libgdata rebuild

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 21:20:54 UTC (rev 241771)
+++ PKGBUILD2015-07-03 21:21:35 UTC (rev 241772)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-photos
 pkgver=3.14.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://www.gnome.org/";


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2014-11-10 Thread Jan Steffens
Date: Tuesday, November 11, 2014 @ 00:20:58
  Author: heftig
Revision: 225960

3.14.2

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-10 23:19:33 UTC (rev 225959)
+++ PKGBUILD2014-11-10 23:20:58 UTC (rev 225960)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.14.0
+pkgver=3.14.2
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7d3446c2794089ecbaf495c9d20db2e9e1a94c7d8b96a020efe5f763f1e91441')
+sha256sums=('1bce84bd0467647decf26f81e03535940ab65a7774f44e1395a2b87d88c0be96')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2014-09-27 Thread Jan Steffens
Date: Saturday, September 27, 2014 @ 22:47:56
  Author: heftig
Revision: 223593

photos also looks for renderers

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-27 20:20:50 UTC (rev 223592)
+++ PKGBUILD2014-09-27 20:47:56 UTC (rev 223593)
@@ -9,7 +9,7 @@
 url="https://www.gnome.org/";
 license=(GPL)
 depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker
- hicolor-icon-theme grilo gfbgraph libgdata gnome-online-miners 
dleyna-server)
+ hicolor-icon-theme grilo gfbgraph libgdata gnome-online-miners 
dleyna-server dleyna-renderer)
 makedepends=(intltool itstool)
 groups=(gnome-extra)
 install=gnome-photos.install


[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2014-09-24 Thread Jan Steffens
Date: Wednesday, September 24, 2014 @ 23:36:10
  Author: heftig
Revision: 222957

3.14.0

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-24 21:33:54 UTC (rev 222956)
+++ PKGBUILD2014-09-24 21:36:10 UTC (rev 222957)
@@ -2,18 +2,19 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.13.92
+pkgver=3.14.0
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://www.gnome.org/";
 license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo gfbgraph libgdata 
gnome-online-miners)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker
+ hicolor-icon-theme grilo gfbgraph libgdata gnome-online-miners 
dleyna-server)
 makedepends=(intltool itstool)
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c973c33b8e052a8fc29bc1c458d7bd069dcdcd9f2daecc873187d7bb06550f9f')
+sha256sums=('7d3446c2794089ecbaf495c9d20db2e9e1a94c7d8b96a020efe5f763f1e91441')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2014-09-17 Thread Jan de Groot
Date: Wednesday, September 17, 2014 @ 23:11:50
  Author: jgc
Revision: 221878

upgpkg: gnome-photos 3.13.92-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-17 21:08:28 UTC (rev 221877)
+++ PKGBUILD2014-09-17 21:11:50 UTC (rev 221878)
@@ -2,18 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.13.91
+pkgver=3.13.92
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://www.gnome.org/";
 license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo gfbgraph libgdata)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo gfbgraph libgdata 
gnome-online-miners)
 makedepends=(intltool itstool)
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('26dde1c21330aaf3c67d228fae728de5b5ebecc0047e9354f633c26ec1e2cddb')
+sha256sums=('c973c33b8e052a8fc29bc1c458d7bd069dcdcd9f2daecc873187d7bb06550f9f')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2014-09-09 Thread Jan de Groot
Date: Tuesday, September 9, 2014 @ 14:39:23
  Author: jgc
Revision: 221295

GNOME 3.13.91

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-09 12:20:52 UTC (rev 221294)
+++ PKGBUILD2014-09-09 12:39:23 UTC (rev 221295)
@@ -2,18 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.12.1
+pkgver=3.13.91
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://www.gnome.org/";
 license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo gfbgraph)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo gfbgraph libgdata)
 makedepends=(intltool itstool)
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('077cc6c2ae28680457fba435a22184e25f3a60a6fbe1901a75e42f6f6136538f')
+sha256sums=('26dde1c21330aaf3c67d228fae728de5b5ebecc0047e9354f633c26ec1e2cddb')
 
 build() {
   cd $pkgname-$pkgver
@@ -23,7 +23,8 @@
 
 check() {
   cd $pkgname-$pkgver
-  make check
+# disabled: needs dogtail which we don't have
+#  make check
 }
 
 package() {



[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2014-04-18 Thread Jan Steffens
Date: Friday, April 18, 2014 @ 13:22:53
  Author: heftig
Revision: 211236

3.12.1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-18 11:22:26 UTC (rev 211235)
+++ PKGBUILD2014-04-18 11:22:53 UTC (rev 211236)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -9,11 +9,11 @@
 url="https://www.gnome.org/";
 license=(GPL)
 depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo gfbgraph)
-makedepends=(intltool)
+makedepends=(intltool itstool)
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0dfe63cf21f580f81609d21291fb456ba2b7fff58dd77d2a22fdb0c4e1988599')
+sha256sums=('077cc6c2ae28680457fba435a22184e25f3a60a6fbe1901a75e42f6f6136538f')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2014-03-26 Thread Jan de Groot
Date: Thursday, March 27, 2014 @ 00:05:01
  Author: jgc
Revision: 208792

upgpkg: gnome-photos 3.12.0-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-26 23:04:52 UTC (rev 208791)
+++ PKGBUILD2014-03-26 23:05:01 UTC (rev 208792)
@@ -2,22 +2,22 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.10.2
+pkgver=3.12.0
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://www.gnome.org/";
 license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo gfbgraph)
 makedepends=(intltool)
 groups=(gnome-extra)
 install=gnome-photos.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('820503c26a0f829682dd46653e8f0850ac687aba42728ac74350ba8406e80975')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0dfe63cf21f580f81609d21291fb456ba2b7fff58dd77d2a22fdb0c4e1988599')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/gnome-photos
   make
 }
 



[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2013-11-13 Thread Jan Steffens
Date: Wednesday, November 13, 2013 @ 13:06:21
  Author: heftig
Revision: 199481

3.10.2

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 11:57:35 UTC (rev 199480)
+++ PKGBUILD2013-11-13 12:06:21 UTC (rev 199481)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('40129310635fc5939e5c95616c2ea2042f30f0eef5e0c8cdd21aa0e7ff7c7085')
+sha256sums=('820503c26a0f829682dd46653e8f0850ac687aba42728ac74350ba8406e80975')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 16:05:00
  Author: heftig
Revision: 196499

3.10.1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-14 14:04:54 UTC (rev 196498)
+++ PKGBUILD2013-10-14 14:05:00 UTC (rev 196499)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('65cb5790ec5a282c8bc8b4902858a0b4b3cec2fe39709a580dc073a23a5fc210')
+sha256sums=('40129310635fc5939e5c95616c2ea2042f30f0eef5e0c8cdd21aa0e7ff7c7085')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2013-09-24 Thread Jan de Groot
Date: Tuesday, September 24, 2013 @ 12:24:20
  Author: jgc
Revision: 194946

upgpkg: gnome-photos 3.10.0-1

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-24 10:10:14 UTC (rev 194945)
+++ PKGBUILD2013-09-24 10:24:20 UTC (rev 194946)
@@ -2,19 +2,19 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.8.2
+pkgver=3.10.0
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
 url="https://www.gnome.org/";
 license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker hicolor-icon-theme grilo)
 makedepends=(intltool)
 options=(!libtool)
 groups=(gnome-extra)
 install=gnome-photos.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c6e777cdc6a4b0ee24b4dbd1b971fe239198926a3057c27c08eeda0a53ba6d58')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('65cb5790ec5a282c8bc8b4902858a0b4b3cec2fe39709a580dc073a23a5fc210')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-photos/trunk (PKGBUILD)

2013-05-14 Thread Jan Steffens
Date: Tuesday, May 14, 2013 @ 12:20:08
  Author: heftig
Revision: 185453

3.8.2

Modified:
  gnome-photos/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-14 10:19:56 UTC (rev 185452)
+++ PKGBUILD2013-05-14 10:20:08 UTC (rev 185453)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-photos
-pkgver=3.8.0
+pkgver=3.8.2
 pkgrel=1
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=(gnome-extra)
 install=gnome-photos.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d5a42a6562eb2bebd404f1b932e105572e64abb0e3160b2834c7898cf090f3de')
+sha256sums=('c6e777cdc6a4b0ee24b4dbd1b971fe239198926a3057c27c08eeda0a53ba6d58')
 
 build() {
   cd $pkgname-$pkgver