[neon/neon-packaging/hotspot/Neon/release] debian: new release
Carlos De Maine
null at kde.org
Sat Jan 28 03:18:01 GMT 2023
Git commit ac569fac52776137f91463642fea6bc7e17e9232 by Carlos De Maine.
Committed on 28/01/2023 at 03:17.
Pushed by carlosdem into branch 'Neon/release'.
new release
M +9 -1 debian/control
M +1 -1 debian/install
M +4 -3 debian/watch
https://invent.kde.org/neon/neon-packaging/hotspot/commit/ac569fac52776137f91463642fea6bc7e17e9232
diff --git a/debian/control b/debian/control
index 7fbb46c..40b1f76 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,9 @@ Build-Depends: cmake,
gettext,
libdw-dev,
libelf-dev,
+ libkddockwidgets-dev,
+ libkf5archive-dev,
+ libkf5auth-dev,
libkf5configwidgets-dev,
libkf5coreaddons-dev,
libkf5i18n-dev,
@@ -16,9 +19,14 @@ Build-Depends: cmake,
libkf5kio-dev,
libkf5parts-dev,
libkf5solid-dev,
+ libkf5syntaxhighlighting-dev,
libkf5threadweaver-dev,
libkf5windowsystem-dev,
- libqt5svg5-dev
+ libkgraphviewer-dev,
+ libqcustomplot-dev,
+ libqt5svg5-dev,
+ libqt5x11extras5-dev,
+ libzstd-dev
Standards-Version: 4.2.1
Homepage: https://github.com/KDAB/hotspot
Vcs-Git: https://salsa.debian.org/debian/hotspot.git
diff --git a/debian/install b/debian/install
index da4329e..8b13789 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1 @@
-hotspot.desktop usr/share/applications/
+
diff --git a/debian/watch b/debian/watch
index a30ffa3..84fe5c0 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,5 @@
version=4
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%hotspot-$1.tar.gz%" \
- https://github.com/KDAB/hotspot/tags \
- (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
+opts="searchmode=plain, \
+filenamemangle=s/.+\/@PACKAGE at -v?@ANY_VERSION@\.tar\.gz/@PACKAGE at -$1\.tar\.gz/" \
+https://api.github.com/repos/KDAB/hotspot/releases \
+https://github.com/KDAB/hotspot/releases/download/v?\d[\.\d]*/@PACKAGE at -v?@ANY_VERSION at .tar.gz
More information about the Neon-commits
mailing list