🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435
pkgname: 'telepathy-mission-control'
pkgver: '5.16.6'
pkgrel: '2'
pkgdesc: 'A Telepathy component providing abstraction of some of the details of connection managers.'
url: 'https://telepathy.freedesktop.org/'
arch: x86_64
depends: []
makedepends:
- 'telepathy-glib'
- 'libgnome-keyring'
- networkmanager
- dconf
- libxslt
source:
- 'https://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy \
--with-connectivity=nm \
--disable-static \
--disable-upower \
--disable-schemas-compile
make
make DESTDIR=${PKGDIR} install
# Obsolet lib
rm -f ${PKGDIR}/usr/lib/libmission-control-plugins.la
package: |
true