[arch-commits] Commit in bijiben/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Apr 10 09:25:59 UTC 2018
Date: Tuesday, April 10, 2018 @ 09:25:58
Author: heftig
Revision: 321452
archrelease: copy trunk to extra-x86_64
Added:
bijiben/repos/extra-x86_64/PKGBUILD
(from rev 321451, bijiben/trunk/PKGBUILD)
Deleted:
bijiben/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-10 09:25:35 UTC (rev 321451)
+++ PKGBUILD 2018-04-10 09:25:58 UTC (rev 321452)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=bijiben
-pkgver=3.28.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=5c76cd9251435894a337b3ccba48ac2929e90223 # tags/BIJIBEN_3_28_0^0
-source=("git+https://git.gnome.org/browse/bijiben#commit=$_commit"
- "git+https://git.gnome.org/browse/libgd")
-sha256sums=('SKIP'
- 'SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-
- git submodule init
- git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
- git submodule update
-}
-
-build() {
- arch-meson $pkgname build
- ninja -C build
-}
-
-check() {
- cd build
- meson test
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
-}
Copied: bijiben/repos/extra-x86_64/PKGBUILD (from rev 321451, bijiben/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-04-10 09:25:58 UTC (rev 321452)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=bijiben
+pkgver=3.28.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=e4b3d921874a31386de400b79541ee5490384d45 # tags/BIJIBEN_3_28_1^0
+source=("git+https://git.gnome.org/browse/bijiben#commit=$_commit"
+ "git+https://git.gnome.org/browse/libgd")
+sha256sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+
+ git submodule init
+ git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+ git submodule update
+}
+
+build() {
+ arch-meson $pkgname build
+ ninja -C build
+}
+
+check() {
+ cd build
+ meson test
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
More information about the arch-commits
mailing list