diff options
author | root <root@rshg047.dnsready.net> | 2011-05-13 22:36:49 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-13 22:36:49 +0000 |
commit | 2c4629f613c001fd29740d0f4c0e497c771a2182 (patch) | |
tree | ddc90e9111a5137677fd53e503992fd12a661ac0 /extra/ktorrent | |
parent | 1982ae8d63ab142a2a16bdf1b055110d9c9f40fd (diff) |
Fri May 13 22:36:49 UTC 2011
Diffstat (limited to 'extra/ktorrent')
-rw-r--r-- | extra/ktorrent/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/ktorrent/ktorrent.install | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/extra/ktorrent/PKGBUILD b/extra/ktorrent/PKGBUILD index 8acb3c064..9aa292207 100644 --- a/extra/ktorrent/PKGBUILD +++ b/extra/ktorrent/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 122112 2011-05-02 07:25:24Z andrea $ +# $Id: PKGBUILD 123660 2011-05-12 07:33:28Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Travis Willard <travisw@wmpub.ca> # Contributor: Georg Grabler <ggrabler@gmail.com> pkgname=ktorrent pkgver=4.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="A powerful BitTorrent client for KDE" arch=('i686' 'x86_64') url="http://ktorrent.org" @@ -31,7 +31,7 @@ build() { cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DENABLE_MEDIAPLAYER_PLUGIN=false + -DENABLE_MEDIAPLAYER_PLUGIN=true make } diff --git a/extra/ktorrent/ktorrent.install b/extra/ktorrent/ktorrent.install index 3884b350d..c3f65a3dc 100644 --- a/extra/ktorrent/ktorrent.install +++ b/extra/ktorrent/ktorrent.install @@ -1,6 +1,7 @@ post_install() { xdg-icon-resource forceupdate --theme hicolor &> /dev/null update-mime-database usr/share/mime &> /dev/null + update-desktop-database -q } post_upgrade() { |