[arch-commits] Commit in pantheon-photos/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 6 15:56:26 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:56:26
  Author: felixonmars
Revision: 1142619

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pantheon-photos/repos/community-staging-x86_64/PKGBUILD (from rev 1142618, pantheon-photos/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 15:56:26 UTC (rev 1142619)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-photos
+pkgver=2.7.3
+pkgrel=2
+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