From 411b98f5e5e03848bc60e613b66a1da885eed432 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Tue, 14 Jan 2020 06:02:40 -0500 Subject: [signon-ui]: upgrade to v0.17+20170320 --- libre/calibre/PKGBUILD | 2 +- libre/signon-ui/PKGBUILD | 25 +++++++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) (limited to 'libre') diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD index 2c6aac750..25798e792 100644 --- a/libre/calibre/PKGBUILD +++ b/libre/calibre/PKGBUILD @@ -13,7 +13,7 @@ # parabola changes and rationale: # - removed decrompession engine for rar archives -# - frozen at v3.48.0 - v4.x and above replaced webkit with webengine +# - frozen at v3.48.0 - v4.x and above removed support for webkit pkgname=calibre pkgver=3.48.0 diff --git a/libre/signon-ui/PKGBUILD b/libre/signon-ui/PKGBUILD index 432394bd5..f9c7fa661 100644 --- a/libre/signon-ui/PKGBUILD +++ b/libre/signon-ui/PKGBUILD @@ -1,29 +1,34 @@ -# Maintainer: Antonio Rojas -# Maintainer: Josip Ponjavic -# Contributor: Balló György +# Maintainer (arch): Antonio Rojas +# Maintainer (arch): Josip Ponjavic +# Contributor (arch): Balló György +# Contributor: bill-auger -NOTE: this is the last published arch package to support webkit +# parabola changes and rationale: +# - frozen at commit 79d6d67 - last commit with webkit support pkgname=signon-ui -pkgver=0.17+20150611 -pkgrel=2 -_commit=3acb6541 +pkgver=0.17+20170320 +pkgrel=1 +pkgrel+=.parabola1 +_commit=79d6d67 pkgdesc='UI component responsible for handling the user interactions which can happen during the login process of an online account' +pkgdesc=" (without qt5-webengine)" arch=(x86_64) +arch+=(armv7h i686) url="https://launchpad.net/online-accounts-signon-ui" license=(GPL) depends=(libaccounts-qt qt5-webkit signond libnotify) source=("https://gitlab.com/accounts-sso/signon-ui/repository/archive.tar.gz?ref=$_commit") -md5sums=('3a70743aac1bae75f4c3efb133bd8dc1') +sha256sums=('9b1005b51987703d0b2315bebfaa5acbd4f19fbb10dc215bb6dc8d035b5f91a6') + prepare() { cd signon-ui-* # Do not install tests - echo 'INSTALLS =' >>tests/unit/tst_inactivity_timer.pro - echo 'INSTALLS =' >>tests/unit/tst_signon_ui.pro + sed -e 's|src \\|src|' -e '/tests/d' -i signon-ui.pro } build() { -- cgit v1.2.3