Improved summary/descriptions. Removed cmd:make_depend.

Increased revision of DocumetViewer, as the non-working package in HaikuDepot
already had revision -4.
This commit is contained in:
Humdinger
2015-03-15 17:18:01 +01:00
parent ee95c3c88e
commit a65776a243
4 changed files with 10 additions and 13 deletions

View File

@@ -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()

View File

@@ -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

View File

@@ -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()

View File

@@ -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
"