Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
eog-plugins


Commits:
4d15b0f8 by Balló György at 2024-08-31T10:55:07+02:00
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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,17 @@
 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


=====================================
PKGBUILD
=====================================
@@ -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
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/eog-plugins/-/commit/4d15b0f83e436e81dc94dcc0e397b3c80b635bb3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/eog-plugins/-/commit/4d15b0f83e436e81dc94dcc0e397b3c80b635bb3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to