2010-05-31 00:14:31 +08:00
|
|
|
pkgname=skrooge
|
2018-08-18 15:44:37 +08:00
|
|
|
pkgver=2.15.0
|
2018-06-26 07:50:41 +08:00
|
|
|
pkgrel=1
|
2010-05-31 00:14:31 +08:00
|
|
|
pkgdesc="Allows you to manage your personal finances in KDE"
|
2013-02-26 04:58:07 +08:00
|
|
|
arch=('x86_64')
|
2018-06-26 07:50:41 +08:00
|
|
|
url="https://skrooge.org"
|
2010-05-31 00:14:31 +08:00
|
|
|
license=('GPL')
|
2017-11-15 22:06:39 +08:00
|
|
|
depends=('qt5-base' 'qca-qt5' 'qt5-script' 'libofx>=0.9.10' 'grantlee'
|
2017-10-12 04:52:58 +08:00
|
|
|
'kross' 'krunner' 'knotifyconfig' 'sqlcipher'
|
2015-12-03 02:29:55 +08:00
|
|
|
'karchive' 'kconfig' 'kcoreaddons' 'ki18n' 'kitemviews' 'kwidgetsaddons'
|
|
|
|
'kwindowsystem' 'kcompletion' 'kdoctools' 'kjobwidgets' 'kconfigwidgets'
|
2018-02-10 10:13:03 +08:00
|
|
|
'kdesignerplugin' 'kiconthemes' 'kio' 'knewstuff' 'kparts' 'kwallet' 'kxmlgui'
|
|
|
|
'python3' 'hicolor-icon-theme')
|
|
|
|
makedepends=('cmake' 'extra-cmake-modules' 'qt5-tools' 'kdoctools')
|
2015-08-30 15:35:27 +08:00
|
|
|
options=('!emptydirs')
|
2012-03-16 22:51:37 +08:00
|
|
|
categories=('office')
|
2011-10-15 18:29:32 +08:00
|
|
|
install=$pkgname.install
|
2017-11-15 22:06:39 +08:00
|
|
|
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
|
2018-08-18 15:44:37 +08:00
|
|
|
sha256sums=('04b756868b71d6e6e42fbb2cf5e8a4f7e89864f3f3a62364afcfebd2a838cc67'
|
2017-11-15 22:06:39 +08:00
|
|
|
'SKIP')
|
|
|
|
validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI (Perso) <stephane@mankowski.fr>
|
2016-07-07 20:57:43 +08:00
|
|
|
|
2010-05-31 00:14:31 +08:00
|
|
|
build() {
|
2016-10-03 05:42:34 +08:00
|
|
|
cd $pkgname-$pkgver
|
2011-03-15 20:22:19 +08:00
|
|
|
|
2015-08-30 15:35:27 +08:00
|
|
|
cmake . -DCMAKE_BUILD_TYPE=Release \
|
2017-10-12 04:52:58 +08:00
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
|
|
-DKDE_INSTALL_LIBDIR=/usr/lib \
|
|
|
|
-DSKG_DESIGNER=OFF
|
2011-03-15 20:22:19 +08:00
|
|
|
make
|
2010-05-31 00:14:31 +08:00
|
|
|
}
|
2015-08-30 15:35:27 +08:00
|
|
|
|
2010-05-31 00:14:31 +08:00
|
|
|
package() {
|
2016-10-03 05:42:34 +08:00
|
|
|
cd $pkgname-$pkgver
|
2015-08-30 15:35:27 +08:00
|
|
|
|
2016-10-03 05:42:34 +08:00
|
|
|
make DESTDIR=$pkgdir install
|
2010-05-31 00:14:31 +08:00
|
|
|
}
|