diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2020-04-19 16:01:29 +0200 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-24 11:46:42 +0000 |
| commit | 7bca9ef0b5ffb49dc60bab56ac0241e64a9e1306 (patch) | |
| tree | 2414371e2211b3606bd016f65dbae0ac20aa746f /testing | |
| parent | 8427d2b4943c43d00eeaddf395719ee973dce561 (diff) | |
| download | aports-7bca9ef0b5ffb49dc60bab56ac0241e64a9e1306.tar.bz2 aports-7bca9ef0b5ffb49dc60bab56ac0241e64a9e1306.tar.xz | |
community/signon-plugin-oauth2: move from testing
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/signon-plugin-oauth2/APKBUILD | 40 | ||||
| -rw-r--r-- | testing/signon-plugin-oauth2/disable-werror.patch | 11 |
2 files changed, 0 insertions, 51 deletions
diff --git a/testing/signon-plugin-oauth2/APKBUILD b/testing/signon-plugin-oauth2/APKBUILD deleted file mode 100644 index 9cc4c66797..0000000000 --- a/testing/signon-plugin-oauth2/APKBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Contributor: Bart Ribbers <bribbers@disroot.org> -# Maintainer: Bart Ribbers <bribbers@disroot.org> -pkgname=signon-plugin-oauth2 -pkgver=0.24 -pkgrel=1 -arch="all" -url="https://gitlab.com/accounts-sso/signon-plugin-oauth2" -pkgdesc="Signond OAuth 1.0 and 2.0 plugin" -license="LGPL-2.1-only" -makedepends="qt5-qtbase-dev signond-dev" -source="https://gitlab.com/accounts-sso/signon-plugin-oauth2/-/archive/VERSION_$pkgver/signon-plugin-oauth2-VERSION_$pkgver.tar.gz - disable-werror.patch" -subpackages="$pkgname-dev" -builddir="$srcdir/$pkgname-VERSION_$pkgver" - -prepare() { - default_prepare - - # Don't install tests and example - echo 'INSTALLS =' >> tests/tests.pro - echo 'INSTALLS =' >> example/example.pro -} - -build() { - qmake-qt5 \ - PREFIX=/usr \ - LIBDIR=/usr/lib - make CPPFLAGS="-Wno-error" -} - -check() { - make check -} - -package() { - INSTALL_ROOT="$pkgdir" make install -} - -sha512sums="8a1e5be7f34419ded7841cb4de62e03ab56556f39ae40e3e11b549d45c6c51edc6888d1aab254c0ba6746d6306bb8b92dd24e473387542d6a987208c20acf6d9 signon-plugin-oauth2-VERSION_0.24.tar.gz -aaec3780ec164e20917a635c6f56ddf9d467a555972276a72d72e256a913f1addeb2952fbc9f4af184fa12fe528d3c812469c9bc613d4bc11ebcd03ee80ec6ec disable-werror.patch" diff --git a/testing/signon-plugin-oauth2/disable-werror.patch b/testing/signon-plugin-oauth2/disable-werror.patch deleted file mode 100644 index 484eddbef9..0000000000 --- a/testing/signon-plugin-oauth2/disable-werror.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- signon-plugin-oauth2-VERSION_0.24.orig/common-project-config.pri -+++ signon-plugin-oauth2-VERSION_0.24/common-project-config.pri -@@ -18,7 +18,7 @@ - QMAKE_CXXFLAGS += -fno-exceptions \ - -fno-rtti - # we don't like warnings... --QMAKE_CXXFLAGS += -Werror -+#QMAKE_CXXFLAGS += -Werror - - TOP_SRC_DIR = $$PWD - |
