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

Jan Steffens heftig at archlinux.org
Fri Aug 11 07:40:17 UTC 2017


    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) <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-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) <jan.steffens at gmail.com>
+
+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) <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 301884, bijiben/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-08-11 07:40:16 UTC (rev 301885)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+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
+}



More information about the arch-commits mailing list