[arch-commits] Commit in gnome-photos/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Tue Sep 21 16:38:13 UTC 2021
Date: Tuesday, September 21, 2021 @ 16:38:13
Author: heftig
Revision: 424472
archrelease: copy trunk to staging-x86_64
Added:
gnome-photos/repos/staging-x86_64/
gnome-photos/repos/staging-x86_64/PKGBUILD
(from rev 424471, gnome-photos/trunk/PKGBUILD)
----------+
PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
Copied: gnome-photos/repos/staging-x86_64/PKGBUILD (from rev 424471, gnome-photos/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-09-21 16:38:13 UTC (rev 424472)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gnome-photos
+pkgver=40.0+14+g884b1fd1
+pkgrel=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)
+_commit=884b1fd16e6ee505e216f38566c777131321a7ed # gnome-40
+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'
+}
+
+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