remove jsoncpp stuff
This commit is contained in:
parent
2c78818f63
commit
273bccccbc
2 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,10 @@ Ubuntu, Windows) angeboten. Bitte die Hinweise dort beachten.
|
||||||
### Selbst compilieren
|
### Selbst compilieren
|
||||||
KIMA2 benötigt folgende Libraries:
|
KIMA2 benötigt folgende Libraries:
|
||||||
* Qt5
|
* Qt5
|
||||||
* jsoncpp
|
|
||||||
* xlnt >= 1.3.0
|
|
||||||
* boost >= 1.62
|
* boost >= 1.62
|
||||||
* libusb-1.0
|
* libusb-1.0
|
||||||
|
* xlnt >= 1.3.0
|
||||||
|
* nlohmann-json (als 3rdparty submodule vorhanden)
|
||||||
|
|
||||||
Da Features aus C++17 verwendet werden sowie std::filesystem, sollte als Compiler mindestens
|
Da Features aus C++17 verwendet werden sowie std::filesystem, sollte als Compiler mindestens
|
||||||
GCC 8 verwendet werden.
|
GCC 8 verwendet werden.
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Maintainer: Martin Brodbeck <martin at brodbeck-online dot de>
|
# Maintainer: Martin Brodbeck <martin at brodbeck-online dot de>
|
||||||
pkgname=kima2
|
pkgname=kima2
|
||||||
pkgver=0.9.0
|
pkgver=0.12.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A small cash point program for children's things markets (German only)"
|
pkgdesc="A small cash point program for children's things markets (German only)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.rustysoft.de/?01_kima2"
|
url="http://www.rustysoft.de/?01_kima2"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=('glibc' 'libusb' 'qt5-base' 'sqlite3' 'xlnt' 'jsoncpp')
|
depends=('glibc' 'libusb' 'qt5-base' 'sqlite3' 'xlnt')
|
||||||
makedepends=('boost>=1.62')
|
makedepends=('boost>=1.62')
|
||||||
source=($pkgname-$pkgver.tar.gz)
|
source=($pkgname-$pkgver.tar.gz)
|
||||||
md5sums=('')
|
md5sums=('')
|
||||||
|
|
Loading…
Reference in a new issue