Date: Friday, January 28, 2011 @ 03:00:39 Author: andrea Revision: 107962
upgpkg: yakuake 2.9.8-1 upstream release Added: yakuake/trunk/yakuake.install Modified: yakuake/trunk/PKGBUILD -----------------+ PKGBUILD | 7 ++++--- yakuake.install | 11 +++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-28 08:00:37 UTC (rev 107961) +++ PKGBUILD 2011-01-28 08:00:39 UTC (rev 107962) @@ -4,7 +4,7 @@ # Contributor: leeghoofd <[email protected]> pkgname=yakuake -pkgver=2.9.7 +pkgver=2.9.8 pkgrel=1 pkgdesc="A KDE konsole application with the look and feel of that in the Quake engine" arch=('i686' 'x86_64') @@ -12,8 +12,9 @@ license=('GPL') depends=('kdebase-konsole') makedepends=('cmake' 'automoc4') -source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('c5a6d1f50ab9464d62563cdb18d6afb7') +install="${pkgname}.install" +source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('a53ae52fc530912b74155a586d92a1fe') build() { cd ${srcdir} Added: yakuake.install =================================================================== --- yakuake.install (rev 0) +++ yakuake.install 2011-01-28 08:00:39 UTC (rev 107962) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
