[arch-commits] Commit in pantheon-photos/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Jul 20 16:16:26 UTC 2021


    Date: Tuesday, July 20, 2021 @ 16:16:26
  Author: alucryd
Revision: 980298

archrelease: copy trunk to community-x86_64

Added:
  pantheon-photos/repos/community-x86_64/PKGBUILD
    (from rev 980297, pantheon-photos/trunk/PKGBUILD)
Deleted:
  pantheon-photos/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  132 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 65 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-20 16:16:21 UTC (rev 980297)
+++ PKGBUILD	2021-07-20 16:16:26 UTC (rev 980298)
@@ -1,67 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-photos
-pkgver=2.7.0
-pkgrel=5
-pkgdesc='The Pantheon Photos Manager'
-arch=(x86_64)
-url=https://github.com/elementary/photos
-license=(GPL3)
-depends=(
-  cairo
-  gdk-pixbuf2
-  geocode-glib
-  glib2
-  gst-plugins-base-libs
-  gstreamer
-  gtk3
-  json-glib
-  libexif
-  libgee
-  libgexiv2
-  libgphoto2
-  libgranite.so
-  libgudev-1.0.so
-  libraw
-  libsoup
-  libxml2
-  pango
-  rest
-  sqlite
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-  webkit2gtk
-)
-optdepends=('webkit2gtk: Publishing plugins')
-groups=(pantheon)
-_tag=84e161733d921a4a8a520bfc8a2654d69928c942
-source=(pantheon-photos::git+https://github.com/elementary/photos.git#tag=${_tag})
-sha256sums=(SKIP)
-
-prepare() {
-  cd pantheon-photos
-  git cherry-pick -n 27e529fc96da828982563e2e19a6f0cef883a29e
-  git cherry-pick -n 682108613c9068286be2b9bf7130776baf0b9ec1
-  git cherry-pick -n 3c478a9263ce3559758b0335480a25a3342ad388
-}
-
-pkgver() {
-  cd pantheon-photos
-  git describe --tags
-}
-
-build() {
-  arch-meson pantheon-photos build \
-    -Dlibunity=false
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-photos/repos/community-x86_64/PKGBUILD (from rev 980297, pantheon-photos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-20 16:16:26 UTC (rev 980298)
@@ -0,0 +1,65 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-photos
+pkgver=2.7.1
+pkgrel=1
+pkgdesc='The Pantheon Photos Manager'
+arch=(x86_64)
+url=https://github.com/elementary/photos
+license=(GPL3)
+depends=(
+  cairo
+  gdk-pixbuf2
+  geocode-glib
+  glib2
+  gst-plugins-base-libs
+  gstreamer
+  gtk3
+  json-glib
+  libexif
+  libgee
+  libgexiv2
+  libgphoto2
+  libgranite.so
+  libgudev-1.0.so
+  libhandy-1.so
+  libraw
+  libsoup
+  libxml2
+  pango
+  rest
+  sqlite
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+  webkit2gtk
+)
+optdepends=('webkit2gtk: Publishing plugins')
+groups=(pantheon)
+_tag=90ec10cac5cbfd6ccbb76f1b0cdc259d8366afb2
+source=(pantheon-photos::git+https://github.com/elementary/photos.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+  cd pantheon-photos
+}
+
+pkgver() {
+  cd pantheon-photos
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-photos build \
+    -Dlibunity=false
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list