mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
seer: update to 2.5
This commit is contained in:
parent
8471c01cc2
commit
aba56261b2
1 changed files with 5 additions and 10 deletions
|
@ -1,24 +1,19 @@
|
|||
# Template file for 'seer'
|
||||
pkgname=seer
|
||||
version=2.0
|
||||
version=2.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DQTVERSION=QT5"
|
||||
build_wrksrc="src"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="qt5-devel qt5-charts-devel"
|
||||
hostmakedepends="pkg-config qt6-base qt6-tools"
|
||||
makedepends="qt6-base-devel qt6-svg-devel qt6-charts-devel"
|
||||
depends="gdb"
|
||||
short_desc="GUI frontend to gdb"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Mihail Ivanchev <contact@ivanchev.net>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/epasveer/seer"
|
||||
changelog="https://raw.githubusercontent.com/epasveer/seer/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/epasveer/seer/archive/v${version}.tar.gz"
|
||||
checksum=050df5f356ddbae386617aa92edbac5acef254fa10f4ff5cccabe6c5033e8ff5
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
||||
fi
|
||||
checksum=06f8eac1ab26149e6919c3bb021c1052f4da42c17b540d87db944682a81071b3
|
||||
|
||||
post_install() {
|
||||
for x in 32x32 64x64 128x128 256x256 512x512; do
|
||||
|
|
Loading…
Add table
Reference in a new issue