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

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Nov 5 09:43:18 UTC 2021


    Date: Friday, November 5, 2021 @ 09:43:17
  Author: alucryd
Revision: 1037186

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  129 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 64 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-05 09:43:13 UTC (rev 1037185)
+++ PKGBUILD	2021-11-05 09:43:17 UTC (rev 1037186)
@@ -1,65 +0,0 @@
-# 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:

Copied: pantheon-photos/repos/community-x86_64/PKGBUILD (from rev 1037185, pantheon-photos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-05 09:43:17 UTC (rev 1037186)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-photos
+pkgver=2.7.3
+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=db2b159ac47e41d0953a9a818c599e69d8c2e080
+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
+  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