From a65776a24378e0ec438deae3329ac0f71082bec7 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 15 Mar 2015 17:18:01 +0100 Subject: [PATCH] Improved summary/descriptions. Removed cmd:make_depend. Increased revision of DocumetViewer, as the non-working package in HaikuDepot already had revision -4. --- haiku-apps/desknotes/desknotes-1.1.recipe | 9 ++++----- haiku-apps/documentviewer/documentviewer-0.3_git.recipe | 2 +- haiku-apps/mev/mev-0.9.0.recipe | 5 ++--- haiku-apps/seeker/seeker-1.0.recipe | 7 +++---- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/haiku-apps/desknotes/desknotes-1.1.recipe b/haiku-apps/desknotes/desknotes-1.1.recipe index b3e0aa36d..2dae27c5b 100644 --- a/haiku-apps/desknotes/desknotes-1.1.recipe +++ b/haiku-apps/desknotes/desknotes-1.1.recipe @@ -1,11 +1,11 @@ -SUMMARY="A simple note replicant-capable program" +SUMMARY="A tool to put simple sticky notes on the Desktop" DESCRIPTION=" -With DeskNotes, you can now leave little notes all over your desktop \ +With DeskNotes you can leave little sticky notes all over your desktop, \ reminding you of things to do. The main difference between DeskNotes and \ -other Note utilities for Haiku, is that DeskNotes is designed to be used \ +other note utilities for Haiku is, that DeskNotes is designed to be used \ as a replicant. This means that when you tear a note from the DeskNotes \ application onto your desktop, it stays there! You don't have to save it \ -before rebooting, or fiddle with your bootscript. +before rebooting, or fiddle with your UserBootscript. " HOMEPAGE="https://github.com/HaikuArchives/DeskNotes" @@ -31,7 +31,6 @@ BUILD_PREREQUIRES=" makefile_engine cmd:make cmd:gcc - cmd:mkdepend " BUILD() diff --git a/haiku-apps/documentviewer/documentviewer-0.3_git.recipe b/haiku-apps/documentviewer/documentviewer-0.3_git.recipe index d8e6d0126..ea76500b2 100644 --- a/haiku-apps/documentviewer/documentviewer-0.3_git.recipe +++ b/haiku-apps/documentviewer/documentviewer-0.3_git.recipe @@ -4,7 +4,7 @@ LICENSE="MIT" COPYRIGHT="2010-2014 Haiku, Inc" HOMEPAGE="http://github.com/HaikuArchives/DocumentViewer" SRC_URI="git://github.com/HaikuArchives/DocumentViewer#044c2f3" -REVISION="4" +REVISION="5" ARCHITECTURES="x86 x86_64" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then # x86_gcc2 is fine as primary target architecture as long as we're building diff --git a/haiku-apps/mev/mev-0.9.0.recipe b/haiku-apps/mev/mev-0.9.0.recipe index 53f5d3fc6..a49ee00f7 100644 --- a/haiku-apps/mev/mev-0.9.0.recipe +++ b/haiku-apps/mev/mev-0.9.0.recipe @@ -1,6 +1,6 @@ -SUMMARY="Media sequencer for Haiku" +SUMMARY="A Media sequencer" DESCRIPTION=" -Based on a MIDI Sequencer developed by Talin, MeV is currently being updated \ +Based on a MIDI sequencer developed by Talin, MeV is currently being updated \ to run on Haiku. The long term goal is to completely separate the sequencer \ framework & engine from the handling of specific media types." LICENSE="MPL v1.1" @@ -23,7 +23,6 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:make cmd:gcc - cmd:mkdepend " BUILD() diff --git a/haiku-apps/seeker/seeker-1.0.recipe b/haiku-apps/seeker/seeker-1.0.recipe index e7cd3286a..1e40d3b35 100644 --- a/haiku-apps/seeker/seeker-1.0.recipe +++ b/haiku-apps/seeker/seeker-1.0.recipe @@ -1,8 +1,8 @@ SUMMARY="A file management program similar to Windows Explorer" DESCRIPTION="The goal for Seeker is to provide an alternate means of file \ -management for BeOS, providing easy interaction with Tracker and Terminal \ -and allowing the user to work. It's currently quite useful as it is, and \ -more features are planned for the future." +management, providing easy interaction with Tracker and Terminal. It's \ +currently quite useful as it is, and more features are planned for the future. +" HOMEPAGE="https://github.com/HaikuArchives/Seeker" LICENSE="MIT" COPYRIGHT="DarkWyrm" @@ -29,7 +29,6 @@ BUILD_PREREQUIRES=" makefile_engine cmd:gcc cmd:ld - cmd:mkdepend cmd:make "