mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
stlink: update to 1.8.0.
This commit is contained in:
parent
df7c8e102e
commit
0db7a266bd
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- a/src/stlink-gui/CMakeLists.txt
|
|
||||||
+++ b/src/stlink-gui/CMakeLists.txt
|
|
||||||
@@ -2,7 +2,7 @@
|
|
||||||
# Build GUI
|
|
||||||
###
|
|
||||||
|
|
||||||
-if (NOT WIN32 AND NOT CMAKE_CROSSCOMPILING)
|
|
||||||
+if (NOT WIN32)
|
|
||||||
find_package(PkgConfig)
|
|
||||||
pkg_check_modules(GTK3 gtk+-3.0)
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'stlink'
|
# Template file for 'stlink'
|
||||||
pkgname=stlink
|
pkgname=stlink
|
||||||
version=1.7.0
|
version=1.8.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d
|
configure_args="-DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d
|
||||||
-DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d -DSTLINK_LIBRARY_PATH=/usr/lib"
|
-DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d -DSTLINK_LIBRARY_PATH=/usr/lib"
|
||||||
|
@ -13,7 +13,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/stlink-org/stlink"
|
homepage="https://github.com/stlink-org/stlink"
|
||||||
changelog="https://raw.githubusercontent.com/stlink-org/stlink/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/stlink-org/stlink/master/CHANGELOG.md"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=57ec1214905aedf59bee7f70ddff02316f64fa9ba5a9b6a3a64952edc5b65855
|
checksum=cff760b5c212c2cc480f705b9ca7f3828d6b9c267950c6a547002cd0a1f5f6ac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md LICENSE
|
vlicense LICENSE.md LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue