From: "Kerim Kocabaş" <kerimkocabas@tutanota.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/freetube-bin/
Date: Fri, 2 Apr 2021 17:38:06 +0000 (UTC) [thread overview]
Message-ID: <1617384705.d97cb6ed1b032293749153d58f5b8a6d23c983c2.kerimkocabas@gentoo> (raw)
commit: d97cb6ed1b032293749153d58f5b8a6d23c983c2
Author: Kerim Kocabaş <kerimkocabas <AT> tutanota <DOT> com>
AuthorDate: Fri Apr 2 17:31:45 2021 +0000
Commit: Kerim Kocabaş <kerimkocabas <AT> tutanota <DOT> com>
CommitDate: Fri Apr 2 17:31:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d97cb6ed
net-misc/freetube-bin:Update version to 0.12.0
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Kerim Kocabaş <kerimkocabas <AT> tutanota.com>
net-misc/freetube-bin/Manifest | 1 +
net-misc/freetube-bin/freetube-bin-0.12.0.ebuild | 38 ++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/net-misc/freetube-bin/Manifest b/net-misc/freetube-bin/Manifest
index 498e59888..7d4b999ea 100644
--- a/net-misc/freetube-bin/Manifest
+++ b/net-misc/freetube-bin/Manifest
@@ -1 +1,2 @@
DIST freetube_0.11.3_amd64.deb 73094328 BLAKE2B 16ff558d62957d342917d726269a2b96f808ba1a8e92d27e0fc567741c908b558f2a81c6e83786c1a866705fc786fd1727509d25bc857827615bf115c95af3ef SHA512 63fe0548defddfdce373f076343365e3cb051634f6b814efa68c502077e778b6bc5dd29f24d4f75aa13ae3629f0a73ebf282259d669d144e28f27b20a08db6ae
+DIST freetube_0.12.0_amd64.deb 74163338 BLAKE2B e684f4cf7a37ed6d41411bec6b3b9bf78d626e608f49f72e0fe21b84a7947049782a6df76883f91b7917fbc36f2af81967ca46df28972fd70c3156817e656b1f SHA512 1dc2fa1a5d3ab30b0734edf49b00fedbac008f9ddab4d01bcf4b069613e10d54b0a93eeda8263681a3e7d73a0b237e87fd5c58426551fc5acc87867943a8532b
diff --git a/net-misc/freetube-bin/freetube-bin-0.12.0.ebuild b/net-misc/freetube-bin/freetube-bin-0.12.0.ebuild
new file mode 100644
index 000000000..0dbf4ce0c
--- /dev/null
+++ b/net-misc/freetube-bin/freetube-bin-0.12.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop unpacker xdg
+
+DESCRIPTION="https://github.com/FreeTubeApp/FreeTube"
+HOMEPAGE="https://freetubeapp.io/"
+SRC_URI="https://github.com/FreeTubeApp/FreeTube/releases/download/v${PV}-beta/freetube_${PV}_amd64.deb"
+
+S="${WORKDIR}"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="/opt/FreeTube/*"
+
+DEPEND="net-print/cups"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ unpack_deb "${DISTDIR}"/freetube_"${PV}"_amd64.deb
+}
+
+src_install() {
+ DESTDIR="${D}"
+ insinto /opt
+ doins -r opt/*
+ domenu usr/share/applications/freetube.desktop
+ for size in {16,32,48,64,128,256}; do
+ doicon -s ${size} usr/share/icons/hicolor/${size}x${size}/apps/freetube.png
+ done
+ fperms 4755 /opt/FreeTube/chrome-sandbox || die
+ fperms +x /opt/FreeTube/freetube || die
+ dosym ../../opt/FreeTube/freetube /usr/bin/freetube-bin
+}
next reply other threads:[~2021-04-02 17:38 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-02 17:38 Kerim Kocabaş [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-17 18:24 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/freetube-bin/ Andrés Becerra
2025-10-14 19:50 Andrés Becerra
2025-10-14 4:51 RavFX
2025-09-16 14:11 RavFX
2025-08-23 19:42 RavFX
2025-08-18 18:02 RavFX
2025-08-10 5:44 RavFX
2025-08-10 5:44 RavFX
2025-05-02 6:49 RavFX
2025-05-02 6:49 RavFX
2025-04-25 0:11 demize
2025-04-24 20:11 Andrés Becerra
2025-04-24 20:05 Andrés Becerra
2025-03-30 19:10 Andrés Becerra
2025-02-23 21:17 Pedro Arizmendi
2025-02-03 11:16 Pedro Arizmendi
2024-12-14 15:37 Ronny Gutbrod
2024-10-29 16:33 Ronny Gutbrod
2024-10-29 16:33 Ronny Gutbrod
2024-08-09 15:41 Ronny Gutbrod
2024-07-28 18:31 Lucio Sauer
2024-07-28 18:31 Lucio Sauer
2024-07-28 16:31 Pedro Arizmendi
2024-07-16 11:01 Pedro Arizmendi
2024-07-11 16:13 Pedro Arizmendi
2024-07-11 15:53 Pedro Arizmendi
2024-07-11 15:52 Pedro Arizmendi
2024-06-24 18:28 Pedro Arizmendi
2024-04-05 10:47 Pedro Arizmendi
2024-04-05 10:46 Pedro Arizmendi
2024-03-03 18:46 Pedro Arizmendi
2023-10-09 10:18 Pedro Arizmendi
2023-09-14 17:59 Pedro Arizmendi
2022-08-12 7:04 Hayley Hughes
2022-08-03 13:53 Hayley Hughes
2022-02-28 21:51 Adrian Schollmeyer
2022-02-07 6:24 Hayley Hughes
2021-12-02 0:59 Hayley Hughes
2021-04-13 12:15 Andrew Ammerlaan
2021-04-06 0:15 Mustafa Salih
2021-03-28 10:52 Andrew Ammerlaan
2021-02-21 15:05 Simon van der Maas
2021-02-20 20:06 Simon van der Maas
2021-02-20 16:19 Simon van der Maas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1617384705.d97cb6ed1b032293749153d58f5b8a6d23c983c2.kerimkocabas@gentoo \
--to=kerimkocabas@tutanota.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox