[arch-commits] Commit in bijiben/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Sep 24 21:59:17 UTC 2018
Date: Monday, September 24, 2018 @ 21:59:16
Author: heftig
Revision: 335344
archrelease: copy trunk to extra-x86_64
Added:
bijiben/repos/extra-x86_64/PKGBUILD
(from rev 335343, bijiben/trunk/PKGBUILD)
Deleted:
bijiben/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-24 21:55:39 UTC (rev 335343)
+++ PKGBUILD 2018-09-24 21:59:16 UTC (rev 335344)
@@ -1,42 +0,0 @@
-# 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
-}
Copied: bijiben/repos/extra-x86_64/PKGBUILD (from rev 335343, bijiben/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-24 21:59:16 UTC (rev 335344)
@@ -0,0 +1,42 @@
+# 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
+}
More information about the arch-commits
mailing list