Skip to content
Snippets Groups Projects
Verified Commit 4d15b0f8 authored by Balló György's avatar Balló György :flag_hu:
Browse files

upgpkg: 44.0-3 - Disable postasa (Picasaweb) plugin

It depends on libgdata->libsoup2, which is in conflict with the Map plugin via libchamplain->libsoup3.
And the web service has been discontinued anyway: https://gitlab.gnome.org/GNOME/eog-plugins/-/issues/31
parent 2eae561d
No related branches found
Tags v3.2.2
No related merge requests found
pkgbase = eog-plugins
pkgdesc = Plugins for Eye of Gnome
pkgver = 44.0
pkgrel = 2
pkgrel = 3
url = https://wiki.gnome.org/Apps/EyeOfGnome/Plugins
arch = x86_64
license = GPL2
license = GPL-2.0-or-later
makedepends = git
makedepends = gobject-introspection
makedepends = meson
depends = eog
depends = libchamplain
depends = libgdata
depends = python-gobject
source = git+https://gitlab.gnome.org/GNOME/eog-plugins.git#commit=41f9d7d597cbd7423b186ab443b34a3e0feb9e94
b2sums = SKIP
source = git+https://gitlab.gnome.org/GNOME/eog-plugins.git#tag=44.0
b2sums = 13e362677b7078b53be0c7b615e9b2808823aa6f01a4c24f1f4d2b3873097efcba2afdbaa62932c84e45bc086c8e7135caaabf89525520b478268c9e33d2cd62
pkgname = eog-plugins
......@@ -2,15 +2,14 @@
pkgname=eog-plugins
pkgver=44.0
pkgrel=2
pkgrel=3
pkgdesc="Plugins for Eye of Gnome"
url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
arch=(x86_64)
license=(GPL2)
license=(GPL-2.0-or-later)
depends=(
eog
libchamplain
libgdata
python-gobject
)
makedepends=(
......@@ -18,21 +17,16 @@ makedepends=(
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'
}
source=("git+https://gitlab.gnome.org/GNOME/eog-plugins.git#tag=${pkgver/[a-z]/.&}")
b2sums=('13e362677b7078b53be0c7b615e9b2808823aa6f01a4c24f1f4d2b3873097efcba2afdbaa62932c84e45bc086c8e7135caaabf89525520b478268c9e33d2cd62')
prepare() {
cd $pkgname
}
build() {
arch-meson $pkgname build
arch-meson $pkgname build \
-Dplugin_postasa=false
meson compile -C build
}
......
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