Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / signon-plugin-oauth2
Commits: da23e12f by Antonio Rojas at 2023-12-22T23:47:03+01:00 Build with Qt6 in kde-unstable - - - - - 05b47444 by Antonio Rojas at 2023-12-22T23:47:30+01:00 upgpkg: 0.25-2: Build with Qt6 in kde-unstable - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = signon-plugin-oauth2 + pkgdesc = OAuth 2 plugin for signon + pkgver = 0.25 + pkgrel = 2 + url = https://gitlab.com/accounts-sso/signon-plugin-oauth2 + arch = x86_64 + license = LGPL + makedepends = git + depends = gcc-libs + depends = glibc + depends = qt6-base + depends = signond + source = git+https://gitlab.com/nicolasfella/signon-plugin-oauth2#commit=fab698862466994a8fdc9aa335c87b4f05430ce6 + sha256sums = SKIP + +pkgname = signon-plugin-oauth2 ===================================== PKGBUILD ===================================== @@ -4,20 +4,23 @@ pkgname=signon-plugin-oauth2 _pkgname=signon-oauth2 pkgver=0.25 -pkgrel=1 +pkgrel=2 pkgdesc='OAuth 2 plugin for signon' arch=(x86_64) url='https://gitlab.com/accounts-sso/signon-plugin-oauth2' license=(LGPL) -depends=(signond) -makedepends=(qt5-xmlpatterns) -source=(https://gitlab.com/accounts-sso/signon-plugin-oauth2/-/archive/VERSION_$pkgver/signon-plugin-oauth2-VERSION_$pkgver.tar.bz2) -sha256sums=('04ce8d84f2beb29ca86399794519c2d0bbecf7c428fd9e6c01d7f3614a9ba98e') +depends=(gcc-libs + glibc + qt6-base + signond) +makedepends=(git) +# source=(https://gitlab.com/accounts-sso/signon-plugin-oauth2/-/archive/VERSION_$pkgver/signon-plugin-oauth2-VERSION_$pkgver.tar.bz2) +_commit=fab698862466994a8fdc9aa335c87b4f05430ce6 +source=(git+https://gitlab.com/nicolasfella/signon-plugin-oauth2#commit=$_commit) +sha256sums=('SKIP') prepare() { - cd $pkgname-VERSION_$pkgver - - sed -i '/-Werror/d' common-project-config.pri + cd $pkgname # Do not install tests and example echo 'INSTALLS =' >>tests/tests.pro @@ -25,14 +28,16 @@ prepare() { } build() { - cd $pkgname-VERSION_$pkgver + cd $pkgname - qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib + qmake6 \ + PREFIX=/usr \ + LIBDIR=/usr/lib make } package() { - cd $pkgname-VERSION_$pkgver + cd $pkgname make INSTALL_ROOT="$pkgdir" install } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/signon-plugin-oauth2/-/compare/6cc96ea0f6f85654fd715dcc97c480b696c7db11...05b474447e2e5af227ae903689a9a38c85d79604 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/signon-plugin-oauth2/-/compare/6cc96ea0f6f85654fd715dcc97c480b696c7db11...05b474447e2e5af227ae903689a9a38c85d79604 You're receiving this email because of your account on gitlab.archlinux.org.
