mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
qemacs: Update recipe for 0.4.0dev
- use a specific date for CVS checkout - add an HVIF icon
This commit is contained in:
@@ -13,13 +13,13 @@ The provided qemacs-pe2qe script converts your Pe color settings to the Qemacs \
|
||||
syntax.
|
||||
"
|
||||
HOMEPAGE="http://bellard.org/qemacs/"
|
||||
SRC_URI="cvs://:pserver:anonymous@cvs.savannah.nongnu.org:/sources/qemacs/qemacs"
|
||||
SRC_URI="cvs://:pserver:anonymous@cvs.savannah.nongnu.org:/sources/qemacs/qemacs#07/19/2014"
|
||||
#CHECKSUM_MD5=""
|
||||
REVISION="1"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2000-2003 Fabrice Bellard"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -53,6 +53,8 @@ BUILD_PREREQUIRES="
|
||||
cmd:texi2html
|
||||
"
|
||||
|
||||
PATCHES="qemacs-0.4.0dev.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./configure --prefix=$prefix --datadir=$dataDir --mandir=$manDir
|
||||
@@ -63,6 +65,7 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
install -m 755 haiku-pe2qe.sh $binDir/qemacs-pe2qe
|
||||
addResourcesToBinaries qemacs.rdef $binDir/qemacs
|
||||
addAppDeskbarSymlink $binDir/qe QEmacs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user