From 89f8b570cd575a0a7fc4ca6e40c693e24b09947e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 15 May 2017 10:27:21 +0200 Subject: build system: Switch to mate-common. --- autogen.sh | 6 +++--- debian/control | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index ddf0c90..3009877 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,11 +2,11 @@ PKG_NAME="ido" -which gnome-autogen.sh || { - echo "You need gnome-common from GNOME git" +which mate-autogen || { + echo "You need mate-common from https://git.mate-desktop.org/mate-common" exit 1 } USE_GNOME2_MACROS=1 \ USE_COMMON_DOC_BUILD=yes \ -gnome-autogen.sh --enable-gtk-doc $@ \ No newline at end of file +mate-autogen --enable-gtk-doc $@ diff --git a/debian/control b/debian/control index 72192a8..93b3630 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Mike Gabriel Build-Depends: debhelper (>= 9), dh-autoreconf, - gnome-common, + mate-common, libxi-dev, libx11-dev, libgtest-dev, -- cgit v1.2.3