Date: Saturday, November 28, 2020 @ 19:21:11 Author: arojas Revision: 765463
archrelease: copy trunk to community-x86_64 Added: maui-nota/repos/community-x86_64/PKGBUILD (from rev 765462, maui-nota/trunk/PKGBUILD) Deleted: maui-nota/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-11-28 19:20:56 UTC (rev 765462) +++ PKGBUILD 2020-11-28 19:21:11 UTC (rev 765463) @@ -1,23 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=nota -pkgver=1.2.0 -pkgrel=1 -pkgdesc="Multi-platform text editor" -url="https://mauikit.org/" -arch=(x86_64) -license=(GPL3) -depends=(mauikit hicolor-icon-theme) -makedepends=(extra-cmake-modules qt5-webengine) -groups=(maui) -source=(https://invent.kde.org/maui/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz) -sha256sums=('0793208b9388bb2e2d835cab9ff4af187c9cba22de3f639326d48deb63d50a2a') - -build() { - cmake -B build -S $pkgname-v$pkgver - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: maui-nota/repos/community-x86_64/PKGBUILD (from rev 765462, maui-nota/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-11-28 19:21:11 UTC (rev 765463) @@ -0,0 +1,24 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=maui-nota +_pkgname=nota +pkgver=1.2.0 +pkgrel=1 +pkgdesc="Multi-platform text editor" +url="https://mauikit.org/" +arch=(x86_64) +license=(GPL3) +depends=(mauikit hicolor-icon-theme) +makedepends=(extra-cmake-modules qt5-webengine) +groups=(maui) +source=(https://invent.kde.org/maui/$_pkgname/-/archive/v$pkgver/$_pkgname-v$pkgver.tar.gz) +sha256sums=('0793208b9388bb2e2d835cab9ff4af187c9cba22de3f639326d48deb63d50a2a') + +build() { + cmake -B build -S $_pkgname-v$pkgver + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}