mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
De-lint recipes
* teeworlds Don't start SUMMARY with app name Re-ordered blocks * textsaver Don't start SUMMARY with app name Re-ordered blocks Corrected PROVIDES from apps to addon * tiff Don't start SUMMARY with app name Re-ordered blocks Removed duplicate REVISION * timecop Don't start SUMMARY with app name Re-ordered blocks * transmission Don't start SUMMARY with app name Re-ordered blocks * twolame Don't start SUMMARY with app name Re-ordered blocks * x264 Don't start SUMMARY with app name Re-ordered blocks * xemacs Don't start SUMMARY with app name Re-ordered blocks * xextproto Don't start SUMMARY with app name Improved SUMMARY and DESCRIPTION Re-ordered blocks * xtrans Don't start SUMMARY with app name Improved SUMMARY and DESCRIPTION Re-ordered blocks * zoo Don't start SUMMARY with app name Still in old BEP format * zsh Don't start SUMMARY with app name Re-ordered blocks
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
SUMMARY="XEmacs editor"
|
||||
DESCRIPTION="
|
||||
highly customizable open source text editor and application development system
|
||||
"
|
||||
SUMMARY="The famous XEmacs editor"
|
||||
DESCRIPTION="A highly customizable open source text editor and application \
|
||||
development system."
|
||||
HOMEPAGE="http://xemacs.org/"
|
||||
SOURCE_URI="hg+https://bitbucket.org/mmu_man/xemacs#24b993054953"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v3"
|
||||
COPYRIGHT="1998-2000 Hrvoje Niksic
|
||||
2000-2001 Michael Sperber
|
||||
2001 Ben Wing
|
||||
2001 Didier Verna
|
||||
2004 Stephen Turnbull
|
||||
2005-2006 Aidan Kehoe"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="hg+https://bitbucket.org/mmu_man/xemacs#24b993054953"
|
||||
|
||||
# TODO: FIXME:
|
||||
#Bootstrapping from temacs...
|
||||
#Warning:
|
||||
@@ -34,6 +34,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
#POLICY WARNING: no matching provides "cmd:ootags" for "bin/ootags"
|
||||
#POLICY WARNING: no matching provides "cmd:xemacs_21.5_b34" for "bin/xemacs-21.5-b34"
|
||||
#POLICY WARNING: no matching provides "cmd:xemacs_script" for "bin/xemacs-script
|
||||
|
||||
PROVIDES="
|
||||
xemacs$secondaryArchSuffix = $portVersion
|
||||
app:xemacs = $portVersion
|
||||
@@ -49,6 +50,7 @@ REQUIRES="
|
||||
# lib:libtiff$secondaryArchSuffix
|
||||
# lib:libxpm$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libiconv$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user