Date: Saturday, April 30, 2016 @ 15:00:44 Author: arodseth Revision: 173135
upgpkg: codeblocks 16.01-2 Modified: codeblocks/trunk/PKGBUILD Deleted: codeblocks/trunk/codeblocks.install --------------------+ PKGBUILD | 5 ++--- codeblocks.install | 11 ----------- 2 files changed, 2 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-30 12:18:31 UTC (rev 173134) +++ PKGBUILD 2016-04-30 13:00:44 UTC (rev 173135) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: Robert Hollencamp <[email protected]> # Contributor: Daniel J Griffiths <[email protected]> @@ -7,7 +7,7 @@ pkgname=codeblocks pkgver=16.01 -pkgrel=1 +pkgrel=2 pkgdesc='Cross-platform C/C++ IDE' arch=('x86_64' 'i686') url='http://www.codeblocks.org/' @@ -15,7 +15,6 @@ depends=('boost-libs' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache' 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk2.8' 'libsm' 'webkitgtk2') makedepends=('boost' 'zip' 'webkitgtk2') -install=codeblocks.install source=("http://sourceforge.net/projects/codeblocks/files/Sources/$pkgver/codeblocks_$pkgver.tar.gz") sha256sums=('30fb9d206df4ab3c2e2fec2451a0a7c9723bfed9a673cc9be71e881c529d5a03') Deleted: codeblocks.install =================================================================== --- codeblocks.install 2016-04-30 12:18:31 UTC (rev 173134) +++ codeblocks.install 2016-04-30 13:00:44 UTC (rev 173135) @@ -1,11 +0,0 @@ -post_upgrade() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-mime-database usr/share/mime &>/dev/null - update-desktop-database -q -} - -post_install() { - post_upgrade -} - -# vim:set ts=2 sw=2 et:
