🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839
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