aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-05-15 10:28:54 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-05-15 10:28:54 +0200
commit9afe090a17da59e60706a13ddafd3e8ef2f97869 (patch)
tree04295862938aa5916a9cb96021dd66136e0e940d
parentdcb6427f6a7ac2d85bfdf3b888b1265c32d87184 (diff)
downloadayatana-indicator-application-9afe090a17da59e60706a13ddafd3e8ef2f97869.tar.gz
ayatana-indicator-application-9afe090a17da59e60706a13ddafd3e8ef2f97869.tar.bz2
ayatana-indicator-application-9afe090a17da59e60706a13ddafd3e8ef2f97869.zip
build system: Switch to mate-common.
-rwxr-xr-xautogen.sh7
-rw-r--r--debian/control2
2 files changed, 4 insertions, 5 deletions
diff --git a/autogen.sh b/autogen.sh
index 3b930e5..be60822 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,10 +2,9 @@
PKG_NAME="indicator-application"
-which gnome-autogen.sh || {
- echo "You need gnome-common from GNOME SVN"
+which mate-autogen || {
+ echo "You need mate-common from https://git.mate-desktop.org/mate-common"
exit 1
}
-USE_GNOME2_MACROS=1 \
-gnome-autogen.sh $@
+mate-autogen $@
diff --git a/debian/control b/debian/control
index 9b5901e..36ae417 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends: debhelper (>= 9.0),
dh-autoreconf,
dbus-test-runner,
- gnome-common,
+ mate-common,
xvfb,
libglib2.0-dev (>= 2.35.4),
libgtk-3-dev (>= 2.91),