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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 22:20:49 UTC 2022


    Date: Saturday, April 2, 2022 @ 22:20:48
  Author: heftig
Revision: 441338

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-photos/repos/gnome-unstable-x86_64/
  gnome-photos/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 441337, gnome-photos/trunk/PKGBUILD)

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

Copied: gnome-photos/repos/gnome-unstable-x86_64/PKGBUILD (from rev 441337, gnome-photos/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2022-04-02 22:20:48 UTC (rev 441338)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gnome-photos
+pkgver=42.0
+pkgrel=1
+epoch=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Photos"
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas
+         grilo-plugins lcms2 tracker3-miners geocode-glib grilo gfbgraph libgdata
+         libgexiv2 libraw gnome-online-accounts dleyna-server dleyna-renderer
+         libdazzle libhandy)
+makedepends=(python yelp-tools git meson docbook-xsl)
+groups=(gnome)
+options=(debug)
+_commit=263d82c16b18db0f59c123e34f317a6926debdd8  # tags/42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit"
+        "git+https://gitlab.gnome.org/GNOME/libgd.git")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D manuals=true
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list