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

2017-10-30 Thread Jan Steffens
Date: Monday, October 30, 2017 @ 19:22:26
  Author: heftig
Revision: 308689

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 3 files changed, 100 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-30 19:22:13 UTC (rev 308688)
+++ extra-i686/PKGBUILD 2017-10-30 19:22:26 UTC (rev 308689)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=bijiben
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Write out notes, every detail matters"
-url="https://wiki.gnome.org/Apps/Bijiben;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
-makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
-groups=(gnome-extra)
-_commit=484dc0dc8fe9b560a76c81556cbe1cccb3966a11  # tags/BIJIBEN_3_26_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
-
-  sed -i 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure.ac
-
-  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 \
---enable-compile-warnings
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: bijiben/repos/extra-i686/PKGBUILD (from rev 308687, 
bijiben/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-30 19:22:26 UTC (rev 308689)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=bijiben
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="Write out notes, every detail matters"
+url="https://wiki.gnome.org/Apps/Bijiben;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
+makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
+groups=(gnome-extra)
+_commit=bae6c22d229980d412d7edcb589e54732d1279bc  # tags/BIJIBEN_3_26_2^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.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 \
+--enable-compile-warnings
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-30 19:22:13 UTC (rev 308688)
+++ extra-x86_64/PKGBUILD   2017-10-30 19:22:26 UTC (rev 308689)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=bijiben
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Write out notes, every detail matters"
-url="https://wiki.gnome.org/Apps/Bijiben;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
-makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
-groups=(gnome-extra)
-_commit=484dc0dc8fe9b560a76c81556cbe1cccb3966a11  # tags/BIJIBEN_3_26_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
-
-  sed -i 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure.ac
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh

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

2017-10-01 Thread Jan Steffens
Date: Sunday, October 1, 2017 @ 21:44:19
  Author: heftig
Revision: 306523

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  bijiben/repos/testing-i686/PKGBUILD
(from rev 306522, bijiben/trunk/PKGBUILD)
  bijiben/repos/testing-x86_64/PKGBUILD
(from rev 306522, bijiben/trunk/PKGBUILD)
Deleted:
  bijiben/repos/testing-i686/PKGBUILD
  bijiben/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  104 ++
 testing-i686/PKGBUILD   |   52 ---
 testing-x86_64/PKGBUILD |   52 ---
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-10-01 21:43:35 UTC (rev 306522)
+++ testing-i686/PKGBUILD   2017-10-01 21:44:19 UTC (rev 306523)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=bijiben
-pkgver=3.26.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 webkit2gtk gnome-online-accounts evolution-data-server)
-makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
-groups=(gnome-extra)
-_commit=a431b4d221792c334256362f6337d6ec9eef7cf4  # tags/BIJIBEN_3_26_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
-
-  sed -i 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure.ac
-
-  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 \
---enable-compile-warnings
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: bijiben/repos/testing-i686/PKGBUILD (from rev 306522, 
bijiben/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-01 21:44:19 UTC (rev 306523)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=bijiben
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="Write out notes, every detail matters"
+url="https://wiki.gnome.org/Apps/Bijiben;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
+makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
+groups=(gnome-extra)
+_commit=484dc0dc8fe9b560a76c81556cbe1cccb3966a11  # tags/BIJIBEN_3_26_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
+
+  sed -i 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure.ac
+
+  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 \
+--enable-compile-warnings
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-10-01 21:43:35 UTC (rev 306522)
+++ testing-x86_64/PKGBUILD 2017-10-01 21:44:19 UTC (rev 306523)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=bijiben
-pkgver=3.26.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 webkit2gtk gnome-online-accounts evolution-data-server)
-makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
-groups=(gnome-extra)
-_commit=a431b4d221792c334256362f6337d6ec9eef7cf4  # tags/BIJIBEN_3_26_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
-
-  sed -i 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure.ac
-
-  git 

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

2017-09-20 Thread Jan Steffens
Date: Wednesday, September 20, 2017 @ 20:39:16
  Author: heftig
Revision: 306001

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

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

+
 gnome-unstable-i686/PKGBUILD   |   52 +++
 gnome-unstable-x86_64/PKGBUILD |   52 +++
 2 files changed, 104 insertions(+)

