mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
added aur/kdeplasma-applets-quickaccess
This commit is contained in:
parent
ee157a9997
commit
df614634da
1 changed files with 29 additions and 0 deletions
29
aur/kdeplasma-applets-quickaccess/PKGBUILD
Normal file
29
aur/kdeplasma-applets-quickaccess/PKGBUILD
Normal file
|
@ -0,0 +1,29 @@
|
|||
pkgname=kdeplasma-applets-quickaccess
|
||||
_realname=plasma-widget-quickaccess
|
||||
pkgver=0.8.2_2
|
||||
_realver=${pkgver//_/-}
|
||||
pkgrel=1
|
||||
pkgdesc='KDE Plasma widget for quick access to folders.'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://kde-look.org/content/show.php/?content=134442'
|
||||
license=('GPL2')
|
||||
conflicts=('quickaccess-plasmoid')
|
||||
depends=('kdebase-workspace' 'kdebase-plasma')
|
||||
makedepends=('cmake' 'automoc4')
|
||||
source=(http://kde-look.org/CONTENT/content-files/134442-plasma-widget-quickaccess-0.8.2-2.zip)
|
||||
sha1sums=('e6858719b2f53468c9f88944022909a0cd8c920b')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../${_realname}-${_realver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` \
|
||||
-DQT_QMAKE_EXECUTABLE=qmake-qt4
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd build
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
Loading…
Reference in a new issue