[Pkg-cli-apps-commits] [SCM] galaxium branch, master, updated. 701feaff7c33d71cd60d58d7986e4f29bdc669a0
David Paleino
d.paleino at gmail.com
Mon Jun 1 12:43:03 UTC 2009
The following commit has been merged in the master branch:
commit 1c3b17d78a591aa993fb64088b78ac354d74fb01
Author: David Paleino <d.paleino at gmail.com>
Date: Sat May 30 16:23:57 2009 +0200
Fix Build system
diff --git a/debian/patches/01-fix_build.patch b/debian/patches/01-fix_build.patch
new file mode 100644
index 0000000..cc2fb0c
--- /dev/null
+++ b/debian/patches/01-fix_build.patch
@@ -0,0 +1,38 @@
+---
+ Makefile.am | 2 +-
+ configure.ac | 5 ++---
+ 2 files changed, 3 insertions(+), 4 deletions(-)
+
+--- galaxium.orig/Makefile.am
++++ galaxium/Makefile.am
+@@ -2,7 +2,7 @@
+
+ # The following subdirectories contain Makefile.am files.
+
+-SUBDIRS = dlls build src docs po
++SUBDIRS = build src docs po
+
+ ASSEMBLY_WRAPPER = galaxium
+ ASSEMBLY_WRAPPER_IN = galaxium.in
+--- galaxium.orig/configure.ac
++++ galaxium/configure.ac
+@@ -35,9 +35,9 @@ if test "x$GCC" = "xno"; then
+ AC_MSG_ERROR([gcc Not found])
+ fi
+
+-AC_PATH_PROG(GMCS, gmcs, no)
++AC_PATH_PROG(GMCS, csc, no)
+ if test "x$GMCS" = "xno"; then
+- AC_MSG_ERROR([gmcs Not found])
++ AC_MSG_ERROR([csc Not found])
+ fi
+
+ # The mono version required to function is 1.2.4
+@@ -230,7 +230,6 @@ AC_SUBST(ASSEMBLY_VERSION)
+
+ AC_OUTPUT([
+ Makefile
+-dlls/Makefile
+ docs/Makefile
+ docs/man/Makefile
+ src/Makefile
diff --git a/debian/patches/series b/debian/patches/series
index 739e7c2..665a365 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
#01-fix_Galaxium.AdiumThemes.dll.patch
#02-fix_Galaxium.Startup.exe.patch
#01-disable_libmimic.so.patch
+01-fix_build.patch
--
galaxium
More information about the Pkg-cli-apps-commits
mailing list