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

Orhun Parmaksiz orhun at gemini.archlinux.org
Thu May 5 21:42:32 UTC 2022


    Date: Thursday, May 5, 2022 @ 21:42:32
  Author: orhun
Revision: 1195540

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-05 21:42:21 UTC (rev 1195539)
+++ PKGBUILD	2022-05-05 21:42:32 UTC (rev 1195540)
@@ -1,30 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-# Contributor: Igor Dyatlov <dyatlov.igor at protonmail.com>
-
-pkgname=rnote
-pkgver=0.4.0
-pkgrel=1
-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=('e8de01bc5e916dab34832d1504ed1ecb895fc138636ff13460e856601db57489dcd2ef3d8bb3c0768b157083d3a70e3d9a5bc3e0ba5bfdeed83fc822a1885e3b')
-
-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:

Copied: rnote/repos/community-x86_64/PKGBUILD (from rev 1195539, rnote/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-05 21:42:32 UTC (rev 1195540)
@@ -0,0 +1,43 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+# Contributor: Igor Dyatlov <dyatlov.igor at protonmail.com>
+
+pkgname=rnote
+pkgver=0.5.0
+_gitcommit=21b186fed95ffb71cf3254174ea16364078d0665
+pkgrel=1
+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' 'alsa-lib')
+makedepends=('meson' 'cargo' 'git')
+#checkdepends=('appstream-glib')
+source=(
+  "${pkgname}-${pkgver}::git+$url#commit=$_gitcommit"
+  "${pkgname}-piet::git+https://github.com/flxzt/piet"
+)
+b2sums=('SKIP'
+        'SKIP')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  git submodule init
+  git config submodule."piet".url "${srcdir}/${pkgname}"-piet
+  git submodule update --init --recursive
+}
+
+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