mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
spring cleaning
This commit is contained in:
parent
ef150b7548
commit
c44beaca38
1 changed files with 0 additions and 30 deletions
|
@ -1,30 +0,0 @@
|
|||
plugrel=1
|
||||
noautobuild=1
|
||||
|
||||
pkgname=kactivities-git
|
||||
pkgver=20111216
|
||||
pkgrel=1
|
||||
pkgdesc='API for using and interacting with Activities as a consumer, application adding information to them or as an activity manager.'
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.kde.org'
|
||||
license=('LGPL')
|
||||
depends=('kdelibs')
|
||||
makedepends=('cmake' 'git' 'automoc4')
|
||||
#conflicts=('kactivities' 'kdebase-runtime')
|
||||
#provides=('kactivities')
|
||||
source=("kactivities::git://anongit.kde.org/kactivities")
|
||||
md5sums=('SKIP')
|
||||
_gitname="kactivities"
|
||||
|
||||
build() {
|
||||
mkdir "$srcdir/build"
|
||||
cd "$srcdir/build"
|
||||
cmake "$srcdir/$_gitname" -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/build"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
Loading…
Reference in a new issue