Move TV app into haiku_extras package

As discussed at
https://discuss.haiku-os.org/t/what-does-the-tv-program-do/14511

Change-Id: I7d9501cad2b9d4b3c6898ec39398101727c2eee8
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7344
Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
Humdinger 2024-01-24 10:16:22 +01:00 committed by Jérôme Duval
parent b352d8ccd8
commit 15037a29f1
3 changed files with 3 additions and 4 deletions

View File

@ -29,7 +29,6 @@ SYSTEM_APPS += [ FFilterByBuildFeatures
People PoorMan PowerStatus People PoorMan PowerStatus
RemoteDesktop RemoteDesktop
Screenshot SerialConnect SoftwareUpdater SoundRecorder Screenshot SerialConnect SoftwareUpdater SoundRecorder
TV
] ; ] ;
DESKBAR_APPLICATIONS += DESKBAR_APPLICATIONS +=
@ -40,7 +39,6 @@ DESKBAR_APPLICATIONS +=
Magnify Mail MediaConverter MediaPlayer MidiPlayer Magnify Mail MediaConverter MediaPlayer MidiPlayer
People PoorMan People PoorMan
SerialConnect SoftwareUpdater SoundRecorder SerialConnect SoftwareUpdater SoundRecorder
TV
; ;
DESKBAR_DESKTOP_APPLETS += DESKBAR_DESKTOP_APPLETS +=

View File

@ -6,6 +6,8 @@ HaikuPackage $(extrasPackage) ;
## Apps Oddities ## Apps Oddities
AddFilesToPackage bin : acpi_call ; AddFilesToPackage bin : acpi_call ;
AddFilesToPackage apps : TV ;
AddSymlinkToPackage data deskbar menu Applications : apps : TV ;
## Driver Oddities ## Driver Oddities

View File

@ -2,8 +2,7 @@ name haiku_extras
version %HAIKU_VERSION% version %HAIKU_VERSION%
architecture %HAIKU_PACKAGING_ARCH% architecture %HAIKU_PACKAGING_ARCH%
summary "Haiku extra files" summary "Haiku extra files"
description "A delightfully hand-curated set of oddities and tidbits to description "A delightfully hand-curated set of oddities and tidbits to enhance your usage of Haiku."
enhance your usage of Haiku."
packager "The Haiku build system" packager "The Haiku build system"
vendor "Haiku Project" vendor "Haiku Project"