mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
skrooge: update to 2.1.0
This commit is contained in:
parent
6277ee96a2
commit
1c673454d9
@ -1,35 +1,31 @@
|
|||||||
pkgname=skrooge
|
pkgname=skrooge
|
||||||
pkgver=2.0.0
|
pkgver=2.1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Allows you to manage your personal finances in KDE"
|
pkgdesc="Allows you to manage your personal finances in KDE"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://skrooge.org"
|
url="http://skrooge.org"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('grantlee-qt5' 'karchive' 'kconfig' 'kcoreaddons' 'ki18n' 'kitemviews'
|
depends=('qt5-base' 'qt5-tools' 'qca-qt5' 'qt5-script' 'libofx' 'grantlee-qt5' 'python3'
|
||||||
'kwidgetsaddons' 'kwindowsystem' 'kcompletion' 'kdoctools' 'kjobwidgets'
|
'kross' 'knewstuff' 'krunner' 'knotifyconfig' 'kdelibs4support' 'sqlcipher')
|
||||||
'kconfigwidgets' 'kdesignerplugin' 'kiconthemes' 'kio' 'knewstuff' 'kparts'
|
makedepends=('cmake' 'kdoctools' 'extra-cmake-modules')
|
||||||
'kwallet' 'kxmlgui' 'knotifyconfig' 'kdelibs4support' 'krunner' 'libofx'
|
options=('!emptydirs')
|
||||||
'qt5-tools' 'python3' 'qca-qt5')
|
|
||||||
makedepends=('cmake' 'xdg-utils' 'extra-cmake-modules')
|
|
||||||
categories=('office')
|
categories=('office')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
source=("http://download.kde.org/stable/skrooge/$pkgname-$pkgver.tar.xz")
|
source=("http://download.kde.org/stable/skrooge/$pkgname-$pkgver.tar.xz")
|
||||||
sha256sums=('50da4dde01b85b2b0ba16902a05664910d4f2dbaa828370ee44c9f89e2efd6b5')
|
sha256sums=('fbec55673eb931546e47dff6e6480bac9478b03db87e703107f1472df0a314cf')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-$pkgver
|
cd "${srcdir}"/$pkgname-$pkgver
|
||||||
|
|
||||||
[[ -d build ]] && rm -r build
|
cmake . -DCMAKE_BUILD_TYPE=Release \
|
||||||
mkdir build && cd build
|
-DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` \
|
||||||
cmake \
|
-DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DKDE_INSTALL_LIBDIR=/usr/lib
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
||||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
|
||||||
..
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd $srcdir/$pkgname-$pkgver/build
|
cd "${srcdir}"/$pkgname-$pkgver
|
||||||
make DESTDIR=$pkgdir install
|
|
||||||
|
make DESTDIR="${pkgdir}" install
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user