File: 1001_use-mate-common.patch

package info (click to toggle)
dbus-test-runner 16.10.0~bzr100%2Brepack1-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 736 kB
  • sloc: ansic: 3,632; makefile: 515; xml: 151; sh: 34
file content (19 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Switch from gnome-common to mate-common build toolchain
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

--- a/autogen.sh
+++ b/autogen.sh
@@ -2,10 +2,9 @@
 
 PKG_NAME="dbus-test-runner"
 
-which gnome-autogen.sh || {
-	echo "You need gnome-common from GNOME SVN"
+which mate-autogen || {
+	echo "You need mate-common from https://github.com/mate-project/mate-common"
 	exit 1
 }
 
-USE_GNOME2_MACROS=1 \
-. gnome-autogen.sh
+. mate-autogen