[arch-commits] Commit in ktorrent/trunk (PKGBUILD ktorrent.install)

Ronald van Haren ronald at archlinux.org
Thu May 12 07:33:29 UTC 2011


    Date: Thursday, May 12, 2011 @ 03:33:28
  Author: ronald
Revision: 123660

upgpkg: ktorrent 4.1.1-2
enable media player; add update-desktop-database to install file

Modified:
  ktorrent/trunk/PKGBUILD
  ktorrent/trunk/ktorrent.install

------------------+
 PKGBUILD         |    4 ++--
 ktorrent.install |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-12 07:10:00 UTC (rev 123659)
+++ PKGBUILD	2011-05-12 07:33:28 UTC (rev 123660)
@@ -5,7 +5,7 @@
 
 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 @@
 	cmake ../${pkgname}-${pkgver} \
 	  -DCMAKE_BUILD_TYPE=Release \
 	  -DCMAKE_INSTALL_PREFIX=/usr \
-	  -DENABLE_MEDIAPLAYER_PLUGIN=false
+	  -DENABLE_MEDIAPLAYER_PLUGIN=true
 	make
 }
 

Modified: ktorrent.install
===================================================================
--- ktorrent.install	2011-05-12 07:10:00 UTC (rev 123659)
+++ ktorrent.install	2011-05-12 07:33:28 UTC (rev 123660)
@@ -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() {




More information about the arch-commits mailing list