* New upstream version 2.6.0 * debian/control: Update team email to <team+lxqt@tracker.debian.org>. * debian/control: cleanup build-deps. * debian/control: build-deps on libqt5xdg-dev (>= 3.11.0~). * debian/control: build-deps on libkf5windowsystem-dev (>=5.36.0~). * debian/control: build-deps on libqt5x11extras5-dev (>=5.15.0~). * debian/copyright: update. * debian/rules: cleanup. * debian/upstream/metadata: drop obsolete field Name. * debian/upstream/metadata: update url for git repo. * debian/salsa-ci.yml: drop build against to experimental. -- Andrew Lee (李健秋) <ajqlee@debian.org> Sun, 30 Jul 2023 22:14:08 +0200
17 lines
352 B
Makefile
Executable File
17 lines
352 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
#export DH_VERBOSE=1
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
export LC_ALL=C.UTF-8
|
|
|
|
%:
|
|
dh ${@} --buildsystem=cmake
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- \
|
|
-DSG_DBUS_NOTIFY=ON \
|
|
-DSG_EXT_EDIT=ON \
|
|
-DSG_GLOBALSHORTCUTS=OFF \
|
|
-DUPDATE_TRANSLATIONS=OFF \
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|