Commit graph

43 commits

Author SHA1 Message Date
Hylke Bons 3036b3a248 build: Use GTK+3 2013-10-08 14:00:05 +02:00
Hylke Bons 1ed718d29e build: Adjust version bump script to include Mac Info.plist. Closes #1297 2013-06-01 16:37:32 +01:00
Hylke Bons e188ae878c build: Remove System.Web 2013-05-29 10:13:26 +01:00
Francois Truphemus (melchips) ce60c0b04e Link against System.Web on GNU/Linux 2013-05-21 09:44:50 +02:00
Hylke Bons 09e392208b build: remove obsolete refs 2012-10-23 22:59:22 +01:00
Hylke Bons 7b662995db remove nautilus plugins from build to prepare for event log integration work 2012-10-09 11:46:16 +02:00
Hylke Bons f986698787 build: move version bump script 2012-10-02 18:58:53 +02:00
Hylke Bons 93bdac134e linux: Fix build. Closes #886 2012-08-03 12:22:22 +02:00
Hylke Bons 33ec14c1c8 build: Use monochrome icons when on Ubuntu. Closes #505 2012-06-20 12:07:47 +01:00
Hylke Bons 48486b3c77 remove more smartirc references 2011-11-19 14:24:09 +00:00
Hylke Bons 95e4eae30a remove smartirc and related code. Closes #435 2011-11-18 21:40:42 +00:00
Łukasz Jernaś 3e2020f4f8 nautilus-plugin: Integrate Nautilus 3 extension into the build system 2011-11-12 15:51:18 +01:00
Hylke Bons 360dc1ab40 setup: add images to tutorial pages 2011-09-14 02:09:03 +02:00
Alex Hudson fe861e5e5e Merge branch 'master' of https://github.com/hbons/SparkleShare 2011-06-13 13:30:11 +01:00
Alex Hudson d51ebff650 Attempt to merge the smartirc4net references into single build reference 2011-06-13 13:27:48 +01:00
Bertrand Lorentz 3b5494aa69 build: Add a reference to the appindicator libs for SparkleShare.exe 2011-06-12 17:35:12 +02:00
Hylke Bons 49ffbf9944 Merge pull request #202 from alexhudson/master
Separate SmartIrc4Net build
2011-06-08 13:18:00 -07:00
Alex Hudson 3eda2b0d35 Allow Sparkle to link against a system SmartIrc4Net library 2011-06-08 20:31:28 +01:00
Bertrand Lorentz 38b6283e15 build: Fix stupid typo in my previous commit 2011-06-06 20:39:32 +02:00
Bertrand Lorentz ffa6928339 build: Fix error during configure if gnome-doc-utils is not installed
Always set the ENABLE_SK conditional, so that it is defined even if
GNOME_DOC_INIT is not called. Fixes issue #198.
2011-06-06 20:35:05 +02:00
Bertrand Lorentz 111bef36d8 Remove GitSharp from the build and delete submodule 2011-04-21 17:15:32 +02:00
Hylke Bons 600948d3ed [build] Make SS build and run on OSX 2010-11-13 22:30:00 +00:00
Bertrand Lorentz c80ef2b655 [build] Fix "make distcheck"
Make the GitSharp source tree writable during distcheck, which is needed
for the compilation to succeed.
2010-10-21 21:31:07 +02:00
Bertrand Lorentz e9774facef [build] Fix handling of additional dependencies of GitSharp
The bundled assemblies are in srcdir, so we need to get them from there.
2010-10-21 21:31:07 +02:00
Bertrand Lorentz 2e4986b07e [build] Fix build and installation of GitSharp assemblies
Improve the GitSharp autotools stuff and move it to its own file,
included in the top-level Makefile.

A system-installed nant is now required to build GitSharp, instead of
using the in-tree copy.

All the files we really need to build GitSharp are now included in the
tarball, including the binary deps. I see weeping packagers...
But "make distcheck" doesn't work, mostly because GitSharp insists on
writing to the source dir during compilation. As distcheck builds with a
read-only source tree, this fails horribly.
2010-10-21 20:51:03 +02:00
Bertrand Lorentz 59b4536b05 [build] Add GitSharp as a submodule 2010-10-10 14:57:46 +02:00
Bertrand Lorentz bf92a90956 [build] Fix handling of the SmartIrc4net assembly
Pass the proper configure options to SmartIrc4net for bundling.
The SmartIrc4net assembly is now copied into bin/ during compilation,
and installed into the same folder as the other assemblies.
2010-09-11 19:58:59 +02:00
Bertrand Lorentz 988d16a42e Include SmartIrc4net library as a git submodule
This follows the recommendation from SmartIrc4net's author, and avoids
any dependency issues.
2010-09-11 17:48:56 +02:00
Bertrand Lorentz 238a6e3c79 [build] Fix up gtk references in autotools build
SparkleLib does not depend on gtk, but SparkleShare and SparkleDiff do,
so update the build to reflect that.
Also remove some unneeded variables.
2010-09-11 16:04:00 +02:00
Bertrand Lorentz aa93f48d8d [build] Reference the SmartIrc4net library in the autotools build
This add a mandatory dependency on SmartIrc4net.
2010-09-11 15:25:48 +02:00
Vincent Untz 77f711a0f4 [build] add utf-8 support in binaries 2010-09-04 13:24:18 +01:00
Łukasz Jernaś 392c48c446 Add help files to buildsystem 2010-08-30 17:13:45 +02:00
Bertrand Lorentz 2e3b791ab0 [build] Fix a mix-up in icon-theme-installer documentation 2010-08-07 11:32:45 +02:00
Bertrand Lorentz cac9750959 [build] Make FriendFace a proper library assembly
Have SparkleDiff depend on the FriendFace assembly.
2010-08-02 17:58:10 +02:00
Bertrand Lorentz 8af6599d8f Create a SparkleLib library for sharing code between frontends
Start moving some files into SparkleLib, and have SparkleShare and
SparkleDiff depend on it.
2010-08-02 17:42:42 +02:00
Bertrand Lorentz 35f567f48a [build] Fix make distcheck for the nautilus extension 2010-08-02 15:26:55 +02:00
Łukasz Jernaś 3f8ff4d81d Add SparkleDiff to the build system 2010-07-03 09:39:28 +02:00
Bertrand Lorentz 0a53a5485b [build] Remove useless mono-addins stuff 2010-06-27 17:02:20 +02:00
Bertrand Lorentz 5038d42dbe [build] Add the nautilus extension to the build
If nautilus-python is present, the extension will be installed in the proper
directory.
2010-06-27 16:59:16 +02:00
Bertrand Lorentz d7dcd70f16 [build] Fix up configure and enable shave 2010-06-18 23:24:43 +02:00
Bertrand Lorentz 0a2ea7ebb8 [build] Remove unnecessary build rules 2010-06-18 23:22:56 +02:00
Bertrand Lorentz 1949e12f93 Remove useless files in build and add icon-theme-installer 2010-06-18 23:16:10 +02:00
Łukasz Jernaś dabc7e4301 Saving my autohell work, based of banshee/f-spot 2010-06-17 18:35:33 +02:00