From cdb00bba60958cb69e0a6beb5c03f45b83ee9af3 Mon Sep 17 00:00:00 2001 From: apt-ghetto Date: Tue, 24 Dec 2019 14:09:08 +0100 Subject: [PATCH] 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 --- debian/changelog | 3 ++- debian/control | 5 +++-- debian/patches/series | 0 debian/rules | 7 ++++++- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index cc70070..a31f5de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ screengrab (1.101-1ubuntu2) focal; urgency=medium * Removed patches, because they are applied upstream. + * Updated rules and control. - -- apt-ghetto Tue, 24 Dec 2019 13:45:09 +0100 + -- apt-ghetto Tue, 24 Dec 2019 14:08:20 +0100 screengrab (1.101-1ubuntu1) disco; urgency=medium diff --git a/debian/control b/debian/control index 9959b6a..ecd07a2 100644 --- a/debian/control +++ b/debian/control @@ -9,11 +9,12 @@ Build-Depends: cmake, libkf5windowsystem-dev, libqt5svg5-dev, libqt5x11extras5-dev, - libqt5xdg-dev (>= 3.3.1~), - libqt5xdgiconloader-dev (>= 3.3.1~), + libqt5xdg-dev (>= 3.4.0~), + libqt5xdgiconloader-dev (>= 3.4.0~), libx11-dev, libx11-xcb-dev, libxcb-xfixes0-dev [!kfreebsd-any], + lxqt-build-tools, libxcb1-dev, pkg-config, qttools5-dev, diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index e69de29..0000000 diff --git a/debian/rules b/debian/rules index 5e0cfa1..dc9439d 100755 --- a/debian/rules +++ b/debian/rules @@ -16,4 +16,9 @@ override_dh_makeshlibs: # do nothing 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