Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <aaron@abock.org>2011-03-04 23:11:09 +0300
committerAaron Bockover <aaron@abock.org>2011-03-04 23:11:09 +0300
commit6ddc9e47c08521dc1527d0ee854385679d2aa1ec (patch)
treebf5b5fd0676bc85c4c4975a1b83c6c40dcbb4422 /packages
parente28b312e25394fc8d2750a567c8bab969e261b3e (diff)
Prepare for WebKit, fix MonoMac pkg-config file
Updated libicu, libsoup, webkit, and added new glib-networking package; updated monomac.
Diffstat (limited to 'packages')
-rw-r--r--packages/glib-networking.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/glib-networking.py b/packages/glib-networking.py
new file mode 100644
index 0000000..14b3022
--- /dev/null
+++ b/packages/glib-networking.py
@@ -0,0 +1,5 @@
+GnomePackage ('glib-networking', '2.28', '0',
+ configure_flags = [
+ '--without-ca-certificates'
+ ]
+)