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

0.15.7-1

parent a627d6bb
No related branches found
No related tags found
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = folks
pkgdesc = Library to aggregates people into metacontacts
pkgver = 0.15.7
pkgrel = 1
url = https://wiki.gnome.org/Projects/Folks
arch = x86_64
license = LGPL-2.1-or-later
makedepends = git
makedepends = gobject-introspection
makedepends = gtk-doc
makedepends = libsysprof-capture
makedepends = meson
makedepends = python-dbusmock
makedepends = vala
depends = evolution-data-server
depends = libgee
depends = libxml2
provides = libfolks.so
provides = libfolks-dummy.so
provides = libfolks-eds.so
options = !lto
source = git+https://gitlab.gnome.org/GNOME/folks.git#commit=fd570fa84f2e5e549187490ee89a9b77e9371785
b2sums = SKIP
pkgname = folks
......@@ -2,12 +2,12 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=folks
pkgver=0.15.6
pkgver=0.15.7
pkgrel=1
pkgdesc="Library to aggregates people into metacontacts"
url="https://wiki.gnome.org/Projects/Folks"
arch=(x86_64)
license=(LGPL)
license=(LGPL-2.1-or-later)
depends=(
evolution-data-server
libgee
......@@ -27,9 +27,9 @@ provides=(
libfolks-{dummy,eds}.so
)
options=(!lto)
_commit=1ae8ccc3e55bd1b840d9082de1a19e5a6b5ccf83 # tags/0.15.6^0
_commit=fd570fa84f2e5e549187490ee89a9b77e9371785 # tags/0.15.7^0
source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit")
sha256sums=('SKIP')
b2sums=('SKIP')
pkgver() {
cd folks
......@@ -38,6 +38,9 @@ pkgver() {
prepare() {
cd folks
# Fix tests: python-dbusmock 0.30.1+ dropped the class_ parameter again
git revert -n b6b7d41aad9e36e0d0e6ec9822ed2e310923c8fd
}
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