From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60FEF138334 for ; Thu, 1 Aug 2019 12:23:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 688D7E07A5; Thu, 1 Aug 2019 12:23:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A1F6E07A5 for ; Thu, 1 Aug 2019 12:23:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 547E0349165 for ; Thu, 1 Aug 2019 12:23:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6E676DB for ; Thu, 1 Aug 2019 12:23:11 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1564662175.82b63558d6ea8694426f566c6f7c56a1a54e5c67.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/tvbrowser-bin/Manifest media-tv/tvbrowser-bin/metadata.xml media-tv/tvbrowser-bin/tvbrowser-bin-4.0.1.ebuild X-VCS-Directories: media-tv/tvbrowser-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 82b63558d6ea8694426f566c6f7c56a1a54e5c67 X-VCS-Branch: master Date: Thu, 1 Aug 2019 12:23:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81a705c4-d211-4116-b096-ba0dffd39d87 X-Archives-Hash: b8aa94a923764668da59201b990ad8f0 commit: 82b63558d6ea8694426f566c6f7c56a1a54e5c67 Author: Harald Judt gmx at> AuthorDate: Tue May 14 08:47:08 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Aug 1 12:22:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b63558 media-tv/tvbrowser-bin: Themeable and easy to use TV Guide (bug #685744) New ebuild media-tv/tvbrowser-bin-4.0.1.ebuild: Themeable and easy to use TV Guide - written in Java. Signed-off-by: Harald Judt gmx.at> Closes: https://github.com/gentoo/gentoo/pull/11996 Signed-off-by: Joonas Niilola gentoo.org> media-tv/tvbrowser-bin/Manifest | 1 + media-tv/tvbrowser-bin/metadata.xml | 15 +++++++++ media-tv/tvbrowser-bin/tvbrowser-bin-4.0.1.ebuild | 40 +++++++++++++++++++++++ 3 files changed, 56 insertions(+) diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest new file mode 100644 index 00000000000..bd73ea9b7bd --- /dev/null +++ b/media-tv/tvbrowser-bin/Manifest @@ -0,0 +1 @@ +DIST tvbrowser_4.0.1_bin.tar.gz 7226562 BLAKE2B 30dca72b982a0ac4c8e90bc27a066fd52d5bf3f92b07b66384657c96dfc877a7524fad0f634f35ba33ad53cbe341dea6e054f99688d456af2df0770ba7c3d0e5 SHA512 7c509df05c0b66d96428eb1850cabf353ef7a33b902abab05717a768b3f195b60d0033a680beae3ab6f8ea8c0d9deb77fd3c8c1ce15d05af58f27418759fd01f diff --git a/media-tv/tvbrowser-bin/metadata.xml b/media-tv/tvbrowser-bin/metadata.xml new file mode 100644 index 00000000000..e65cdcf0aee --- /dev/null +++ b/media-tv/tvbrowser-bin/metadata.xml @@ -0,0 +1,15 @@ + + + + + h.judt@gmx.at + Harald Judt + + + proxy-maint@gentoo.org + Proxy Maintainers + + + tvbrowser + + diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.0.1.ebuild b/media-tv/tvbrowser-bin/tvbrowser-bin-4.0.1.ebuild new file mode 100644 index 00000000000..8b084f826f6 --- /dev/null +++ b/media-tv/tvbrowser-bin/tvbrowser-bin-4.0.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit desktop + +MY_PN="tvbrowser" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Themeable and easy to use TV Guide - written in Java" +HOMEPAGE="https://www.tvbrowser.org" +SRC_URI="mirror://sourceforge/project/tvbrowser/TV-Browser%20Releases%20%28Java%208%20and%20higher%29/${PV}/${MY_PN}_${PV}_bin.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="virtual/jdk:1.8" + +S="${WORKDIR}"/"${MY_P}" + +src_install() { + # Copy files and directories + insinto /opt/"${P}" + doins -r * + + # Generate launcher + exeinto /opt/bin + newexe - tvbrowser <<-_EOF_ + #!/bin/bash + export JAVA_OPTS="\${JAVA_OPTS} -Dpropertiesfile=/opt/${P}/linux.properties" + exec /bin/bash /opt/${P}/tvbrowser.sh "\$@" + _EOF_ + + # Generate desktop entry + make_desktop_entry tvbrowser "TV-Browser" \ + /opt/"${P}"/imgs/tvbrowser128.png \ + "AudioVideo;TV;Video" +}