Date: Tuesday, March 21, 2023 @ 22:48:09
Author: heftig
Revision: 471728
archrelease: copy trunk to extra-x86_64
Added:
eog-plugins/repos/extra-x86_64/PKGBUILD
(from rev 471726, eog-plugins/trunk/PKGBUILD)
Deleted:
eog-plugins/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 86 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 47 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-21 22:48:09 UTC (rev 471727)
+++ PKGBUILD 2023-03-21 22:48:09 UTC (rev 471728)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=eog-plugins
-pkgver=42.3
-pkgrel=1
-pkgdesc="Plugins for Eye of Gnome"
-arch=(x86_64)
-url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
-license=(GPL2)
-depends=(eog libchamplain libgdata python-gobject)
-makedepends=(gobject-introspection git meson)
-options=(debug)
-_commit=28ee18cfa1c6eb2d647b952b1a5d65322fb82234 # tags/42.3^0
-source=("git+https://gitlab.gnome.org/GNOME/eog-plugins.git#commit=$_commit")
-sha512sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: eog-plugins/repos/extra-x86_64/PKGBUILD (from rev 471726,
eog-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-21 22:48:09 UTC (rev 471728)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=eog-plugins
+pkgver=44.0
+pkgrel=1
+pkgdesc="Plugins for Eye of Gnome"
+url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
+arch=(x86_64)
+license=(GPL2)
+depends=(
+ eog
+ libchamplain
+ libgdata
+ python-gobject
+)
+makedepends=(
+ git
+ gobject-introspection
+ meson
+)
+_commit=41f9d7d597cbd7423b186ab443b34a3e0feb9e94 # tags/44.0^0
+source=("git+https://gitlab.gnome.org/GNOME/eog-plugins.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: