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
AgeCommit message (Collapse)Author
2011-07-23GTK patches from gtk-osx-buildMichael Hutchinson
gtkselection.patch and gtcontrolclick.patch were edited to make them apply
2011-07-22Added gtk-engines and gtk-engine-quartz to MD Mac profileMichael Hutchinson
2011-07-22Bump GTK+ to 2.24.5, update Mac patchsetMichael Hutchinson
2011-07-22Use Alex's awesome new version of the GtkQuartz theme engineMichael Hutchinson
2011-07-22Added a GTK+ patch for MacOS LionMichael Hutchinson
2011-07-21Updated some package versionsMichael Hutchinson
2011-07-21Added package for gtk-docMichael Hutchinson
2011-03-07Merged Bertrand's linux bundle workAaron Bockover
2011-03-07Update libsoup, fix monomacAaron Bockover
2011-03-04Prepare for WebKit, fix MonoMac pkg-config fileAaron Bockover
Updated libicu, libsoup, webkit, and added new glib-networking package; updated monomac.
2011-03-02Update Mono to 2.10.1Aaron Bockover
2011-03-01packages: Disable HAL support in bansheeBertrand Lorentz
2011-03-01packages: Disable GUI from mono-addinsBertrand Lorentz
2011-03-01Update mono package to 2.10.1Bertrand Lorentz
2011-02-26Fix shell syntax for non bash shellsBertrand Lorentz
The custom make command in mono.py is executed with the default shell, which on some systems doesn't support the fancy for loop syntax, like dash on Ubuntu.
2011-02-26Added a MonoMac packageAaron Bockover
2011-02-26Updated various packages to newer releasesAaron Bockover
2011-02-26Fix libmurrine build against linking to pixmanAaron Bockover
2011-02-26Add new package libgpg-errorAaron Bockover
2011-02-06Added gobject-introspection and libffi packagesAaron Bockover
2011-02-06Update Mono to 2.8.2Aaron Bockover
2011-02-06Fix glib buildAaron Bockover
2010-11-13Updated packagesAaron Bockover
2010-11-12Renamed Banshee profiles, removed libproxy-0.4Aaron Bockover
2010-08-30Make Banshee work Linux, update to 1.7.4Aaron Bockover
Added a slightly revised patch for 372849d19bbfe36179120f95020f8cddcb8e4a90
2010-08-30WebKit now builds, and SSL works in libsoup nowAaron Bockover
Added gnutls and libgcrypt for SSL support in libsoup, and added libicu, gperf for WebKit.
2010-08-29Added webkit gtk packageAaron Bockover
2010-08-28Added enchant, cmake, libproxy-0.4Aaron Bockover
Enchant is for WebKit (GTK, WIP) Cmake is now needed for libproxy, but it doesn't work yet
2010-08-28Across the board version bumps for packagesAaron Bockover
2010-06-17Update ige-mac-integration packageAlexander Kojevnikov
2010-06-17Update glib packageAlexander Kojevnikov
2010-03-26[monodevelop] support building/running from svnAaron Bockover
Added libglade package to the global package directory and wrote a package definition for MonoDevelop from subversion/trunk.
2010-03-25[bundle] fix mono package syntax errorAaron Bockover
2010-03-25[bundle] update to Mono 2.6.3, aggressive buildAaron Bockover
Added lame hack to try to build Mono 20 times before giving up since libgc likes to fail randomly, presumably some kind of race condition.
2010-03-24[bundle] update banshee bundle package for 1.5.7Aaron Bockover
2010-03-24[darwin] pango patch to fix bgo#608415Aaron Bockover
2010-03-24[bundle] bump taglib-sharp to 2.0.3.7Aaron Bockover
2010-02-26[darwin] add the missing Monobjc MakefileAaron Bockover
It was ignored by .gitignore. This Makefile is necessary because nant and xcodebuild screw up the native lib. Sigh.
2010-02-26[darwin] package Monobjc as an experimentAaron Bockover
I have no idea if I want to use this, but it looks pretty complete and interesting. Basic testing shows some things working - GTK and the CFRunLoop seem to integrate nicely together, and I could get volume/mount notifications from NSWorkspace in GTK ... so that's one step closer to hardware support. This thing was a nightmare to build and integrate though. Jeesh.
2010-02-25[darwin] obsolete --enable-osx, auto-detect darwinAaron Bockover
Fixes the ige-mac-integration-sharp issue as well; now looks for only the native ige-mac-integration library, which is just a runtime dep, so the check is only for sanity. Not required to build.
2010-02-25[bundle] fix typo in fontconfig packageAaron Bockover
2010-02-25[bundle] fix ige-mac-integration detectionAaron Bockover
Included as a patch to the bundle since I missed this for the 1.5.4 release. Yay bockbuild, yay!
2010-02-25[bundle] update to latest versions of depsAaron Bockover
2010-02-25[bundle] remove ige-mac-integration-sharp depAaron Bockover
2010-02-06[darwin] disable webkit when configuring BansheeAaron Bockover
2010-01-28[bundle] use g_strdup since name will be freedAaron Bockover
2010-01-27[bundle] do not use realpath when finding rootAaron Bockover
This is known to cause problems on 10.5 I think...
2010-01-27[bundle] fix the upstream tarball url for bansheeAaron Bockover
2010-01-27[bundle] build banshee release tarball on --releaseAaron Bockover
2010-01-27[bundle] Patches for small OSX improvementsAaron Bockover
Pango patch to revert CoreText usage in ATSUI that caused glyph problems GTK patches to improve keybinding and single mouse button support