[X2Go-Commits] [x2goplasmabindings] 02/02: debian/rules: fix USE_DESKTOP_FILE cmake option usage/typo.
git-admin at x2go.org
git-admin at x2go.org
Sat Aug 12 00:01:34 CEST 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goplasmabindings.
commit 830d2434328690a790a072466b8463e424d9d243
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Aug 11 23:42:11 2023 +0200
debian/rules: fix USE_DESKTOP_FILE cmake option usage/typo.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 7c4eaff..2003f45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -92,6 +92,7 @@ x2goplasmabindings (3.0.2.3-0x2go1) UNRELEASED; urgency=medium
+ Add USE_DESKTOP_FILE selector to support older systems.
+ Fix syntax.
+ Enable verbose Makefiles.
+ + Fix USE_DESKTOP_FILE cmake option usage/typo.
* debian/copyright:
+ Add information for x2goplasmoidkf5.cpp, which is GPL-3.0-only.
+ Add information for package/contents/ui/main.qml.
diff --git a/debian/rules b/debian/rules
index 4070522..80bcfa4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -112,4 +112,4 @@ endif
dh $@
override_dh_auto_configure:
- dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DUSE_PLASMA5=$(USE_PLASMA5) -DUSE_DESKTOPFILE=$(USE_DESKTOP_FILE)
+ dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DUSE_PLASMA5=$(USE_PLASMA5) -DUSE_DESKTOP_FILE=$(USE_DESKTOP_FILE)
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git
More information about the x2go-commits
mailing list