aboutsummaryrefslogtreecommitdiff
path: root/community/telepathy-idle/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/telepathy-idle/APKBUILD')
-rw-r--r--community/telepathy-idle/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/telepathy-idle/APKBUILD b/community/telepathy-idle/APKBUILD
index 263b229559..a283ee2933 100644
--- a/community/telepathy-idle/APKBUILD
+++ b/community/telepathy-idle/APKBUILD
@@ -8,10 +8,11 @@ url="http://telepathy.freedesktop.org"
8arch="all" 8arch="all"
9license="LGPL-2.1-or-later" 9license="LGPL-2.1-or-later"
10makedepends="telepathy-glib-dev glib-dev dbus-dev dbus-glib-dev libxslt 10makedepends="telepathy-glib-dev glib-dev dbus-dev dbus-glib-dev libxslt
11 python2" 11 python3"
12options="!check" # Needs py2-dbus 12options="!check" # Needs py2-dbus
13subpackages="$pkgname-doc" 13subpackages="$pkgname-doc"
14source="http://telepathy.freedesktop.org/releases/telepathy-idle/telepathy-idle-$pkgver.tar.gz" 14source="http://telepathy.freedesktop.org/releases/telepathy-idle/telepathy-idle-$pkgver.tar.gz
15 python3.patch"
15 16
16build() { 17build() {
17 ./configure \ 18 ./configure \
@@ -32,4 +33,5 @@ package() {
32 make DESTDIR="$pkgdir" install 33 make DESTDIR="$pkgdir" install
33} 34}
34 35
35sha512sums="f5e36afc3ab4b52eb865f2c1e6565b99011a7540fc1a7783d3bbd7bbf50bc671a2147df6bde646c82059a466cc1df9bdb10e2500db5b7bb06d57a989a75c261b telepathy-idle-0.2.0.tar.gz" 36sha512sums="f5e36afc3ab4b52eb865f2c1e6565b99011a7540fc1a7783d3bbd7bbf50bc671a2147df6bde646c82059a466cc1df9bdb10e2500db5b7bb06d57a989a75c261b telepathy-idle-0.2.0.tar.gz
37c0a22ee03d93e3bc6ab2e4155615771315e38d845ea1a4a60ea095c5cab8872db036e2d74a0aeb0ecbfdaf9f3a22c6a300a241683e69bde51ef5667b0e69aef2 python3.patch"