uzbl: split uzbl-tabbed into its own package
This commit is contained in:
parent
a95cd17074
commit
d92ae8c21b
2 changed files with 14 additions and 3 deletions
1
srcpkgs/uzbl-tabbed
Symbolic link
1
srcpkgs/uzbl-tabbed
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
uzbl
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'uzbl'
|
# Template file for 'uzbl'
|
||||||
pkgname=uzbl
|
pkgname=uzbl
|
||||||
version=0.9.1
|
version=0.9.1
|
||||||
revision=1
|
revision=2
|
||||||
pycompile_module="uzbl"
|
pycompile_module="uzbl"
|
||||||
hostmakedepends="pkg-config python3-setuptools"
|
hostmakedepends="pkg-config python3-setuptools"
|
||||||
makedepends="libsoup-devel webkitgtk-devel glib-devel"
|
makedepends="libsoup-devel webkitgtk-devel glib-devel"
|
||||||
depends="python3-six"
|
depends="python3-setuptools python3-six"
|
||||||
short_desc="Web interface tools which adhere to the unix philosophy"
|
short_desc="Web interface tools which adhere to the unix philosophy"
|
||||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.uzbl.org/"
|
homepage="http://www.uzbl.org/"
|
||||||
distfiles="https://github.com/uzbl/uzbl/archive/v${version}.tar.gz"
|
distfiles="https://github.com/uzbl/uzbl/archive/v${version}.tar.gz"
|
||||||
checksum=e01c3220378b1d539567d5287f8fea7466f7817873858917d22d72bccad63e2c
|
checksum=b5d6a0ffa602839f338af80b286c3550b85e68dd2412ccad3fea896ad2501ae9
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i "s/tarball_check=''/tarball_check='notempty'/" misc/hash.sh
|
sed -i "s/tarball_check=''/tarball_check='notempty'/" misc/hash.sh
|
||||||
|
@ -28,3 +28,13 @@ do_install() {
|
||||||
post_install() {
|
post_install() {
|
||||||
sed -i "s!/etc/ssl/certs/ca-bundle.crt!/etc/ssl/certs/ca-certificates.crt!" ${DESTDIR}/usr/share/uzbl/examples/config/config
|
sed -i "s!/etc/ssl/certs/ca-bundle.crt!/etc/ssl/certs/ca-certificates.crt!" ${DESTDIR}/usr/share/uzbl/examples/config/config
|
||||||
}
|
}
|
||||||
|
|
||||||
|
uzbl-tabbed_package() {
|
||||||
|
replaces="uzbl<0.9.1_2"
|
||||||
|
short_desc="Tabbed interface to Uzbl"
|
||||||
|
depends="uzbl-${version}_${revision} pygtk"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/bin/uzbl-tabbed
|
||||||
|
vmove usr/share/applications/uzbl-tabbed.desktop
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue