New package: tvbrowser-3.4.1.0_1
This commit is contained in:
parent
2ff50e3571
commit
e6fd2a6a25
33
srcpkgs/tvbrowser/template
Normal file
33
srcpkgs/tvbrowser/template
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Template file for 'tvbrowser'
|
||||
pkgname="tvbrowser"
|
||||
version="3.4.1.0"
|
||||
revision=1
|
||||
short_desc="Ad free open source TV guide for more than 1000 channels"
|
||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://tvbrowser.org"
|
||||
distfiles="${SOURCEFORGE_SITE}/tvbrowser/TV-Browser%20Releases%20%28Java%206%20and%20higher%29/${version}/tvbrowser_${version}_bin.tar.gz
|
||||
http://www.tvbrowser.org/images/tvbrowser/tvbrowser_logo.svg"
|
||||
checksum="4b5e8c87774470688cadc2f8568777237e231de7cc5cd8bf43b42f0af7e40992
|
||||
b8f8c8bade17ad3667e6cebb837288430458c9ce0eee6e7b09c7d37c1454fece"
|
||||
skip_extraction="tvbrowser_logo.svg"
|
||||
noarch=1
|
||||
depends="virtual?java-runtime hicolor-icon-theme bash"
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/^#PROGRAM_DIR="[^"]*/PROGRAM_DIR="\/usr\/share\/java\/tvbrowser/' tvbrowser.sh
|
||||
sed -i 's/tvbrowser.sh/tvbrowser/g' tvbrowser.desktop
|
||||
sed -i 's/imgs\/tvbrowser128\.png/tvbrowser/g' tvbrowser.desktop
|
||||
}
|
||||
do_install() {
|
||||
vmkdir /usr/share/java/tvbrowser 755
|
||||
vcopy \* /usr/share/java/tvbrowser
|
||||
vlicense COPYRIGHT.txt
|
||||
vlicense LICENSE.txt
|
||||
vinstall tvbrowser.desktop 644 /usr/share/applications
|
||||
vbin tvbrowser.sh tvbrowser
|
||||
vinstall "${XBPS_SRCDISTDIR}/tvbrowser-${version}/tvbrowser_logo.svg" 644 /usr/share/icons/hicolor/scalable/apps tvbrowser.svg
|
||||
for _s in 16 32 48 128; do
|
||||
vinstall "imgs/tvbrowser${_s}.png" 644 "/usr/share/icons/hicolor/${_s}x${_s}/apps" tvbrowser.png
|
||||
done
|
||||
}
|
3
srcpkgs/tvbrowser/update
Normal file
3
srcpkgs/tvbrowser/update
Normal file
|
@ -0,0 +1,3 @@
|
|||
site="http://www.tvbrowser.org/index.php?id=download"
|
||||
pattern='<h2>TV-Browser \K[\d.]+(?=</h2>)'
|
||||
|
Loading…
Reference in New Issue
Block a user