New package: bluefish-2.2.4.
This commit is contained in:
parent
a94eae3a81
commit
d133112404
1 changed files with 23 additions and 0 deletions
23
srcpkgs/bluefish/template
Normal file
23
srcpkgs/bluefish/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'bluefish'
|
||||
pkgname=bluefish
|
||||
version=2.2.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-spell-check --disable-update-databases --disable-xml-catalog-update"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="python-devel libxml2-devel gtk+-devel enchant-devel gucharmap-devel xmlcatmgr"
|
||||
short_desc="A powerful HTML editor for experienced web designers and programmers"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://bluefish.openoffice.nl/"
|
||||
distfiles="http://www.bennewitz.com/bluefish/stable/source/bluefish-${version}.tar.bz2"
|
||||
checksum=771621d848af6342fbab50a52bc7d6fddb29c4616f31ab939c508175c146b3a3
|
||||
|
||||
bluefish_package() {
|
||||
xml_entries="nextCatalog /usr/share/xml/bluefish/catalog.xml --"
|
||||
pycompile_dirs="/usr/share/bluefish"
|
||||
depends="python hicolor-icon-theme desktop-file-utils xmlcatmgr"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue