qoauth: remove.
Was used as part of kdeplasma-addons-4.14.3_3 which is already removed [ci skip]
This commit is contained in:
parent
9cf12a7d58
commit
ec98d890a7
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
qoauth
|
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue