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

Jan de Groot jgc at nymeria.archlinux.org
Mon Sep 23 22:35:43 UTC 2013


    Date: Tuesday, September 24, 2013 @ 00:35:43
  Author: jgc
Revision: 194883

upgpkg: bijiben 3.10.0-1

Modified:
  bijiben/trunk/PKGBUILD
  bijiben/trunk/bijiben.install

-----------------+
 PKGBUILD        |   10 +++++-----
 bijiben.install |    1 +
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-23 22:20:04 UTC (rev 194882)
+++ PKGBUILD	2013-09-23 22:35:43 UTC (rev 194883)
@@ -2,23 +2,23 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=bijiben
-pkgver=3.8.4
+pkgver=3.10.0
 pkgrel=1
 pkgdesc="Write out notes, every detail matters"
 arch=(i686 x86_64)
 url="https://live.gnome.org/Bijiben"
 license=(GPL)
-depends=(tracker clutter-gtk libzeitgeist webkitgtk3 hicolor-icon-theme desktop-file-utils)
+depends=(tracker clutter-gtk zeitgeist webkitgtk hicolor-icon-theme desktop-file-utils gnome-online-accounts)
 makedepends=(intltool itstool)
 options=(!emptydirs)
 install=bijiben.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5b8f6580fa726139dd707bea8ee581531c21b8470c04723b9b1046033cb999db')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('82817151d7a69190944447bcc7cd12306160c2edce2d0e2ddbfd15ae2d2a6d10')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname
+    --libexecdir=/usr/lib/$pkgname --disable-update-mimedb
   make
 }
 

Modified: bijiben.install
===================================================================
--- bijiben.install	2013-09-23 22:20:04 UTC (rev 194882)
+++ bijiben.install	2013-09-23 22:35:43 UTC (rev 194883)
@@ -2,6 +2,7 @@
     glib-compile-schemas /usr/share/glib-2.0/schemas
     update-desktop-database -q
     gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+    update-mime-database /usr/share/mime
 }
 
 post_upgrade() {




More information about the arch-commits mailing list