xombrero: remove. unmaintained[1] and broken[2]. fixes #7475
[1]: https://github.com/conformal/xombrero: xombrero has been retired and is no longer under development and supported. [2]: https://github.com/voidlinux/void-packages/issues/7475
This commit is contained in:
parent
00e6e88343
commit
9010d9758c
1 changed files with 0 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
|||
# Template file for 'xombrero'
|
||||
pkgname=xombrero
|
||||
version=1.6.4
|
||||
revision=3
|
||||
hostmakedepends="pkg-config perl groff"
|
||||
makedepends="libbsd-devel gtk+3-devel gnutls-devel webkitgtk-devel"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="A minimalists web browser, vi-like but with traditional web browser behavior"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/conformal/xombrero"
|
||||
#distfiles="http://opensource.conformal.com/snapshots/$pkgname/$pkgname-$version.tgz"
|
||||
distfiles="http://fossies.org/linux/www/${pkgname}-${version}.tgz"
|
||||
checksum=3d818d22fa4b4fd6625522a8901ea695bbf6ae79074f4ec55a1ee16fdc5d2fd9
|
||||
|
||||
pre_build() {
|
||||
sed -i 's|https://www.cyphertite.com|http://www.voidlinux.eu|' xombrero.{c,conf,h}
|
||||
sed -i 's|/etc/ssl/cert.pem|/etc/ssl/certs/ca-certificates.crt|' xombrero.conf
|
||||
sed -i 's|/usr/local/share/xombrero/style.css|/usr/share/xombrero/style.css|' xombrero.conf
|
||||
sed -i 's|/usr/local/share/|/usr/share/|' {unix.c,xombrero.conf,xombrero.h}
|
||||
}
|
||||
do_build() {
|
||||
make -C linux PREFIX=/usr ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
make -C linux PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
vinstall xombrero.conf 644 etc/skel .xombrero.conf
|
||||
}
|
Loading…
Reference in a new issue