Date: Wednesday, October 26, 2022 @ 23:09:02
Author: heftig
Revision: 459346
archrelease: copy trunk to testing-x86_64
Added:
gnome-photos/repos/testing-x86_64/PKGBUILD
(from rev 459343, gnome-photos/trunk/PKGBUILD)
Deleted:
gnome-photos/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 99 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-26 23:09:01 UTC (rev 459345)
+++ PKGBUILD 2022-10-26 23:09:02 UTC (rev 459346)
@@ -1,50 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=gnome-photos
-pkgver=43.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
- lcms2 tracker3-miners geocode-glib-2 libgdata libgexiv2 libraw
- gnome-online-accounts dleyna libdazzle libhandy libportal-gtk3)
-makedepends=(python yelp-tools git meson docbook-xsl)
-groups=(gnome)
-options=(debug)
-_commit=79de8be107a6c61c6f3a438601fc643c3d6946c2 # tags/43.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 config --global protocol.file.allow always
- git submodule init
- git submodule set-url subprojects/libgd "$srcdir/libgd"
- git submodule update
-}
-
-build() {
- local meson_options=(
- -D manuals=true
- )
-
- arch-meson $pkgname build "${meson_options[@]}"
- meson compile -C build
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: gnome-photos/repos/testing-x86_64/PKGBUILD (from rev 459343,
gnome-photos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-26 23:09:02 UTC (rev 459346)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=gnome-photos
+pkgver=43.0
+pkgrel=2
+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
+ lcms2 tracker3-miners geocode-glib-2 libgdata libgexiv2 libraw
+ gnome-online-accounts dleyna libdazzle libhandy libportal-gtk3)
+makedepends=(python yelp-tools git meson docbook-xsl)
+groups=(gnome)
+options=(debug)
+_commit=79de8be107a6c61c6f3a438601fc643c3d6946c2 # tags/43.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 -c protocol.file.allow=always submodule update
+}
+
+build() {
+ local meson_options=(
+ -D manuals=true
+ )
+
+ arch-meson $pkgname build "${meson_options[@]}"
+ meson compile -C build
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: