Date: Monday, May 1, 2023 @ 20:58:57
  Author: heftig
Revision: 476245

archrelease: copy trunk to gnome-unstable-x86_64

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

----------+
 PKGBUILD |  137 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 68 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-01 20:58:45 UTC (rev 476244)
+++ PKGBUILD    2023-05-01 20:58:57 UTC (rev 476245)
@@ -1,69 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=gnome-photos
-pkgver=44.0
-pkgrel=2
-epoch=1
-pkgdesc="Access, organize, and share your photos on GNOME"
-url="https://wiki.gnome.org/Apps/Photos";
-arch=(x86_64)
-license=(GPL)
-depends=(
-  babl
-  dleyna
-  gegl
-  geocode-glib-2
-  gnome-online-accounts
-  gsettings-desktop-schemas
-  gtk3
-  libdazzle
-  libgdata
-  libgexiv2
-  libhandy
-  libportal-gtk3
-  librsvg
-  tracker3-miners
-)
-makedepends=(
-  docbook-xsl
-  git
-  meson
-  python
-  yelp-tools
-)
-groups=(gnome)
-_commit=a0eb37bfb6760aa1414fa41ee1ff007336301b8c  # tags/44.0^0
-source=(
-  "git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
-  "git+https://gitlab.gnome.org/GNOME/libgd.git";
-)
-b2sums=('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:

Copied: gnome-photos/repos/gnome-unstable-x86_64/PKGBUILD (from rev 476244, 
gnome-photos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-01 20:58:57 UTC (rev 476245)
@@ -0,0 +1,68 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=gnome-photos
+pkgver=44.0
+pkgrel=3
+epoch=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+url="https://wiki.gnome.org/Apps/Photos";
+arch=(x86_64)
+license=(GPL)
+depends=(
+  babl
+  dleyna
+  gegl
+  geocode-glib-2
+  gnome-online-accounts
+  gsettings-desktop-schemas
+  gtk3
+  libdazzle
+  libgexiv2
+  libhandy
+  libportal-gtk3
+  librsvg
+  tracker3-miners
+)
+makedepends=(
+  docbook-xsl
+  git
+  meson
+  python
+  yelp-tools
+)
+groups=(gnome)
+_commit=a0eb37bfb6760aa1414fa41ee1ff007336301b8c  # tags/44.0^0
+source=(
+  "git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
+  "git+https://gitlab.gnome.org/GNOME/libgd.git";
+)
+b2sums=('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:

Reply via email to