Date: Saturday, April 30, 2016 @ 11:58:11 Author: jlichtblau Revision: 173103
upgpkg: scribes 0.4.954-6 pacman hooks part 1 rebuild Modified: scribes/trunk/PKGBUILD Deleted: scribes/trunk/scribes.install -----------------+ PKGBUILD | 7 +++---- scribes.install | 12 ------------ 2 files changed, 3 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-30 09:55:21 UTC (rev 173102) +++ PKGBUILD 2016-04-30 09:58:11 UTC (rev 173103) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: Douglas Soares de Andrade <[email protected]> # Contributor: Andrew Conkling <[email protected]> # Contributor: Daniel J Griffiths <[email protected]> @@ -6,15 +6,14 @@ pkgname=scribes pkgver=0.4.954 -pkgrel=5 +pkgrel=6 pkgdesc="An ultra minimalist text editor that combines simplicity with power" arch=('any') url='http://scribes.sourceforge.net' license=('GPL') -depends=('dbus-python' 'pygtksourceview2' 'python2-gtkspell' 'python2-xdg' 'hicolor-icon-theme' 'desktop-file-utils') +depends=('python2-dbus' 'pygtksourceview2' 'python2-gtkspell' 'python2-xdg' 'hicolor-icon-theme' 'desktop-file-utils') makedepends=('intltool' 'gnome-doc-utils') optdepends=('yelp: open manual') -install=$pkgname.install source=(http://launchpad.net/scribes/${pkgver%.*}/scribes-milestone1/+download/${pkgname}-${pkgver%.*}-dev-build${pkgver##*.}.tar.bz2) sha256sums=('f4cb765d5690f7549eb0336ce23fd0648ba548b9a9e259876e5ee2c095a4b0f1') Deleted: scribes.install =================================================================== --- scribes.install 2016-04-30 09:55:21 UTC (rev 173102) +++ scribes.install 2016-04-30 09:58:11 UTC (rev 173103) @@ -1,12 +0,0 @@ -post_install() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
