Skip to content
Snippets Groups Projects
Commit 06598477 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

42.0-1

parent 5ef672ef
No related branches found
Tags v3.2.1
No related merge requests found
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=eog-plugins
pkgver=3.26.8
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=(intltool gobject-introspection git)
_commit=4a6baf1f43953dfb860a8b560902b3cc64616aaf # tags/3.26.8^0
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')
......@@ -20,19 +21,19 @@ pkgver() {
prepare() {
cd $pkgname
NOCONFIGURE=1 ./autogen.sh
}
build() {
cd $pkgname
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
arch-meson $pkgname build
meson compile -C build
}
check() {
meson test -C build --print-errorlogs
}
package() {
cd $pkgname
make DESTDIR="$pkgdir" install
meson install -C build --destdir "$pkgdir"
}
# vim:set sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment