summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2013-04-22 16:48:41 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2013-04-22 16:50:19 +0100
commite76b366aee11a71435f664394d08a1790c82d91d (patch)
tree5cf09ff1b6ca3912f2d485b89cc0c3348627de2d
parent55f8288fe6ae9a158a3a1e4b64ecc9beea3e6534 (diff)
HACKING: update a bit.
-rw-r--r--HACKING13
1 files changed, 6 insertions, 7 deletions
diff --git a/HACKING b/HACKING
index 9e7cd26..ad7927b 100644
--- a/HACKING
+++ b/HACKING
@@ -1,7 +1,7 @@
Requirements
------------
-To compile telepathy-idle from darcs source, you need:
+To compile telepathy-idle from git, you need:
- GNU autoconf
- GNU automake
@@ -15,7 +15,7 @@ additionally, as when compiling a idle release, you need these libraries:
- libglib-2.0
- libdbus
- libdbus-glib
-- openssl
+- libtelepathy-glib
and obviously, a working C compiler and make.
@@ -29,9 +29,9 @@ and installing telepathy-idle. Finally, run make.
Version control
---------------
-telepathy-idle is maintained in a Darcs repository at
+telepathy-idle is maintained in a Git repository at
-http://darcs.collabora.co.uk/darcs/telepathy/telepathy-idle/
+http://cgit.freedesktop.org/telepathy/telepathy-idle
Patches
-------
@@ -41,9 +41,8 @@ file a bug at
https://bugs.freedesktop.org
-with the product "Telepathy" and component "telepathy-idle" and include a URL to
-a Darcs branch with your patches, or if this is not possible, attach a patch
-file produced by diff -unr.
+with the product "Telepathy" and component "idle". Use "git format-patch", and
+attach the patch files it spits out; or include the URL to a Git branch.
Coding style
------------