Copied: bijiben/repos/gnome-unstable-i686/PKGBUILD (from rev 306000, 
bijiben/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-09-20 20:39:16 UTC (rev 306001)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=bijiben
+pkgver=3.26.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 webkit2gtk gnome-online-accounts evolution-data-server)
+makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
+groups=(gnome-extra)
+_commit=a431b4d221792c334256362f6337d6ec9eef7cf4  # tags/BIJIBEN_3_26_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
+
+  sed -i 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure.ac
+
+  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 \
+--enable-compile-warnings
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: bijiben/repos/gnome-unstable-x86_64/PKGBUILD (from rev 306000, 
bijiben/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-09-20 20:39:16 UTC (rev 306001)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=bijiben
+pkgver=3.26.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 webkit2gtk gnome-online-accounts evolution-data-server)
+makedepends=(intltool itstool evolution python appstream-glib yelp-tools 
autoconf-archive git)
+groups=(gnome-extra)
+_commit=a431b4d221792c334256362f6337d6ec9eef7cf4  # tags/BIJIBEN_3_26_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
+
+  sed -i 's/tracker-sparql-1.0/tracker-sparql-2.0/g' configure.ac
+
+  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 \
+--enable-compile-warnings
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-08-11 Thread Jan Steffens
Date: Friday, August 11, 2017 @ 07:40:16
  Author: heftig
Revision: 301885

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   51 
 extra-x86_64/PKGBUILD |   51 
 3 files changed, 100 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-11 07:39:37 UTC (rev 301884)
+++ extra-i686/PKGBUILD 2017-08-11 07:40:16 UTC (rev 301885)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=bijiben
-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 webkit2gtk gnome-online-accounts 
evolution-data-server)
-makedepends=(intltool itstool evolution python gnome-common appstream-glib git)
-options=(!emptydirs)
-groups=(gnome-extra)
-_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
-  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  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 \
---enable-compile-warnings
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: bijiben/repos/extra-i686/PKGBUILD (from rev 301884, 
bijiben/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-11 07:40:16 UTC (rev 301885)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=bijiben
+pkgver=3.24.1
+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 webkit2gtk gnome-online-accounts 
evolution-data-server)
+makedepends=(intltool itstool evolution python gnome-common appstream-glib git)
+groups=(gnome-extra)
+_commit=82b1903e379dcc417b4661acda807b9d156abcb4  # tags/BIJIBEN_3_24_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.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 \
+--enable-compile-warnings
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-11 07:39:37 UTC (rev 301884)
+++ extra-x86_64/PKGBUILD   2017-08-11 07:40:16 UTC (rev 301885)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=bijiben
-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 webkit2gtk gnome-online-accounts 
evolution-data-server)
-makedepends=(intltool itstool evolution python gnome-common appstream-glib git)
-options=(!emptydirs)
-groups=(gnome-extra)
-_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
-  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  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 \
-

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

2017-06-06 Thread Jan Steffens
Date: Tuesday, June 6, 2017 @ 09:13:59
  Author: heftig
Revision: 297854

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  bijiben/repos/extra-i686/
  bijiben/repos/extra-i686/PKGBUILD
(from rev 297853, bijiben/trunk/PKGBUILD)
  bijiben/repos/extra-x86_64/
  bijiben/repos/extra-x86_64/PKGBUILD
(from rev 297853, bijiben/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   51 
 extra-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: bijiben/repos/extra-i686/PKGBUILD (from rev 297853, 
bijiben/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-06 09:13:59 UTC (rev 297854)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=bijiben
+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 webkit2gtk gnome-online-accounts 
evolution-data-server)
+makedepends=(intltool itstool evolution python gnome-common appstream-glib git)
+options=(!emptydirs)
+groups=(gnome-extra)
+_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
+  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  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 \
+--enable-compile-warnings
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: bijiben/repos/extra-x86_64/PKGBUILD (from rev 297853, 
bijiben/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-06-06 09:13:59 UTC (rev 297854)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=bijiben
+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 webkit2gtk gnome-online-accounts 
evolution-data-server)
+makedepends=(intltool itstool evolution python gnome-common appstream-glib git)
+options=(!emptydirs)
+groups=(gnome-extra)
+_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
+  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  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 \
+--enable-compile-warnings
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}