Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / libgdata
Commits:
2e4e24cf by Jan Alexander Steffens (heftig) at 2026-02-28T01:22:22+01:00
0.18.1-5: namcap fixes
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = libgdata
pkgdesc = GLib-based library for accessing online service APIs using
the GData protocol
pkgver = 0.18.1
- pkgrel = 4
+ pkgrel = 5
url = https://wiki.gnome.org/Projects/libgdata
arch = x86_64
- license = GPL
+ license = LGPL-2.1-or-later
makedepends = git
makedepends = glib2-devel
makedepends = gobject-introspection
@@ -12,14 +12,24 @@ pkgbase = libgdata
makedepends = meson
makedepends = vala
depends = gcr
+ depends = glib2
+ depends = glibc
+ depends = json-glib
+ depends = libgcc
depends = libgoa
depends = libsoup
- source =
git+https://gitlab.gnome.org/GNOME/libgdata.git#commit=eb7db048e5445ad567817dced344c47a20c6ea6b
- b2sums = SKIP
+ depends = libxml2
+ source = git+https://gitlab.gnome.org/Archive/libgdata.git#tag=0.18.1
+ b2sums =
6d1304109657a56640404b491fc712b22e673a3ec96bcff7198735e072973bca58f806f45f4de44eec840f2dae7f6d7e85b2eaa61f71a988e827ec1c468aaad3
pkgname = libgdata
depends = gcr
+ depends = glib2
+ depends = glibc
+ depends = json-glib
+ depends = libgcc
depends = libgoa
depends = libsoup
+ depends = libxml2
depends = libsoup-2.4.so
provides = libgdata.so
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,20 @@
pkgname=libgdata
pkgver=0.18.1
-pkgrel=4
+pkgrel=5
pkgdesc="GLib-based library for accessing online service APIs using the GData
protocol"
url="https://wiki.gnome.org/Projects/libgdata"
arch=(x86_64)
-license=(GPL)
+license=(LGPL-2.1-or-later)
depends=(
gcr
+ glib2
+ glibc
+ json-glib
+ libgcc
libgoa
libsoup
+ libxml2
)
makedepends=(
git
@@ -21,14 +26,8 @@ makedepends=(
meson
vala
)
-_commit=eb7db048e5445ad567817dced344c47a20c6ea6b # tags/0.18.1^0
-source=("git+https://gitlab.gnome.org/GNOME/libgdata.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd libgdata
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/Archive/libgdata.git#tag=$pkgver")
+b2sums=('6d1304109657a56640404b491fc712b22e673a3ec96bcff7198735e072973bca58f806f45f4de44eec840f2dae7f6d7e85b2eaa61f71a988e827ec1c468aaad3')
prepare() {
cd libgdata
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgdata/-/commit/2e4e24cfeddb159a5e4c2f42b4c76070da391f62
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgdata/-/commit/2e4e24cfeddb159a5e4c2f42b4c76070da391f62
You're receiving this email because of your account on gitlab.archlinux.org.