gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1576: include missing config.mk files


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1576: include missing config.mk files
Date: Wed, 09 Jan 2013 20:21:55 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1576
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2013-01-09 20:21:55 +0100
message:
  include missing config.mk files
added:
  deps/fontforge/config.mk
  deps/kimwitu-pp/config.mk
  deps/tcl/config.mk
  deps/tk/config.mk
  gnome/intltool/config.mk
  gnu/gcompris/config.mk
  gnu/gnucap/config.mk
  gnu/macchanger/config.mk
=== added file 'deps/fontforge/config.mk'
--- a/deps/fontforge/config.mk  1970-01-01 00:00:00 +0000
+++ b/deps/fontforge/config.mk  2013-01-09 19:21:55 +0000
@@ -0,0 +1,12 @@
+## Configuration options for fontforge ##
+
+CONFIGURE_OPTS ?= --without-x --enable-pyextension --with-python
+BUILD_OPTS ?=
+
+# Until GSRC has a freetype package, you need to install freetype
+# on your own and point to its headers location here:
+FREETYPE_HEADERS ?= /usr/include/freetype2/freetype
+
+# Same for Python, if you want to build the Python stuff:
+PYTHON_HEADERS ?= /usr/include/python2.7/
+PYTHON_LIB ?= /usr/lib/libpython2.7.so

=== added file 'deps/kimwitu-pp/config.mk'
--- a/deps/kimwitu-pp/config.mk 1970-01-01 00:00:00 +0000
+++ b/deps/kimwitu-pp/config.mk 2013-01-09 19:21:55 +0000
@@ -0,0 +1,4 @@
+## Configuration options for kimwisu++ ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'deps/tcl/config.mk'
--- a/deps/tcl/config.mk        1970-01-01 00:00:00 +0000
+++ b/deps/tcl/config.mk        2013-01-09 19:21:55 +0000
@@ -0,0 +1,4 @@
+## Configuration options for tcl ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'deps/tk/config.mk'
--- a/deps/tk/config.mk 1970-01-01 00:00:00 +0000
+++ b/deps/tk/config.mk 2013-01-09 19:21:55 +0000
@@ -0,0 +1,4 @@
+## Configuration options for tk ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnome/intltool/config.mk'
--- a/gnome/intltool/config.mk  1970-01-01 00:00:00 +0000
+++ b/gnome/intltool/config.mk  2013-01-09 19:21:55 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gnome-desktop ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/gcompris/config.mk'
--- a/gnu/gcompris/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/gcompris/config.mk    2013-01-09 19:21:55 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gcompris ##
+
+CONFIGURE_OPTS ?= --enable-sdlmixer --disable-gnet
+BUILD_OPTS ?=

=== added file 'gnu/gnucap/config.mk'
--- a/gnu/gnucap/config.mk      1970-01-01 00:00:00 +0000
+++ b/gnu/gnucap/config.mk      2013-01-09 19:21:55 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gnucap ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/macchanger/config.mk'
--- a/gnu/macchanger/config.mk  1970-01-01 00:00:00 +0000
+++ b/gnu/macchanger/config.mk  2013-01-09 19:21:55 +0000
@@ -0,0 +1,4 @@
+## Configuration options for macchanger ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]