summaryrefslogtreecommitdiff
path: root/extra/kradio
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-23 23:15:11 +0000
committerroot <root@rshg054.dnsready.net>2012-02-23 23:15:11 +0000
commitd466ef49f224a9347fe0375eac8126725e10a0a4 (patch)
treec08a9d7437c4d6de169858ac98fb340fd90202c2 /extra/kradio
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'extra/kradio')
-rw-r--r--extra/kradio/PKGBUILD24
-rw-r--r--extra/kradio/kradio.install6
2 files changed, 16 insertions, 14 deletions
diff --git a/extra/kradio/PKGBUILD b/extra/kradio/PKGBUILD
index f460f116e..d2d14bdfe 100644
--- a/extra/kradio/PKGBUILD
+++ b/extra/kradio/PKGBUILD
@@ -1,26 +1,28 @@
-# $Id: PKGBUILD 150326 2012-02-16 21:21:15Z eric $
-# Maintainer : Tobias Powalowski <tpowa@archlinux.org>
+# $Id: PKGBUILD 150790 2012-02-22 11:29:59Z andrea $
+# Maintainer:
+# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=kradio
-pkgver=4.0.3
+pkgver=4.0.4
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL2')
-pkgdesc="A comfortable KDE radio application"
+pkgdesc="A comfortable KDE internet and AM/FM radio application"
url="http://kradio.sourceforge.net/"
depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
-makedepends=('pkg-config' 'automoc4' 'cmake')
-options=(!libtool)
-install=kradio.install
-source=(http://downloads.sourceforge.net/sourceforge/kradio/kradio4-$pkgver.tar.bz2{,.asc})
-md5sums=('f495ce341150ab04515d217bd8c36a32'
- '42259fac62e427b8c86b7a5e5d4b18bf')
+makedepends=('automoc4' 'cmake')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc})
+md5sums=('4b5495a4f1dda21f7201bc8db0d4f95e'
+ '51c6d4ec0047d2df595b458bde285012')
build() {
cd "$srcdir"
mkdir build
cd build
- cmake ../${pkgname}4-$pkgver -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+ cmake ../${pkgname}4-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
make
}
diff --git a/extra/kradio/kradio.install b/extra/kradio/kradio.install
index af52669f5..460e85d7f 100644
--- a/extra/kradio/kradio.install
+++ b/extra/kradio/kradio.install
@@ -1,11 +1,11 @@
post_install() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
}
post_upgrade() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ post_install
}
post_remove() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ post_install
}