telepathy-qt: remove.
No packages use it and there is a qt5 version on telepathy-qt5 which has users. [ci skip]
This commit is contained in:
parent
ec98d890a7
commit
47f6ff12d2
|
@ -1975,8 +1975,6 @@ libd0_blind_id.so.0 xonotic-0.8.0_1
|
|||
libechonest.so.2.3 libechonest-2.3.1_1
|
||||
libqtkeychain.so.0 qtkeychain-0.4.0_1
|
||||
libjreen.so.1 jreen-1.2.1_1
|
||||
libtelepathy-qt4.so.2 telepathy-qt-0.9.5_1
|
||||
libtelepathy-qt4-farstream.so.2 telepathy-qt-farstream-0.9.5_1
|
||||
libuecc.so.0 libuecc-5_1
|
||||
libKF5WindowSystem.so.5 kwindowsystem-5.6.0_1
|
||||
libKF5GuiAddons.so.5 kguiaddons-5.6.0_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
telepathy-qt
|
|
@ -1 +0,0 @@
|
|||
telepathy-qt
|
|
@ -1,36 +0,0 @@
|
|||
# Template file for 'telepathy-qt'
|
||||
pkgname=telepathy-qt
|
||||
version=0.9.7
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_EXAMPLES=OFF -DENABLE_TESTS=OFF"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="qt-devel telepathy-farstream-devel telepathy-glib-devel gstreamer1-devel"
|
||||
short_desc="Qt4 bindings for the Telepathy D-Bus protocol"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://telepathy.freedesktop.org/"
|
||||
distfiles="http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=21bad30be7ebc4ba667d53d92cd1cec1be23114103f2149404d9740721693d4f
|
||||
|
||||
CXXFLAGS="-D_DEFAULT_SOURCE"
|
||||
|
||||
subpackages="telepathy-qt-farstream telepathy-qt-devel"
|
||||
|
||||
telepathy-qt-farstream_package() {
|
||||
depends="telepathy-qt>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/pkgconfig/TelepathyQt4Farstream.pc
|
||||
vmove usr/lib/*-farstream.so.*
|
||||
}
|
||||
}
|
||||
telepathy-qt-devel_package() {
|
||||
depends="telepathy-qt>=${version}_${revision} telepathy-qt-farstream>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake/TelepathyQt4*
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue