[arch-commits] Commit in bijiben/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Jun 6 09:13:28 UTC 2017


    Date: Tuesday, June 6, 2017 @ 09:13:27
  Author: heftig
Revision: 297853

3.24.0-1

Modified:
  bijiben/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++++--------
 1 file changed, 19 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-06 09:09:33 UTC (rev 297852)
+++ PKGBUILD	2017-06-06 09:13:27 UTC (rev 297853)
@@ -2,19 +2,21 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=bijiben
-pkgver=3.20.2
+pkgver=3.24.0
 pkgrel=1
 pkgdesc="Write out notes, every detail matters"
 url="https://wiki.gnome.org/Apps/Bijiben"
 arch=(i686 x86_64)
 license=(GPL)
-depends=(tracker zeitgeist webkitgtk gnome-online-accounts evolution-data-server)
+depends=(tracker zeitgeist webkit2gtk gnome-online-accounts evolution-data-server)
 makedepends=(intltool itstool evolution python gnome-common appstream-glib git)
 options=(!emptydirs)
 groups=(gnome-extra)
-_commit=774ebde9425e77deb10f75b8f05138736d0655d6  # master
-source=("git://git.gnome.org/bijiben#commit=$_commit")
-sha256sums=('SKIP')
+_commit=e8dc6f9135a32d5084bcc14dad8f23cc92bd3e2b  # tags/BIJIBEN_3_24_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
@@ -23,14 +25,23 @@
 
 prepare() {
   cd $pkgname
-  git tag -f 3.21.2 baab416de17927a3658b889ce611b80cc8d4a835
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --disable-update-mimedb
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname \
+    --disable-update-mimedb \
+    --enable-compile-warnings
   make
 }
 



More information about the arch-commits mailing list