Date: Saturday, January 7, 2023 @ 17:49:55
  Author: heftig
Revision: 466227

archrelease: copy trunk to extra-x86_64

Added:
  eog-plugins/repos/extra-x86_64/PKGBUILD
    (from rev 466226, eog-plugins/trunk/PKGBUILD)
Deleted:
  eog-plugins/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-07 17:49:44 UTC (rev 466226)
+++ PKGBUILD    2023-01-07 17:49:55 UTC (rev 466227)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=eog-plugins
-pkgver=42.2
-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=057d63da22618c4e9edbfc686f9959b2fcd5bf3c  # tags/42.2^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 466226, 
eog-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-07 17:49:55 UTC (rev 466227)
@@ -0,0 +1,39 @@
+# 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:

Reply via email to