[neon/neon-packaging/skladnik/Neon/release] debian: -DKDE_INSTALL_BINDIR=/usr/games/
Carlos De Maine
null at kde.org
Sat Jan 11 09:23:54 GMT 2025
Git commit 0c7e6a448fd120ff5279207bbaf02c3925b72d3e by Carlos De Maine.
Committed on 11/01/2025 at 09:23.
Pushed by carlosdem into branch 'Neon/release'.
-DKDE_INSTALL_BINDIR=/usr/games/
M +2 -5 debian/rules
https://invent.kde.org/neon/neon-packaging/skladnik/-/commit/0c7e6a448fd120ff5279207bbaf02c3925b72d3e
diff --git a/debian/rules b/debian/rules
index c5825cb..b3f8bac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,9 @@
#!/usr/bin/make -f
# SPDX-License-Identifier: LGPL-2.0-or-later
-# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
- dh_auto_configure -- -DBIN_INSTALL_DIR=/usr/games -DQT_MAJOR_VERSION=6
-
-%:
- dh $@ --with kf5 --buildsystem kf5
+ dh_auto_configure -- -DKDE_INSTALL_BINDIR=/usr/games/
More information about the Neon-commits
mailing list