[arch-commits] Commit in gnome-photos/repos/extra-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to extra-x86_64

Added:
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 387032, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-20 16:43:02 UTC (rev 387032)
+++ PKGBUILD2020-05-20 16:43:12 UTC (rev 387033)
@@ -1,33 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.34.1
-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)
-makedepends=(python yelp-tools git meson)
-groups=(gnome)
-_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'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 387032, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-20 16:43:12 UTC (rev 387033)
@@ -0,0 +1,33 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.34.2
+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)
+makedepends=(python yelp-tools git meson)
+groups=(gnome)
+_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'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gnome-photos/repos/extra-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to extra-x86_64

Added:
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 375509, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-12 22:35:36 UTC (rev 375509)
+++ PKGBUILD2020-02-12 22:35:47 UTC (rev 375510)
@@ -1,33 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.34.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)
-makedepends=(python yelp-tools git meson)
-groups=(gnome)
-_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'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 375509, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-12 22:35:47 UTC (rev 375510)
@@ -0,0 +1,33 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.34.1
+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)
+makedepends=(python yelp-tools git meson)
+groups=(gnome)
+_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'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gnome-photos/repos/extra-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to extra-x86_64

Added:
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 362274, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-12 00:04:08 UTC (rev 362274)
+++ PKGBUILD2019-09-12 00:04:20 UTC (rev 362275)
@@ -1,33 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.32.1
-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)
-makedepends=(python yelp-tools git meson)
-groups=(gnome)
-_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'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 362274, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-12 00:04:20 UTC (rev 362275)
@@ -0,0 +1,33 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.34.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)
+makedepends=(python yelp-tools git meson)
+groups=(gnome)
+_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'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gnome-photos/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-08-20 Thread Jan Steffens via arch-commits
Date: Tuesday, August 20, 2019 @ 17:05:21
  Author: heftig
Revision: 360511

archrelease: copy trunk to extra-x86_64

Added:
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 360510, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-20 16:42:45 UTC (rev 360510)
+++ PKGBUILD2019-08-20 17:05:21 UTC (rev 360511)
@@ -1,33 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.32.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)
-makedepends=(python yelp-tools git meson)
-groups=(gnome)
-_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'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 360510, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-20 17:05:21 UTC (rev 360511)
@@ -0,0 +1,33 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.32.1
+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)
+makedepends=(python yelp-tools git meson)
+groups=(gnome)
+_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'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gnome-photos/repos/extra-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to extra-x86_64

Added:
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 348618, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 +
 1 file changed, 33 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-18 20:42:41 UTC (rev 348618)
+++ PKGBUILD2019-03-18 20:43:03 UTC (rev 348619)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.31.91
-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)
-makedepends=(python yelp-tools git meson)
-groups=(gnome)
-_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'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build \
---buildtype=debugoptimized \
--D documentation=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 348618, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-18 20:43:03 UTC (rev 348619)
@@ -0,0 +1,33 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.32.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)
+makedepends=(python yelp-tools git meson)
+groups=(gnome)
+_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'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gnome-photos/repos/extra-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to extra-x86_64

Added:
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 348163, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   88 -
 1 file changed, 35 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 12:05:45 UTC (rev 348163)
+++ PKGBUILD2019-03-15 12:05:52 UTC (rev 348164)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.30.1
-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)
-makedepends=(python yelp-tools git meson)
-groups=(gnome)
-_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'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  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
-}
-
-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
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 348163, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 12:05:52 UTC (rev 348164)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.31.91
+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)
+makedepends=(python yelp-tools git meson)
+groups=(gnome)
+_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'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build \
+--buildtype=debugoptimized \
+-D documentation=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gnome-photos/repos/extra-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to extra-x86_64

Added:
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 335475, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-27 14:09:31 UTC (rev 335475)
+++ PKGBUILD2018-09-27 14:09:43 UTC (rev 335476)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-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;
-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)
-makedepends=(python yelp-tools git meson)
-groups=(gnome)
-_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'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  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
-}
-
-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
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 335475, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-27 14:09:43 UTC (rev 335476)
@@ -0,0 +1,53 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.30.1
+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)
+makedepends=(python yelp-tools git meson)
+groups=(gnome)
+_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'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  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
+}
+
+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
+}


[arch-commits] Commit in gnome-photos/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-13 Thread Jan Steffens via arch-commits
Date: Sunday, May 13, 2018 @ 14:55:07
  Author: heftig
Revision: 324155

archrelease: copy trunk to extra-x86_64

Added:
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 324154, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 14:54:46 UTC (rev 324154)
+++ PKGBUILD2018-05-13 14:55:07 UTC (rev 324155)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.28.0
-pkgrel=2
-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)
-makedepends=(itstool python yelp-tools autoconf-archive git)
-groups=(gnome)
-_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'
-'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
-
-  git cherry-pick -n 4479b7da00ba788e85b463e06dbf57f633ec2c01
-
-  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
-}
-
-check() {
-  cd $pkgname
-  # disabled: needs dogtail which we don't have
-  #make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 324154, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 14:55:07 UTC (rev 324155)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.28.0
+pkgrel=3
+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)
+makedepends=(itstool python yelp-tools autoconf-archive git)
+groups=(gnome)
+_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'
+'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
+
+  git cherry-pick -n 4479b7da00ba788e85b463e06dbf57f633ec2c01
+
+  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
+}
+
+check() {
+  cd $pkgname
+  # disabled: needs dogtail which we don't have
+  #make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnome-photos/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-02 Thread Jan Steffens via arch-commits
Date: Monday, April 2, 2018 @ 15:56:39
  Author: heftig
Revision: 320841

archrelease: copy trunk to extra-x86_64

Added:
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 320840, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 23:53:36 UTC (rev 320840)
+++ PKGBUILD2018-04-02 15:56:39 UTC (rev 320841)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.27.92+19+g20868a30
-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)
-makedepends=(itstool python yelp-tools autoconf-archive git)
-groups=(gnome)
-_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')
-
-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
-  ./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
-}
-
-check() {
-  cd $pkgname
-  # disabled: needs dogtail which we don't have
-  #make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 320840, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-02 15:56:39 UTC (rev 320841)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.28.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)
+makedepends=(itstool python yelp-tools autoconf-archive git)
+groups=(gnome)
+_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'
+'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
+  ./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
+}
+
+check() {
+  cd $pkgname
+  # disabled: needs dogtail which we don't have
+  #make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnome-photos/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-12-14 Thread Jan Steffens via arch-commits
Date: Thursday, December 14, 2017 @ 20:53:43
  Author: heftig
Revision: 312676

archrelease: copy trunk to extra-x86_64

Added:
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 312675, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 20:53:17 UTC (rev 312675)
+++ PKGBUILD2017-12-14 20:53:43 UTC (rev 312676)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.26.2
-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 
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=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'
-'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
-  ./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
-}
-
-check() {
-  cd $pkgname
-  # disabled: needs dogtail which we don't have
-  #make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 312675, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 20:53:43 UTC (rev 312676)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.26.3
+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)
+makedepends=(itstool python yelp-tools autoconf-archive git)
+groups=(gnome-extra)
+_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'
+'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
+  ./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
+}
+
+check() {
+  cd $pkgname
+  # disabled: needs dogtail which we don't have
+  #make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}