Date: Friday, August 14, 2015 @ 09:38:34 Author: arojas Revision: 243668
Add plasma-pa (new plasma package) Added: plasma-pa/ plasma-pa/kde-unstable/ plasma-pa/kde-unstable/PKGBUILD ----------+ PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) Added: plasma-pa/kde-unstable/PKGBUILD =================================================================== --- plasma-pa/kde-unstable/PKGBUILD (rev 0) +++ plasma-pa/kde-unstable/PKGBUILD 2015-08-14 07:38:34 UTC (rev 243668) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer:Antonio Rojas <[email protected]> + +pkgname=plasma-pa +pkgver=5.3.95 +pkgrel=1 +pkgdesc='Plasma applet for audio volume management using PulseAudio' +arch=(i686 x86_64) +url='https://projects.kde.org/plasma-pa' +license=(LGPL) +depends=(plasma-workspace pulseaudio) +makedepends=(extra-cmake-modules) +groups=(plasma) +source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz") +md5sums=('bcaeb4ddffc468db9c8d794efad23879') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DLIB_INSTALL_DIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Property changes on: plasma-pa/kde-unstable/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
