mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cqrlog: update to 2.5.2, adopt.
This commit is contained in:
parent
d83ecd49cb
commit
fc3bb07bc3
2 changed files with 5 additions and 14 deletions
|
@ -1,10 +0,0 @@
|
||||||
Depending on which database server you (want to) use, you must install
|
|
||||||
the following packages:
|
|
||||||
|
|
||||||
For mysql:
|
|
||||||
|
|
||||||
* mysql libmysqlclient-devel
|
|
||||||
|
|
||||||
For mariadb:
|
|
||||||
|
|
||||||
* mariadb libmariadbclient-devel
|
|
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'cqrlog'
|
# Template file for 'cqrlog'
|
||||||
pkgname=cqrlog
|
pkgname=cqrlog
|
||||||
version=2.4.0
|
version=2.5.2
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64 i686" # Lazarus only supports these platforms
|
archs="x86_64 i686" # Lazarus only supports these platforms
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
hostmakedepends="lazarus"
|
hostmakedepends="lazarus"
|
||||||
makedepends="gtk+-devel"
|
makedepends="gtk+-devel"
|
||||||
depends="xdg-utils"
|
depends="xdg-utils mariadb libmariadbclient-devel hamlib"
|
||||||
short_desc="Logging program for amateur radio operators"
|
short_desc="Logging program for amateur radio operators"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.cqrlog.com"
|
homepage="https://www.cqrlog.com"
|
||||||
|
changelog="https://raw.githubusercontent.com/ok2cqr/cqrlog/master/CHANGELOG"
|
||||||
distfiles="https://github.com/ok2cqr/cqrlog/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ok2cqr/cqrlog/archive/v${version}.tar.gz"
|
||||||
checksum=f492839803f7fdbaed873308c169ae251e7b9e6c3eb232a20a5773fd0d9acecd
|
checksum=82837455dc9f44f43dc7658d330c71cf09c38d794addacab1da936fdcdbefdca
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue