Date: Tuesday, March 21, 2023 @ 22:48:10
Author: heftig
Revision: 471729
archrelease: copy trunk to extra-x86_64
Added:
eog/repos/extra-x86_64/PKGBUILD
(from rev 471726, eog/trunk/PKGBUILD)
Deleted:
eog/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 126 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 70 insertions(+), 56 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-21 22:48:09 UTC (rev 471728)
+++ PKGBUILD 2023-03-21 22:48:10 UTC (rev 471729)
@@ -1,56 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgbase=eog
-pkgname=(eog eog-docs)
-pkgver=43.2
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-url="https://wiki.gnome.org/Apps/EyeOfGnome"
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg libhandy
- webp-pixbuf-loader)
-makedepends=(gobject-introspection gi-docgen git meson yelp-tools systemd)
-options=(debug)
-_commit=98fd4c1569dac2ee91a55b71bdd4b48e9e0e5b90 # tags/43.2^0
-source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd eog
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-build() {
- local meson_options=(
- -D gtk_doc=true
- -D libportal=false
- )
-
- arch-meson eog build "${meson_options[@]}"
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package_eog() {
- optdepends=('eog-plugins: Additional features')
- groups=(gnome)
-
- meson install -C build --destdir "$pkgdir"
-
- mkdir -p doc/usr/share
- mv {"$pkgdir",doc}/usr/share/gtk-doc
-}
-
-package_eog-docs() {
- pkgdesc+=" (documentation)"
- depends=()
-
- mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: eog/repos/extra-x86_64/PKGBUILD (from rev 471726, eog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-21 22:48:10 UTC (rev 471729)
@@ -0,0 +1,70 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgbase=eog
+pkgname=(eog eog-docs)
+pkgver=44.0
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome"
+arch=(x86_64)
+license=(GPL)
+depends=(
+ exempi
+ gnome-desktop
+ lcms2
+ libexif
+ libhandy
+ libpeas
+ librsvg
+ webp-pixbuf-loader
+)
+makedepends=(
+ gi-docgen
+ git
+ gobject-introspection
+ meson
+ systemd
+ yelp-tools
+)
+_commit=5f5790bdbb1077073d3c9ce7b0cd55e1ab6a4da0 # tags/44.0^0
+source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd eog
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+ local meson_options=(
+ -D gtk_doc=true
+ -D libportal=false
+ )
+
+ arch-meson eog build "${meson_options[@]}"
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package_eog() {
+ optdepends=('eog-plugins: Additional features')
+ groups=(gnome)
+
+ meson install -C build --destdir "$pkgdir"
+
+ mkdir -p doc/usr/share
+ mv {"$pkgdir",doc}/usr/share/gtk-doc
+}
+
+package_eog-docs() {
+ pkgdesc+=" (documentation)"
+ depends=()
+
+ mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: