[arch-commits] Commit in bijiben/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Oct 21 14:47:27 UTC 2018


    Date: Sunday, October 21, 2018 @ 14:47:26
  Author: heftig
Revision: 336954

archrelease: copy trunk to extra-x86_64

Added:
  bijiben/repos/extra-x86_64/PKGBUILD
    (from rev 336953, bijiben/trunk/PKGBUILD)
Deleted:
  bijiben/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-21 14:47:12 UTC (rev 336953)
+++ PKGBUILD	2018-10-21 14:47:26 UTC (rev 336954)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=bijiben
-pkgver=3.30.1
-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=93310671f94277fc99750ae0e0d4f55b2d82ed7f  # tags/BIJIBEN_3_30_1^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
-}

Copied: bijiben/repos/extra-x86_64/PKGBUILD (from rev 336953, bijiben/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-21 14:47:26 UTC (rev 336954)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=bijiben
+pkgver=3.30.2
+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=53cd863440a398b5b1754ec249fe70b1b2dba02a  # tags/BIJIBEN_3_30_2^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