mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tvbrowser: update to 4.2.1
This commit is contained in:
parent
cfba21bc03
commit
c5cbe90098
1 changed files with 5 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'tvbrowser'
|
# Template file for 'tvbrowser'
|
||||||
pkgname=tvbrowser
|
pkgname=tvbrowser
|
||||||
version=4.0.1
|
version=4.2.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="virtual?java-runtime hicolor-icon-theme bash"
|
depends="java-runtime>=11 hicolor-icon-theme bash"
|
||||||
short_desc="Ad free open source TV guide for more than 1000 channels"
|
short_desc="Ad free open source TV guide for more than 1000 channels"
|
||||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later, GPL-2.0-or-later, LPPL-1.0, Apache-2.0, LGPL-2.1-or-later, custom:other"
|
||||||
homepage="http://tvbrowser.org"
|
homepage="http://tvbrowser.org"
|
||||||
distfiles="${SOURCEFORGE_SITE}/tvbrowser/TV-Browser%20Releases%20%28Java%208%20and%20higher%29/${version}/tvbrowser_${version}_bin.tar.gz
|
distfiles="${SOURCEFORGE_SITE}/tvbrowser/TV-Browser%20Releases%20%28Java%2011%20and%20higher%29/${version}/tvbrowser_${version}_bin.tar.gz
|
||||||
http://www.tvbrowser.org/images/tvbrowser/tvbrowser_logo.svg"
|
http://www.tvbrowser.org/images/tvbrowser/tvbrowser_logo.svg"
|
||||||
checksum="f51eb0f419169cd14eadf8c3eb7bbed2f032ac619aaf373d2ffa2b665c8e1a2a
|
checksum="c198bc306c8693c0f9220637b011c4616543d41c79ba59c98cc9a878b83574fd
|
||||||
d5bcdf07965ef86fcaa0cb3e0dbde07ff370dd8af4e89d0d75f328e3c1631c4e"
|
d5bcdf07965ef86fcaa0cb3e0dbde07ff370dd8af4e89d0d75f328e3c1631c4e"
|
||||||
skip_extraction="tvbrowser_logo.svg"
|
skip_extraction="tvbrowser_logo.svg"
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@ do_install() {
|
||||||
vmkdir /usr/share/java/tvbrowser 755
|
vmkdir /usr/share/java/tvbrowser 755
|
||||||
vcopy \* /usr/share/java/tvbrowser
|
vcopy \* /usr/share/java/tvbrowser
|
||||||
vlicense COPYRIGHT.txt
|
vlicense COPYRIGHT.txt
|
||||||
vlicense LICENSE.txt
|
|
||||||
vinstall tvbrowser.desktop 644 /usr/share/applications
|
vinstall tvbrowser.desktop 644 /usr/share/applications
|
||||||
vbin tvbrowser.sh tvbrowser
|
vbin tvbrowser.sh tvbrowser
|
||||||
vinstall "${XBPS_SRCDISTDIR}/tvbrowser-${version}/tvbrowser_logo.svg" 644 /usr/share/icons/hicolor/scalable/apps tvbrowser.svg
|
vinstall "${XBPS_SRCDISTDIR}/tvbrowser-${version}/tvbrowser_logo.svg" 644 /usr/share/icons/hicolor/scalable/apps tvbrowser.svg
|
||||||
|
|
Loading…
Add table
Reference in a new issue