[arch-commits] Commit in ktorrent/trunk (PKGBUILD ktorrent.install)
Ronald van Haren
ronald at archlinux.org
Mon Oct 20 11:46:11 UTC 2008
Date: Monday, October 20, 2008 @ 07:46:10
Author: ronald
Revision: 16055
upgpkg: ktorrent 3.1.4-1
Added:
ktorrent/trunk/ktorrent.install
Modified:
ktorrent/trunk/PKGBUILD
------------------+
PKGBUILD | 5 +++--
ktorrent.install | 11 +++++++++++
2 files changed, 14 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-10-20 10:37:12 UTC (rev 16054)
+++ PKGBUILD 2008-10-20 11:46:10 UTC (rev 16055)
@@ -4,7 +4,7 @@
# Contributor: Georg Grabler <ggrabler at gmail.com>
pkgname=ktorrent
-pkgver=3.1.3
+pkgver=3.1.4
pkgrel=1
pkgdesc="A BitTorrent program for KDE"
arch=('i686' 'x86_64')
@@ -14,8 +14,9 @@
makedepends=('autoconf' 'perl' 'automoc4' 'cmake')
source=(http://ktorrent.org/downloads/$pkgver/${pkgname}-${pkgver}.tar.bz2 \
httpserver.patch)
+install=$pkgname.install
options=('libtool')
-md5sums=('ce199c12ce0d5947fdf9f05118d9b2b0'
+md5sums=('e6a425acb74896c8bb20168d66a940a0'
'1f25b94615b0bbfa0457c99fb20de3e6')
build() {
Added: ktorrent.install
===================================================================
--- ktorrent.install (rev 0)
+++ ktorrent.install 2008-10-20 11:46:10 UTC (rev 16055)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list