[arch-commits] Commit in gnome-notes/repos (2 files)

Jan Steffens heftig at archlinux.org
Sun Sep 27 17:11:37 UTC 2020


    Date: Sunday, September 27, 2020 @ 17:11:36
  Author: heftig
Revision: 396796

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-notes/repos/gnome-unstable-x86_64/
  gnome-notes/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 396790, gnome-notes/trunk/PKGBUILD)

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

Copied: gnome-notes/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396790, gnome-notes/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2020-09-27 17:11:36 UTC (rev 396796)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gnome-notes
+pkgver=3.38.0
+pkgrel=1
+pkgdesc="Write out notes, every detail matters"
+url="https://wiki.gnome.org/Apps/Notes"
+arch=(x86_64)
+license=(GPL)
+depends=(tracker3 webkit2gtk gnome-online-accounts evolution-data-server
+         libhandy0)
+makedepends=(evolution python appstream-glib yelp-tools git meson)
+provides=("bijiben=$pkgver")
+conflicts=(bijiben)
+replaces=(bijiben)
+_commit=c95db2b0efc327685b87396c1175872062e37b3e  # tags/BIJIBEN_3_38_0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D update_mimedb=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list