Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
use mate-common instead of gnome-common
Browse files Browse the repository at this point in the history
  • Loading branch information
handsome-feng committed Mar 19, 2019
1 parent f0b9a12 commit b1af756
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 3 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Mon, 18 Mar 2019 11:38:07 +0800
-- handsome_feng <[email protected]> Tue, 19 Mar 2019 10:58:05 +0800

kylin-greeter (18.04.2) bionic; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b1af756

Please sign in to comment.