diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-24 14:50:00 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-24 14:50:00 +0100 |
commit | 82e1a8e4caf3318dbb60adda8c2649ae7ac15661 (patch) | |
tree | bc42529997fa58fc26481c8ba7524560f3baa5af /extra/kradio | |
parent | f87cdf22eb712b5b1c118f768d4ff710fc839403 (diff) | |
parent | d466ef49f224a9347fe0375eac8126725e10a0a4 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/arpack/PKGBUILD
community/flac123/PKGBUILD
community/flashrom/PKGBUILD
community/liblockfile/PKGBUILD
community/python-cjson/PKGBUILD
community/tcpflow/PKGBUILD
extra/vlc/PKGBUILD
multilib/lib32-gnutls/PKGBUILD
multilib/lib32-libssh2/PKGBUILD
Diffstat (limited to 'extra/kradio')
-rw-r--r-- | extra/kradio/PKGBUILD | 24 | ||||
-rw-r--r-- | extra/kradio/kradio.install | 6 |
2 files changed, 16 insertions, 14 deletions
diff --git a/extra/kradio/PKGBUILD b/extra/kradio/PKGBUILD index 9ea1e9712..18909da99 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' 'mips64el') 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 } |