[haiku-commits] haiku: hrev47370 - build/jam/images/definitions

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 14 Jun 2014 01:29:21 +0200 (CEST)

hrev47370 adds 2 changesets to branch 'master'
old head: 47852bff02be873c48ec9399e7cc119502bb8c67
new head: a407032259626eea4247e4654da2638edcf6ee4a
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=a407032+%5E47852bf

----------------------------------------------------------------------------

e70b99d: build system: Replace tab wtih space

a407032: build system: Add SoundRecorder to Deskbar
  
  ... in the "regular" image definition. Fixes #10932

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

1 file changed, 2 insertions(+), 1 deletion(-)
build/jam/images/definitions/regular | 3 ++-

############################################################################

Commit:      e70b99da6aaa35598cf069d9585a2df8938ec414
URL:         http://cgit.haiku-os.org/haiku/commit/?id=e70b99d
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Fri Jun 13 23:25:55 2014 UTC

build system: Replace tab wtih space

----------------------------------------------------------------------------

diff --git a/build/jam/images/definitions/regular 
b/build/jam/images/definitions/regular
index c85e9c0..cec55ca 100644
--- a/build/jam/images/definitions/regular
+++ b/build/jam/images/definitions/regular
@@ -20,7 +20,7 @@ SYSTEM_APPS += [ FFilterByBuildFeatures
        HaikuDepot
        Icon-O-Matic Installer LaunchBox
        Magnify Mail MediaConverter MediaPlayer MidiPlayer
-       PackageInstaller People PoorMan PowerStatus
+       PackageInstaller People PoorMan PowerStatus
        Screenshot SerialConnect SoundRecorder
        TV
        WebWatch

############################################################################

Revision:    hrev47370
Commit:      a407032259626eea4247e4654da2638edcf6ee4a
URL:         http://cgit.haiku-os.org/haiku/commit/?id=a407032
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Fri Jun 13 23:27:44 2014 UTC

Ticket:      https://dev.haiku-os.org/ticket/10932

build system: Add SoundRecorder to Deskbar

... in the "regular" image definition. Fixes #10932

----------------------------------------------------------------------------

diff --git a/build/jam/images/definitions/regular 
b/build/jam/images/definitions/regular
index cec55ca..c883f36 100644
--- a/build/jam/images/definitions/regular
+++ b/build/jam/images/definitions/regular
@@ -32,6 +32,7 @@ DESKBAR_APPLICATIONS +=
        Icon-O-Matic Installer
        Magnify Mail MediaConverter MediaPlayer MidiPlayer
        People PoorMan
+       SoundRecorder
        TV
 ;
 


Other related posts:

  • » [haiku-commits] haiku: hrev47370 - build/jam/images/definitions - jscipione