forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: copy trunk to testing-x86_64
git-svn-id: file:///srv/repos/svn-packages/svn@401033 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
1 parent
9f8f0bf
commit 14bc153
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Maintainer: Felix Yan <[email protected]> | ||
# Maintainer: Antonio Rojas <[email protected]> | ||
# Contributor: Andrea Scarpino <[email protected]> | ||
|
||
pkgname=attica | ||
pkgver=5.76.0 | ||
pkgrel=1 | ||
arch=(x86_64) | ||
pkgdesc='Qt library that implements the Open Collaboration Services API' | ||
url='https://community.kde.org/Frameworks' | ||
license=(LGPL) | ||
depends=(qt5-base) | ||
makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc) | ||
groups=(kf5) | ||
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) | ||
sha256sums=('64b262f61935653b91a83f4d1c659e7dcaf575b12aa955fe16d8392adb256e22' | ||
'SKIP') | ||
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <[email protected]> | ||
|
||
build() { | ||
cmake -B build -S $pkgname-$pkgver \ | ||
-DBUILD_TESTING=OFF \ | ||
-DBUILD_QCH=ON | ||
cmake --build build | ||
} | ||
|
||
package() { | ||
DESTDIR="$pkgdir" cmake --install build | ||
} |