diff --git a/common/shlibs b/common/shlibs index 0f344dcf40b..7b14848324f 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/telepathy-qt-devel b/srcpkgs/telepathy-qt-devel deleted file mode 120000 index 0403167d78e..00000000000 --- a/srcpkgs/telepathy-qt-devel +++ /dev/null @@ -1 +0,0 @@ -telepathy-qt \ No newline at end of file diff --git a/srcpkgs/telepathy-qt-farstream b/srcpkgs/telepathy-qt-farstream deleted file mode 120000 index 0403167d78e..00000000000 --- a/srcpkgs/telepathy-qt-farstream +++ /dev/null @@ -1 +0,0 @@ -telepathy-qt \ No newline at end of file diff --git a/srcpkgs/telepathy-qt/template b/srcpkgs/telepathy-qt/template deleted file mode 100644 index c757286ad1a..00000000000 --- a/srcpkgs/telepathy-qt/template +++ /dev/null @@ -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 " -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 - } -}