diff --git a/srcpkgs/kdenetwork-devel b/srcpkgs/kdenetwork-devel deleted file mode 120000 index 226f6bf4e32..00000000000 --- a/srcpkgs/kdenetwork-devel +++ /dev/null @@ -1 +0,0 @@ -kdenetwork \ No newline at end of file diff --git a/srcpkgs/kdenetwork/patches/use-libotr3.patch b/srcpkgs/kdenetwork/patches/use-libotr3.patch deleted file mode 100644 index b8527fc8f1e..00000000000 --- a/srcpkgs/kdenetwork/patches/use-libotr3.patch +++ /dev/null @@ -1,67 +0,0 @@ ---- kopete/cmake/modules/FindLibOTR.cmake 2012-08-12 18:08:59.000000000 -0600 -+++ kopete/cmake/modules/FindLibOTR.cmake 2012-11-09 12:14:24.251450904 -0700 -@@ -13,13 +13,13 @@ - SET(LIBOTR_FIND_QUIETLY TRUE) - ENDIF (LIBOTR_INCLUDE_DIR AND LIBOTR_LIBRARY) - --FIND_PATH(LIBOTR_INCLUDE_DIR libotr/version.h) -+FIND_PATH(LIBOTR_INCLUDE_DIR libotr3/version.h) - --FIND_LIBRARY(LIBOTR_LIBRARY NAMES otr libotr) -+FIND_LIBRARY(LIBOTR_LIBRARY NAMES otr3 libotr3) - --# Determine version information from libotr/version.h -+# Determine version information from libotr3/version.h - IF( LIBOTR_INCLUDE_DIR AND LIBOTR_LIBRARY ) -- EXECUTE_PROCESS(COMMAND grep "OTRL_VERSION" "${LIBOTR_INCLUDE_DIR}/libotr/version.h" OUTPUT_VARIABLE output) -+ EXECUTE_PROCESS(COMMAND grep "OTRL_VERSION" "${LIBOTR_INCLUDE_DIR}/libotr3/version.h" OUTPUT_VARIABLE output) - STRING(REGEX MATCH "OTRL_VERSION \"[0-9]+\\.[0-9]+\\.[0-9]+" LIBOTR_VERSION "${output}") - STRING(REGEX REPLACE "^OTRL_VERSION \"" "" LIBOTR_VERSION "${LIBOTR_VERSION}") - # Check if version is at least 3.2.0 ---- kopete/plugins/otr/authenticationwizard.h 2012-08-12 18:09:00.000000000 -0600 -+++ kopete/plugins/otr/authenticationwizard.h 2012-11-09 12:15:11.181265336 -0700 -@@ -26,7 +26,7 @@ - */ - - extern "C"{ --#include "libotr/proto.h" -+#include "libotr3/proto.h" - } - - #include "kopetechatsession.h" ---- kopete/plugins/otr/otrlchatinterface.h 2012-08-12 18:09:00.000000000 -0600 -+++ kopete/plugins/otr/otrlchatinterface.h 2012-11-09 12:16:10.141032744 -0700 -@@ -36,10 +36,10 @@ - #include "authenticationwizard.h" - - extern "C" { --#include --#include --#include --#include -+#include -+#include -+#include -+#include - } - - ---- kopete/plugins/otr/otrlconfinterface.h 2012-08-12 18:09:00.000000000 -0600 -+++ kopete/plugins/otr/otrlconfinterface.h 2012-11-09 12:15:56.961084991 -0700 -@@ -32,11 +32,11 @@ - #include - - extern "C" { --#include --#include --#include --#include --#include -+#include -+#include -+#include -+#include -+#include - } - - class KOPETE_OTR_SHARED_EXPORT OtrlConfInterface : public QObject diff --git a/srcpkgs/kdenetwork/template b/srcpkgs/kdenetwork/template deleted file mode 100644 index 7b7624f8057..00000000000 --- a/srcpkgs/kdenetwork/template +++ /dev/null @@ -1,39 +0,0 @@ -# Template file for 'kdenetwork' -pkgname=kdenetwork -version=4.10.5 -revision=1 -short_desc="KDE network applications/libraries" -maintainer="Juan RP " -license="GPL, LGPL, FDL" -homepage="http://www.kde.org" -distfiles="http://download.kde.org/stable/${version}/src/${pkgname}-${version}.tar.xz" -checksum=d308c7f4f14e5ca91d69e661538e051335de389ca1eb9a74c1cd92ad40092ad3 - -build_style=cmake -configure_args="-DKDE4_BUILD_TESTS=OFF -DWITH_Xmms=OFF -DWITH_LibMeanwhile=OFF - -DWITH_qq=OFF -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/" - -# XXX libgadu, libmsn, telepathy-qt. -hostmakedepends="cmake automoc4 pkg-config" -makedepends="openssl-devel qt-devel phonon-devel strigi-devel gpgme-devel - soprano-devel kdelibs-devel>=${version} kdepimlibs-devel>=${version} - nepomuk-core-devel>=${version} kde-workspace-devel>=${version} qimageblitz-devel - libXtst-devel libXdamage-devel qca-devel v4l-utils-devel jasper-devel expat-devel - sqlite-devel libmms-devel>=0.6.2 speex-devel libidn-devel giflib-devel libxslt-devel - boost-devel libktorrent-devel libvncserver-devel libotr3-devel>=3.2.1_2 ppp-devel - kde-baseapps-devel>=${version}" - -kdenetwork-devel_package() { - short_desc+=" - development files" - depends="${sourcepkg}-${version}_${revision}" - pkg_install() { - vmove usr/include - } -} - -kdenetwork_package() { - depends="ppp" - pkg_install() { - vmove all - } -}