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

Orhun Parmaksiz orhun at gemini.archlinux.org
Sat Jan 29 21:34:31 UTC 2022


    Date: Saturday, January 29, 2022 @ 21:34:31
  Author: orhun
Revision: 1119997

archrelease: copy trunk to community-x86_64

Added:
  rnote/repos/community-x86_64/
  rnote/repos/community-x86_64/PKGBUILD
    (from rev 1119996, rnote/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: rnote/repos/community-x86_64/PKGBUILD (from rev 1119996, rnote/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2022-01-29 21:34:31 UTC (rev 1119997)
@@ -0,0 +1,30 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Igor Dyatlov <dyatlov.igor at protonmail.com>
+
+pkgname=rnote
+pkgver=0.2.5
+pkgrel=2
+pkgdesc="A simple drawing application to create handwritten notes"
+arch=('x86_64')
+url="https://github.com/flxzt/rnote"
+license=('GPL3')
+depends=('gtk4' 'glib2' 'libadwaita' 'poppler-glib' 'gstreamer')
+makedepends=('meson' 'rust')
+#checkdepends=('appstream-glib')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+b2sums=('57de9791f5d1b05f7a7fe8f43f5a95bc6aab1983c8cd1562f18d1ae4390482fc15f46b5eade9d259f49361a2b0a11bc2021ea49bca9c688ef004966cc8db2fdd')
+
+build() {
+  arch-meson "$pkgname-$pkgver" build
+  meson compile -C build
+}
+
+#check() {
+#  meson test -C build
+#}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list