ksnip: update to 1.6.0.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
--- src/CMakeLists.txt 2019-03-14 18:04:48.000000000 +0100
|
||||
+++ - 2019-08-29 21:09:44.259815517 +0200
|
||||
@@ -109,5 +109,6 @@
|
||||
endif ()
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
- install(TARGETS ksnip RUNTIME DESTINATION /bin)
|
||||
+ include (GNUInstallDirs)
|
||||
+ install(TARGETS ksnip RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
endif ()
|
||||
@@ -1,7 +1,7 @@
|
||||
# Template file for 'ksnip'
|
||||
pkgname=ksnip
|
||||
version=1.5.0
|
||||
revision=2
|
||||
version=1.6.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools"
|
||||
makedepends="qt5-x11extras-devel qt5-tools-devel libXfixes-devel
|
||||
@@ -11,4 +11,4 @@ maintainer="John <johnz@posteo.net>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/DamirPorobic/ksnip"
|
||||
distfiles="https://github.com/DamirPorobic/ksnip/archive/v${version}.tar.gz"
|
||||
checksum=d235b201717b0a058f93ebfb592140b0eb36a2222f7a21cc0694c50fd215c6ca
|
||||
checksum=914c6b2ee82fcba5eb50ac964055d72b62c12d335e33cde1fced51e3acfac8ee
|
||||
|
||||
Reference in New Issue
Block a user