Update control and rules
Updated files according to salsa.debian.org * Removed series and the patches directory * Updated control to libxqt* 3.4.0 * Updated rules
This commit is contained in:
parent
1344b7d963
commit
cdb00bba60
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -1,8 +1,9 @@
|
|||||||
screengrab (1.101-1ubuntu2) focal; urgency=medium
|
screengrab (1.101-1ubuntu2) focal; urgency=medium
|
||||||
|
|
||||||
* Removed patches, because they are applied upstream.
|
* Removed patches, because they are applied upstream.
|
||||||
|
* Updated rules and control.
|
||||||
|
|
||||||
-- apt-ghetto <apt-ghetto@lubuntu.me> Tue, 24 Dec 2019 13:45:09 +0100
|
-- apt-ghetto <apt-ghetto@lubuntu.me> Tue, 24 Dec 2019 14:08:20 +0100
|
||||||
|
|
||||||
screengrab (1.101-1ubuntu1) disco; urgency=medium
|
screengrab (1.101-1ubuntu1) disco; urgency=medium
|
||||||
|
|
||||||
|
5
debian/control
vendored
5
debian/control
vendored
@ -9,11 +9,12 @@ Build-Depends: cmake,
|
|||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libqt5xdg-dev (>= 3.3.1~),
|
libqt5xdg-dev (>= 3.4.0~),
|
||||||
libqt5xdgiconloader-dev (>= 3.3.1~),
|
libqt5xdgiconloader-dev (>= 3.4.0~),
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
libx11-xcb-dev,
|
libx11-xcb-dev,
|
||||||
libxcb-xfixes0-dev [!kfreebsd-any],
|
libxcb-xfixes0-dev [!kfreebsd-any],
|
||||||
|
lxqt-build-tools,
|
||||||
libxcb1-dev,
|
libxcb1-dev,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
qttools5-dev,
|
qttools5-dev,
|
||||||
|
0
debian/patches/series
vendored
0
debian/patches/series
vendored
7
debian/rules
vendored
7
debian/rules
vendored
@ -16,4 +16,9 @@ override_dh_makeshlibs:
|
|||||||
# do nothing
|
# do nothing
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
dh_auto_configure -- \
|
||||||
|
-DSG_DBUS_NOTIFY=ON \
|
||||||
|
-DSG_EXT_EDIT=ON \
|
||||||
|
-DSG_GLOBALSHORTCUTS=OFF \
|
||||||
|
-DUPDATE_TRANSLATIONS=OFF \
|
||||||
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user