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

Antonio Rojas arojas at archlinux.org
Thu Jul 23 17:51:46 UTC 2020


    Date: Thursday, July 23, 2020 @ 17:51:46
  Author: arojas
Revision: 665027

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 665026, pantheon-photos/trunk/PKGBUILD)

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

Copied: pantheon-photos/repos/community-staging-x86_64/PKGBUILD (from rev 665026, pantheon-photos/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-23 17:51:46 UTC (rev 665027)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-photos
+pkgver=2.7.0
+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
+  libraw
+  libsoup
+  libxml2
+  pango
+  rest
+  sqlite
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+  webkit2gtk
+)
+optdepends=('webkit2gtk: Publishing plugins')
+groups=(pantheon)
+source=(pantheon-photos::git+https://github.com/elementary/photos.git#tag=84e161733d921a4a8a520bfc8a2654d69928c942)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-photos
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-photos build \
+    -D libunity=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list