Date: Tuesday, June 1, 2021 @ 00:38:37 Author: bgyorgy Revision: 952910
archrelease: copy trunk to community-x86_64 Added: minder/repos/community-x86_64/PKGBUILD (from rev 952909, minder/trunk/PKGBUILD) Deleted: minder/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-06-01 00:38:31 UTC (rev 952909) +++ PKGBUILD 2021-06-01 00:38:37 UTC (rev 952910) @@ -1,23 +0,0 @@ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> -# Contributor: Dimitris Kiziridis <ragouel at outlook dot com> - -pkgname=minder -pkgver=1.12.2 -pkgrel=1 -pkgdesc='Mind-mapping application designed for elementary OS' -arch=(x86_64) -url='https://github.com/phase1geo/Minder' -license=(GPL3) -depends=(discount granite gtksourceview3 libarchive) -makedepends=(meson vala) -source=("https://github.com/phase1geo/Minder/archive/$pkgver/Minder-$pkgver.tar.gz") -sha256sums=('a329d6209da8fac7a102bf85627362f053eebd8783bb91590feff5a363a194af') - -build() { - arch-meson Minder-$pkgver build - ninja -C build -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: minder/repos/community-x86_64/PKGBUILD (from rev 952909, minder/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-06-01 00:38:37 UTC (rev 952910) @@ -0,0 +1,24 @@ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Dimitris Kiziridis <ragouel at outlook dot com> + +pkgname=minder +pkgver=1.12.3 +pkgrel=1 +pkgdesc='Mind-mapping application designed for Pantheon' +arch=('x86_64') +url='https://github.com/phase1geo/Minder' +license=('GPL3') +depends=('discount' 'granite' 'gtksourceview3' 'libarchive') +makedepends=('meson' 'vala') +source=("https://github.com/phase1geo/Minder/archive/$pkgver/Minder-$pkgver.tar.gz") +sha256sums=('70cdf9d336424020c2e4ae37ac4a6062729a986450be406da1d35802ea4ada7a') + +build() { + arch-meson Minder-$pkgver build + meson compile -C build +} + +package() { + DESTDIR="$pkgdir" meson install -C build + ln -s com.github.phase1geo.minder "$pkgdir/usr/bin/$pkgname" +}