Date: Monday, November 8, 2021 @ 20:11:20
  Author: heftig
Revision: 427590

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnote/repos/gnome-unstable-x86_64/
  gnote/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 427587, gnote/trunk/PKGBUILD)

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

Copied: gnote/repos/gnome-unstable-x86_64/PKGBUILD (from rev 427587, 
gnote/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2021-11-08 20:11:20 UTC (rev 427590)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+# Contributor: uastasi <[email protected]>
+
+pkgname=gnote
+pkgver=41.1
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote";
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gspell libxslt dconf libsecret)
+makedepends=(yelp-tools meson git)
+_commit=236c6b0d109814e39daf8a6c404df21445afaf73  # tags/41.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}

Reply via email to