xombrero: update to 1.6.4.
This commit is contained in:
parent
ca67800320
commit
5b20b4dc89
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xombrero'
|
# Template file for 'xombrero'
|
||||||
pkgname=xombrero
|
pkgname=xombrero
|
||||||
version=1.6.3
|
version=1.6.4
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="pkg-config perl groff"
|
hostmakedepends="pkg-config perl groff"
|
||||||
makedepends="libbsd-devel gtk+3-devel gnutls-devel webkitgtk-devel desktop-file-utils"
|
makedepends="libbsd-devel gtk+3-devel gnutls-devel webkitgtk-devel desktop-file-utils"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
|
@ -11,7 +11,7 @@ license="ISC"
|
||||||
homepage="https://opensource.conformal.com/wiki/xombrero"
|
homepage="https://opensource.conformal.com/wiki/xombrero"
|
||||||
#distfiles="http://opensource.conformal.com/snapshots/$pkgname/$pkgname-$version.tgz"
|
#distfiles="http://opensource.conformal.com/snapshots/$pkgname/$pkgname-$version.tgz"
|
||||||
distfiles="http://fossies.org/linux/www/${pkgname}-${version}.tgz"
|
distfiles="http://fossies.org/linux/www/${pkgname}-${version}.tgz"
|
||||||
checksum=481011c136206f7aa3ab4cdf49ad77f81df4d5585f9e9a20c651bfaaaa537f79
|
checksum=3d818d22fa4b4fd6625522a8901ea695bbf6ae79074f4ec55a1ee16fdc5d2fd9
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i 's|https://www.cyphertite.com|http://www.voidlinux.eu|' xombrero.{c,conf,h}
|
sed -i 's|https://www.cyphertite.com|http://www.voidlinux.eu|' xombrero.{c,conf,h}
|
||||||
|
@ -19,11 +19,9 @@ pre_build() {
|
||||||
sed -i 's|/usr/local/share/xombrero/style.css|/usr/share/xombrero/style.css|' 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}
|
sed -i 's|/usr/local/share/|/usr/share/|' {unix.c,xombrero.conf,xombrero.h}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make -C linux PREFIX=/usr ${makejobs}
|
make -C linux PREFIX=/usr ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make -C linux PREFIX=/usr DESTDIR=${DESTDIR} install
|
make -C linux PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||||
vinstall xombrero.conf 644 etc/skel .xombrero.conf
|
vinstall xombrero.conf 644 etc/skel .xombrero.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue