[SCM] iem-plugin-suite/master: run Projucer in xvfb
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Sun Dec 24 21:26:24 UTC 2017
The following commit has been merged in the master branch:
commit 42703312944168b2246339a15a0f6d2e5c9272c8
Author: IOhannes m zmölnig <zmoelnig at umlautS.umlaeute.mur.at>
Date: Sun Dec 24 21:13:14 2017 +0100
run Projucer in xvfb
diff --git a/debian/patches/DEBIAN_projucer-fakeX.patch b/debian/patches/DEBIAN_projucer-fakeX.patch
new file mode 100644
index 0000000..a860010
--- /dev/null
+++ b/debian/patches/DEBIAN_projucer-fakeX.patch
@@ -0,0 +1,18 @@
+Description: run Projucer thru xvfb-run
+ as it requires X
+Author: IOhannes m zmölnig
+Forwarded: not-needed
+Last-Update: 2017-12-24
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- iem-plugin-suite.orig/Makefile
++++ iem-plugin-suite/Makefile
+@@ -8,7 +8,7 @@
+ PROJECTS=$(patsubst %/, %, $(dir $(wildcard */*.jucer)))
+
+ # helper applications
+-PROJUCER=Projucer
++PROJUCER=xvfb-run Projucer
+ DOS2UNIX=$(shell which dos2unix true | head -1)
+ TOUCH=touch
+
diff --git a/debian/patches/series b/debian/patches/series
index 8a21a45..0be64e8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
strip-CRLF-fix.patch
+DEBIAN_projucer-fakeX.patch
--
iem-plugin-suite packaging
More information about the pkg-multimedia-commits
mailing list