pkgname: 'telepathy-glib' pkgver: '0.24.2' pkgrel: '2' pkgdesc: 'GLib bindings for the Telepathy D-Bus protocol' url: 'https://telepathy.freedesktop.org/' arch: x86_64 depends: - 'gobject-introspection' - vala makedepends: - diffutils - 'dbus-glib' - libxslt source: - 'https://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz' - 'telepathy-glib.patch' sha256sums: - SKIP - SKIP build: | cd ${pkgname}-${pkgver} patch -Np1 -i ../telepathy-glib.patch ./configure --prefix=/usr \ --enable-vala-bindings \ --libexecdir=/usr/lib/telepathy \ --disable-static make make DESTDIR=${PKGDIR} install # Obsolet lib rm -f ${PKGDIR}/usr/lib/libtelepathy-glib.la package: | true