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

Balló György bgyorgy at archlinux.org
Fri Apr 30 22:57:23 UTC 2021


    Date: Friday, April 30, 2021 @ 22:57:23
  Author: bgyorgy
Revision: 925420

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-30 22:57:16 UTC (rev 925419)
+++ PKGBUILD	2021-04-30 22:57:23 UTC (rev 925420)
@@ -1,65 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-photos
-pkgver=2.7.0
-pkgrel=3
-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
-}
-
-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 925419, pantheon-photos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-30 22:57:23 UTC (rev 925420)
@@ -0,0 +1,66 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-photos
+pkgver=2.7.0
+pkgrel=4
+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
+}
+
+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