mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
kproperty: update to 3.1.0
This commit is contained in:
parent
8c98838e38
commit
552eeb5835
@ -2,16 +2,16 @@
|
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
|
||||
pkgname=kproperty
|
||||
pkgver=3.0.2
|
||||
pkgver=3.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="A property editing framework with editor widget similar to what is known from Qt Designer"
|
||||
arch=(i686 x86_64)
|
||||
arch=(x86_64)
|
||||
url="http://www.kexi-project.org/"
|
||||
license=(GPL2)
|
||||
depends=(kwidgetsaddons kguiaddons kcoreaddons kconfig)
|
||||
makedepends=(extra-cmake-modules python3 ki18n)
|
||||
source=("http://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz")
|
||||
sha1sums=('9473caa8af19d5606ea52ee87148659626343d5a')
|
||||
makedepends=(extra-cmake-modules python3 qt5-tools doxygen)
|
||||
source=("https://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz")
|
||||
sha1sums=('ec21018a404161ad346218230eaf535649952478')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
@ -22,8 +22,9 @@ build() {
|
||||
cmake ../$pkgname-$pkgver \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DKDE_INSTALL_LIBDIR=lib
|
||||
-DBUILD_QCH=ON
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user