From ec98d890a7f5d5b15ca647f31866bac95eda75a7 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 1 Oct 2018 05:41:17 -0300 Subject: [PATCH] qoauth: remove. Was used as part of kdeplasma-addons-4.14.3_3 which is already removed [ci skip] --- common/shlibs | 1 - srcpkgs/qoauth-devel | 1 - srcpkgs/qoauth/template | 31 ------------------------------- 3 files changed, 33 deletions(-) delete mode 120000 srcpkgs/qoauth-devel delete mode 100644 srcpkgs/qoauth/template diff --git a/common/shlibs b/common/shlibs index eede5392af8..0f344dcf40b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1329,7 +1329,6 @@ libKPimGAPITasks.so.5 libkgapi-17.12.3_1 libKPimGAPIMaps.so.5 libkgapi-17.12.3_1 libKPimGAPIDrive.so.5 libkgapi-17.12.3_1 libkgapi2.so.2 libkgapi-2.0.1_1 -libqoauth.so.1 qoauth-1.0.1_1 libqoauth.so.2 qoauth-qt5-2.0.0_1 libIrrlicht.so.1.8 irrlicht-1.8_1 libsnappy.so.1 snappy-1.1.0_1 diff --git a/srcpkgs/qoauth-devel b/srcpkgs/qoauth-devel deleted file mode 120000 index 11b66c66a37..00000000000 --- a/srcpkgs/qoauth-devel +++ /dev/null @@ -1 +0,0 @@ -qoauth \ No newline at end of file diff --git a/srcpkgs/qoauth/template b/srcpkgs/qoauth/template deleted file mode 100644 index 53a5f2bb8a8..00000000000 --- a/srcpkgs/qoauth/template +++ /dev/null @@ -1,31 +0,0 @@ -# Template file for 'qoauth' -pkgname=qoauth -version=1.0.1 -revision=4 -build_style=qmake -makedepends="qt-devel qca-devel" -short_desc="Support with OAuth-powered network services" -maintainer="Juan RP " -license="GPL-2.1" -homepage="http://github.com/ayoy/qoauth" -distfiles="https://github.com/ayoy/qoauth/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=10212e0d5b735b98faef644b8eee92b8217e6e9222987c649920e0c4ec0b1e8c - -CXXFLAGS="-I/usr/include/QtCrypto" - -pre_configure() { - sed -i src/src.pro \ - -e 's|lib64|lib|' \ - -e '/QT -=/a LIBS += -lqca' -} - -qoauth-devel_package() { - depends="qca-devel ${sourcepkg}-${version}_${revision}" - pkg_install() { - vmove usr/include - vmove usr/lib/pkgconfig - vmove "usr/lib/*.so" - vmove "usr/lib/*.prl" - vmove usr/share/qt - } -}