Date: Tuesday, September 27, 2022 @ 19:34:57 Author: jlichtblau Revision: 1312847
archrelease: copy trunk to community-x86_64 Added: datovka/repos/community-x86_64/PKGBUILD (from rev 1312846, datovka/trunk/PKGBUILD) Deleted: datovka/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 57 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 27 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-09-27 19:34:51 UTC (rev 1312846) +++ PKGBUILD 2022-09-27 19:34:57 UTC (rev 1312847) @@ -1,27 +0,0 @@ -# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org> - -pkgname=datovka -pkgver=4.21.0 -pkgrel=1 -pkgdesc="GUI application for a 'Databox' - an electronic communication interface endorsed by the Czech government" -arch=('i686' 'x86_64') -url='https://www.datovka.cz/' -license=('LGPL') -depends=('qt5-base' 'qt5-svg' 'qt5-websockets' 'libdatovka' 'openssl' 'hicolor-icon-theme') -makedepends=('qt5-tools') -source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('2ce364735147a2f20bb385e657d631a93c4f7dcd293198cb00fd73f22fe3b277') - -build() { - cd "${srcdir}"/$pkgname-$pkgver - - lrelease-qt5 datovka.pro - qmake-qt5 PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/$pkgname-$pkgver - - make INSTALL_ROOT="${pkgdir}" install -} Copied: datovka/repos/community-x86_64/PKGBUILD (from rev 1312846, datovka/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-09-27 19:34:57 UTC (rev 1312847) @@ -0,0 +1,30 @@ +# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org> + +pkgname=datovka +pkgver=4.21.0 +pkgrel=2 +pkgdesc="GUI application for a 'Databox' - an electronic communication interface endorsed by the Czech government" +arch=('i686' 'x86_64') +url='https://www.datovka.cz/' +license=('custom') +depends=('qt6-base' 'qt6-svg' 'qt6-5compat' 'quazip-qt6' 'qt6-websockets' + 'libdatovka' 'openssl' 'hicolor-icon-theme') +makedepends=('qt6-tools') +source=(https://secure.nic.cz/files/datove_schranky/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('2ce364735147a2f20bb385e657d631a93c4f7dcd293198cb00fd73f22fe3b277') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + /usr/lib/qt6/bin/lrelease datovka.pro + qmake6 PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + make INSTALL_ROOT="${pkgdir}" install + + install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE +}