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

Jan Steffens heftig at archlinux.org
Tue May 10 19:03:50 UTC 2016


    Date: Tuesday, May 10, 2016 @ 21:03:49
  Author: heftig
Revision: 267623

3.20.2-1

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

-----------------+
 PKGBUILD        |   11 +++++------
 bijiben.install |   14 --------------
 2 files changed, 5 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-10 19:01:21 UTC (rev 267622)
+++ PKGBUILD	2016-05-10 19:03:49 UTC (rev 267623)
@@ -2,19 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=bijiben
-pkgver=3.20.0
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="Write out notes, every detail matters"
+url="https://wiki.gnome.org/Apps/Bijiben"
 arch=(i686 x86_64)
-url="https://live.gnome.org/Bijiben"
 license=(GPL)
-depends=(tracker zeitgeist webkitgtk desktop-file-utils gnome-online-accounts evolution-data-server)
+depends=(tracker zeitgeist webkitgtk gnome-online-accounts evolution-data-server)
 makedepends=(intltool itstool evolution python)
 options=(!emptydirs)
 groups=(gnome-extra)
-install=bijiben.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('1fff4eeebe1332a4fad9973132c041f1dbc0e8ab8820e4afff6b42dcc51957f1')
+sha256sums=('5774dfdedb79f5ffe5bac3cebe0816dc7e6410381744dcb999815061dee6a981')
 
 build() {
   cd $pkgname-$pkgver
@@ -25,5 +24,5 @@
 
 package() {
   cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install
 }

Deleted: bijiben.install
===================================================================
--- bijiben.install	2016-05-10 19:01:21 UTC (rev 267622)
+++ bijiben.install	2016-05-10 19:03:49 UTC (rev 267623)
@@ -1,14 +0,0 @@
-post_install() {
-    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() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list