Date: Tuesday, January 29, 2013 @ 00:02:23 Author: arodseth Revision: 83292
upgpkg: kradio 4.0.7-1 Modified: kradio/trunk/PKGBUILD kradio/trunk/kradio.install ----------------+ PKGBUILD | 20 ++++++++++++-------- kradio.install | 8 +++++--- 2 files changed, 17 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-01-28 21:09:12 UTC (rev 83291) +++ PKGBUILD 2013-01-28 23:02:23 UTC (rev 83292) @@ -1,26 +1,27 @@ # $Id$ -# Maintainer: +# Maintainer: Alexander Rødseth <[email protected]> # Contributor: Tobias Powalowski <[email protected]> pkgname=kradio -pkgver=4.0.6 +pkgver=4.0.7 pkgrel=1 -arch=('i686' 'x86_64') +arch=('x86_64' 'i686') license=('GPL2') -pkgdesc="A comfortable KDE internet and AM/FM radio application" -url="http://kradio.sourceforge.net/" +pkgdesc='Comfortable KDE internet and AM/FM radio application' +url='http://kradio.sourceforge.net/' depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg') makedepends=('automoc4' 'cmake' 'boost') install=$pkgname.install source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc}) -md5sums=('ee9214156465e0416bb369f78b4a5eae' - 'f43706e63d24788f2278bada7b10cc6f') +sha256sums=('53d1a706f08cfd5a405142cf34cf9c0b03397b03961936651dfae7206003959c' + 'cc6e801e10dbb7971cd09f2083d9fad0dc20ffc59ce3301486a985b8718d0c97') build() { cd "$srcdir" + mkdir build cd build - cmake ../${pkgname}4-$pkgver \ + cmake "../${pkgname}4-$pkgver" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release make @@ -28,5 +29,8 @@ package() { cd "$srcdir/build" + make DESTDIR="$pkgdir" install } + +# vim:set ts=2 sw=2 et: Modified: kradio.install =================================================================== --- kradio.install 2013-01-28 21:09:12 UTC (rev 83291) +++ kradio.install 2013-01-28 23:02:23 UTC (rev 83292) @@ -1,11 +1,13 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor 2> /dev/null + xdg-icon-resource forceupdate --theme hicolor 2> /dev/null } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } + +# vim:set ts=2 sw=2 et:
