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

Jan Steffens heftig at archlinux.org
Sat Sep 8 01:55:22 UTC 2018


    Date: Saturday, September 8, 2018 @ 01:55:22
  Author: heftig
Revision: 333897

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  bijiben/repos/gnome-unstable-x86_64/
  bijiben/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 333896, bijiben/trunk/PKGBUILD)

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

Copied: bijiben/repos/gnome-unstable-x86_64/PKGBUILD (from rev 333896, bijiben/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-09-08 01:55:22 UTC (rev 333897)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=bijiben
+pkgver=3.30.0
+pkgrel=1
+pkgdesc="Write out notes, every detail matters"
+url="https://wiki.gnome.org/Apps/Bijiben"
+arch=(x86_64)
+license=(GPL)
+depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
+makedepends=(evolution python appstream-glib yelp-tools git meson)
+_commit=6551d99a1d695006b0c79d18d921a79110893bb9  # tags/BIJIBEN_3_30_0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit"
+        "git+https://gitlab.gnome.org/GNOME/libgd.git")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd gnome-notes
+  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd gnome-notes
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson gnome-notes build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list