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

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


    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) <jan.steffens at gmail.com>
+
+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) <jan.steffens at gmail.com>
+
+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
+}



More information about the arch-commits mailing list