From 5144dad09246f62824f340461d4909dacda0e79a Mon Sep 17 00:00:00 2001 From: murray Date: Wed, 14 Feb 2024 22:15:48 +0000 Subject: [PATCH] stlink: update to 1.8.0. --- srcpkgs/stlink/patches/enable-cross-gtk.patch | 11 ----------- srcpkgs/stlink/template | 6 +++--- 2 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 srcpkgs/stlink/patches/enable-cross-gtk.patch diff --git a/srcpkgs/stlink/patches/enable-cross-gtk.patch b/srcpkgs/stlink/patches/enable-cross-gtk.patch deleted file mode 100644 index d55e9f9d27244..0000000000000 --- a/srcpkgs/stlink/patches/enable-cross-gtk.patch +++ /dev/null @@ -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) - diff --git a/srcpkgs/stlink/template b/srcpkgs/stlink/template index db3e75ed2b1cb..bc7cb8d16f309 100644 --- a/srcpkgs/stlink/template +++ b/srcpkgs/stlink/template @@ -1,7 +1,7 @@ # Template file for 'stlink' pkgname=stlink -version=1.7.0 -revision=2 +version=1.8.0 +revision=1 build_style=cmake configure_args="-DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d -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" changelog="https://raw.githubusercontent.com/stlink-org/stlink/master/CHANGELOG.md" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=57ec1214905aedf59bee7f70ddff02316f64fa9ba5a9b6a3a64952edc5b65855 +checksum=cff760b5c212c2cc480f705b9ca7f3828d6b9c267950c6a547002cd0a1f5f6ac post_install() { vlicense LICENSE.md LICENSE