3 more 'k' updates

This commit is contained in:
abveritas 2011-01-22 16:04:58 +00:00
parent 08eed5612a
commit a6b168fa3c
3 changed files with 15 additions and 19 deletions

View File

@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=konq-plugins
pkgver=svn1183577
pkgrel=1
pkgrel=2
pkgdesc="Extra plugins for Konqueror"
arch=('i686' 'x86_64')
url='http://www.kde.org'

View File

@ -6,7 +6,7 @@
pkgname=konversation
pkgver=1.3.1
pkgrel=2
pkgrel=3
pkgdesc="A user friendly IRC client for KDE"
arch=('i686' 'x86_64')
url="http://konversation.kde.org"

View File

@ -8,31 +8,27 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=kradio
_pkgname=kradio4
pkgver=4.0.1
_pkgver=4.0.1-rc1
pkgver=4.0.2
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL2')
pkgdesc="KRadio is a comfortable KDE radio application"
url="http://kradio.sourceforge.net/"
depends=('lame' 'kdelibs' 'libsndfile' 'lirc-utils' 'libmms')
makedepends=('automoc4' 'cmake')
#options=(!libtool)
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$_pkgname-$_pkgver.tar.bz2)
md5sums=('a5ae4dd6b95a595ff71571e39f8acd94')
depends=('lame' 'kdelibs' 'libsndfile' 'lirc-utils' 'libmms' 'ffmpeg')
makedepends=('pkgconfig' 'automoc4')
source=(http://downloads.sourceforge.net/sourceforge/kradio/kradio4-$pkgver.tar.bz2)
options=(!libtool)
build() {
cd $srcdir/$_pkgname-$_pkgver
mkdir build && cd build
cmake -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
make || return 1
cd $srcdir
mkdir build
cd build
cmake ../${pkgname}4-$pkgver -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make
}
package() {
cd $srcdir/$_pkgname-$_pkgver/build
make DESTDIR=$pkgdir install
# Changing executable name.
mv $pkgdir/usr/bin/$_pkgname $pkgdir/usr/bin/$pkgname
cd $srcdir/build
make DESTDIR=$startdir/pkg install
}
md5sums=('18fea3e2bc7100882075187c6a89f7bd')