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