From b1af756b6492473a9ec71fd6dcac0034930f0b9f Mon Sep 17 00:00:00 2001 From: handsome-feng Date: Tue, 19 Mar 2019 11:01:16 +0800 Subject: [PATCH] use mate-common instead of gnome-common --- autogen.sh | 6 +++--- debian/changelog | 5 +++-- debian/control | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/autogen.sh b/autogen.sh index b9bf926..ffbf072 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,8 +14,8 @@ REQUIRED_AUTOMAKE_VERSION=1.7 exit 1 } -which gnome-autogen.sh || { - echo "You need to install gnome-common from the GNOME CVS" +which mate-autogen || { + echo "You need to install mate-common" exit 1 } -USE_GNOME2_MACROS=1 USE_COMMON_DOC_BUILD=yes . gnome-autogen.sh +USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes . mate-autogen diff --git a/debian/changelog b/debian/changelog index 75ec654..89a2678 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,15 @@ -kylin-greeter (19.04.0) disco; urgency=medium +kylin-greeter (19.04.1) disco; urgency=medium * Fix the ftbfs error. (LP: #1820541) * Update the logo.png. + * use mate-common instead of gnome-common. * Debian: - Bump stardant-version to 4.3.0. - Bump compat level to 12. - Migrate from bzr to git. - Update rules. - -- handsome_feng Mon, 18 Mar 2019 11:38:07 +0800 + -- handsome_feng Tue, 19 Mar 2019 10:58:05 +0800 kylin-greeter (18.04.2) bionic; urgency=medium diff --git a/debian/control b/debian/control index 61f1352..8b814c4 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 4.3.0 Build-Depends: at-spi2-core, dbus-x11, debhelper (>= 12), - gnome-common, + mate-common, ukui-settings-daemon-dev, libcanberra-dev, libgnome-desktop-3-dev,