🔒 Repository is read-only – file editing is disabled.

recipes/gui/libaccounts-qt/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: libaccounts-qt
pkgver: '1.17'
pkgrel: '1'
pkgdesc: Qt-based client library for accessing the online accounts database
url: 'https://gitlab.com/accounts-sso/libaccounts-qt'
arch: x86_64
license:
- LGPL
depends: []
makedepends:
- libaccounts-glib
- qt6-base
- doxygen
source:
- 'https://gitlab.com/accounts-sso/libaccounts-qt/-/archive/VERSION_${pkgver}/libaccounts-qt-VERSION_${pkgver}.zip'
sha256sums:
- 6930076a8a165c0dc8da3d44f1a8587ce30135d0f23b96b839ba921691f6a975
build: |
  mv ${pkgname}-VERSION_${pkgver} ${pkgname}-${pkgver}
  cd ${pkgname}-${pkgver}
  sed -i 's|SUBDIRS  += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro
  qmake6 PREFIX=/usr LIBDIR=/usr/lib
  make

  make INSTALL_ROOT=${PKGDIR} install
package: |
  true