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

0.15.4-1

parent 002dc823
No related branches found
No related tags found
No related merge requests found
......@@ -2,35 +2,37 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=folks
pkgver=0.15.3+6+gdb1de866
pkgver=0.15.4
pkgrel=1
pkgdesc="Library to aggregates people into metacontacts"
arch=(x86_64)
url="https://wiki.gnome.org/Projects/Folks"
license=(LGPL2.1)
license=(LGPL)
depends=(libgee libxml2 evolution-data-server)
makedepends=(gobject-introspection gtk-doc vala git meson python-dbusmock)
provides=(libfolks.so libfolks-{dummy,eds}.so)
_commit=db1de866217d98f6b25edc92ca54d82c4dc082a8 # master
options=(!lto)
_commit=08c981563112d9def156286033e8c82a937d7fc6 # tags/0.15.4^0
source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd $pkgname
git describe --tags | sed 's/-/+/g'
cd folks
git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
cd $pkgname
cd folks
}
build() {
local meson_args=(
local meson_options=(
-D b_lto=false # LTO copies some GType constructors
-D docs=true
-D telepathy_backend=false
)
arch-meson $pkgname build "${meson_args[@]}"
arch-meson folks build "${meson_options[@]}"
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