mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 11:35:33 -04:00
[debian] 2.0: Build for Ubuntu 25.04 "Plucky" Puffin.
Switch to Qt 6.
This commit is contained in:
parent
c943358918
commit
b1458850bd
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
rvthtool (2.0-1ppa2~plucky1) plucky; urgency=medium
|
||||||
|
|
||||||
|
* Build for Ubuntu 25.04 "Plucky" Puffin.
|
||||||
|
* Switch to Qt 6.
|
||||||
|
|
||||||
|
-- David Korth <gerbilsoft@gerbilsoft.com> Tue, 17 Jun 2025 00:32:21 -0400
|
||||||
|
|
||||||
rvthtool (2.0-1ppa2~noble1) noble; urgency=medium
|
rvthtool (2.0-1ppa2~noble1) noble; urgency=medium
|
||||||
|
|
||||||
* Build for Ubuntu 24.04 "Noble" Numbat.
|
* Build for Ubuntu 24.04 "Noble" Numbat.
|
||||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -9,9 +9,9 @@ Build-Depends:
|
|||||||
libgmp3-dev,
|
libgmp3-dev,
|
||||||
nettle-dev,
|
nettle-dev,
|
||||||
libudev-dev,
|
libudev-dev,
|
||||||
qtbase5-dev,
|
qt6-base-dev,
|
||||||
qttools5-dev-tools,
|
qt6-tools-dev-tools,
|
||||||
qttools5-dev
|
qt6-tools-dev
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 3.9.8
|
||||||
Homepage: https://github.com/GerbilSoft/rvthtool
|
Homepage: https://github.com/GerbilSoft/rvthtool
|
||||||
Vcs-Git: https://github.com/GerbilSoft/rvthtool
|
Vcs-Git: https://github.com/GerbilSoft/rvthtool
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -11,7 +11,7 @@ CMAKE_OPTIONS := \
|
|||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DSPLIT_DEBUG=OFF \
|
-DSPLIT_DEBUG=OFF \
|
||||||
-DENABLE_LTO=OFF \
|
-DENABLE_LTO=OFF \
|
||||||
-DQT_VERSION=5
|
-DQT_VERSION=6
|
||||||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||||
CMAKE_OPTIONS += -DBUILD_TESTING=ON
|
CMAKE_OPTIONS += -DBUILD_TESTING=ON
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user