mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
sqlitebrowser: switch to qt5.
This commit is contained in:
parent
605143849c
commit
7ac704df05
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'sqlitebrowser'
|
# Template file for 'sqlitebrowser'
|
||||||
pkgname=sqlitebrowser
|
pkgname=sqlitebrowser
|
||||||
version=3.4.0
|
version=3.4.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config cmake"
|
configure_args="-DUSE_QT5=1"
|
||||||
makedepends="qt-devel sqlite-devel"
|
hostmakedepends="pkg-config cmake qt5-qmake"
|
||||||
|
makedepends="qt5-devel qt5-tools-devel sqlite-devel"
|
||||||
short_desc="A light GUI editor for SQLite databases"
|
short_desc="A light GUI editor for SQLite databases"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue