[haiku-commits] haiku: hrev44106 - data/artwork/icons
- From: mattmadia@xxxxxxxxx
- To: haiku-commits@xxxxxxxxxxxxx
- Date: Sat, 5 May 2012 02:14:53 +0200 (CEST)
hrev44106 adds 2 changesets to branch 'master'
old head: c645f9bcbeab32cfb3c631a1340d38ebf5fd2d6f
new head: 116dab1616d5a9e7a5061afea80b724086ab9e69
----------------------------------------------------------------------------
13586c0: Added a possible icon to replace Deskbar's R_TeamIcon resource
116dab1: Updated ReadMe for zlib1g-dev dependency on Linux
[ Matt Madia <mattmadia@xxxxxxxxx> ]
----------------------------------------------------------------------------
2 files changed, 4 insertions(+)
ReadMe | 4 ++++
data/artwork/icons/TeamIcon | Bin 0 -> 26532 bytes
############################################################################
Commit: 13586c0905360f96c4d65ec4955034a72c6c8376
URL: http://cgit.haiku-os.org/haiku/commit/?id=13586c0
Author: Matt Madia <mattmadia@xxxxxxxxx>
Date: Fri May 4 20:14:41 2012 UTC
Added a possible icon to replace Deskbar's R_TeamIcon resource
----------------------------------------------------------------------------
diff --git a/data/artwork/icons/TeamIcon b/data/artwork/icons/TeamIcon
new file mode 100644
index 0000000..91d5d00
Binary files /dev/null and b/data/artwork/icons/TeamIcon differ
############################################################################
Revision: hrev44106
Commit: 116dab1616d5a9e7a5061afea80b724086ab9e69
URL: http://cgit.haiku-os.org/haiku/commit/?id=116dab1
Author: Matt Madia <mattmadia@xxxxxxxxx>
Date: Fri May 4 20:16:12 2012 UTC
Updated ReadMe for zlib1g-dev dependency on Linux
----------------------------------------------------------------------------
diff --git a/ReadMe b/ReadMe
index 71ed7f1..70ad15e 100644
--- a/ReadMe
+++ b/ReadMe
@@ -60,6 +60,10 @@ The following tools are needed to compile Haiku for the ARM
platform
* Mtools (http://www.gnu.org/software/mtools/intro.html)
* sfdisk
+Specific: Linux
+---------------
+ * zlib1g-dev (for building GCC4 buildtools on Linux hosts)
+
Specific: Mac OS X
------------------
Other related posts:
- » [haiku-commits] haiku: hrev44106 - data/artwork/icons - mattmadia