[arch-commits] Commit in eog-plugins/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sat Apr 23 20:48:40 UTC 2022
Date: Saturday, April 23, 2022 @ 20:48:40
Author: heftig
Revision: 443853
archrelease: copy trunk to extra-x86_64
Added:
eog-plugins/repos/extra-x86_64/PKGBUILD
(from rev 443851, eog-plugins/trunk/PKGBUILD)
Deleted:
eog-plugins/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-23 20:48:39 UTC (rev 443852)
+++ PKGBUILD 2022-04-23 20:48:40 UTC (rev 443853)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=eog-plugins
-pkgver=42.0
-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=bad91344df356de49498809ff38f270fc57803c1 # tags/42.0^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 et:
Copied: eog-plugins/repos/extra-x86_64/PKGBUILD (from rev 443851, eog-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-23 20:48:40 UTC (rev 443853)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=eog-plugins
+pkgver=42.1
+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=f7a02a5ee12d0a1166c0cd34472e8009960da644 # tags/42.1^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 et:
More information about the arch-commits
mailing list