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

0.15.5-2

parent 428d9f10
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=folks
pkgver=0.15.5
pkgrel=1
pkgrel=2
pkgdesc="Library to aggregates people into metacontacts"
arch=(x86_64)
url="https://wiki.gnome.org/Projects/Folks"
......@@ -23,6 +23,12 @@ pkgver() {
prepare() {
cd folks
# Fix bindings
git cherry-pick -n fe4ee7e7857ad73b3e4503ad626f7d8aa070b3cd
# python-dbusmock API change
git cherry-pick -n b6b7d41aad9e36e0d0e6ec9822ed2e310923c8fd
}
build() {
......@@ -44,4 +50,4 @@ package() {
meson install -C build --destdir "$pkgdir"
}
# vim:set sw=2 et:
# vim:set sw=2 sts=-1 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