[arch-commits] Commit in minder/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 3 20:01:27 UTC 2021


    Date: Friday, September 3, 2021 @ 20:01:27
  Author: arojas
Revision: 1010707

archrelease: copy trunk to community-x86_64

Added:
  minder/repos/community-x86_64/PKGBUILD
    (from rev 1010706, minder/trunk/PKGBUILD)
Deleted:
  minder/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-03 20:01:16 UTC (rev 1010706)
+++ PKGBUILD	2021-09-03 20:01:27 UTC (rev 1010707)
@@ -1,24 +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.4
-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=('02f69cde491fc14ee54088005abd20ba6b39dca5c7b97dca72a9017cc081b0c2')
-
-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"
-}

Copied: minder/repos/community-x86_64/PKGBUILD (from rev 1010706, minder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-03 20:01:27 UTC (rev 1010707)
@@ -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.13.1
+pkgrel=1
+pkgdesc='Mind-mapping application designed for Pantheon'
+arch=('x86_64')
+url='https://github.com/phase1geo/Minder'
+license=('GPL3')
+depends=('discount' 'granite' 'gtksourceview4' 'libarchive' 'libhandy')
+makedepends=('meson' 'vala')
+source=("https://github.com/phase1geo/Minder/archive/$pkgver/Minder-$pkgver.tar.gz")
+sha256sums=('f319501e40e53e7721864d73e8c071960acc40a4f32dd84e85646a2031be215a')
+
+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"
+}



More information about the arch-commits mailing list