Initial commit which adds overlay metadata and freetube-bin

This commit is contained in:
Siina Mashek 2023-08-30 01:32:02 +03:00
commit 1a3a810226
6 changed files with 99 additions and 0 deletions

5
README.adoc Normal file
View File

@ -0,0 +1,5 @@
= Criminally Cute Gentoo Overlay
Packages that Siina and company either cannot find or are not updated in `::gentoo` or `::guru`.

13
metadata/layout.conf Normal file
View File

@ -0,0 +1,13 @@
masters = gentoo
# Please keep this reasonably in sync with ::gentoo
manifest-hashes = BLAKE2B SHA512
manifest-required-hashes = BLAKE2B
update-changelog = false
cache-formats = md5-dict
thin-manifests = true
sign-commits = true
sign-manifests = false
# Let's start with new EAPIs if possible
eapis-banned = 0 1 2 3 4 5 6

View File

@ -0,0 +1 @@
DIST freetube_0.19.0_amd64.deb 67754066 BLAKE2B 630432367e556152e468b5c75785ba96f5163fde8cb47f68899d473a8bdd7477dceea4169a667b73f7b208e538656d3d05402b7164ea1ffc0cb46b2d2562221d SHA512 f1f691e18682a46fbe7bbec9bee14beab069cdfe649e465d05f6f9814fc187043f632a8e00a112365226c93da835a3129c6369de5cea9e0ed0a87ae0a8c194e8

View File

@ -0,0 +1,71 @@
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop unpacker xdg
DESCRIPTION="A private YouTube desktop client"
HOMEPAGE="https://freetubeapp.io/ https://github.com/FreeTubeApp/FreeTube"
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/freetube
/opt/FreeTube/libEGL.so
/opt/FreeTube/libffmpeg.so
/opt/FreeTube/libGLESv2.so
/opt/FreeTube/libvulkan.so*
/opt/FreeTube/chrome_crashpad_handler
/opt/FreeTube/chrome-sandbox
/opt/FreeTube/libvk_swiftshader.so
/opt/FreeTube/swiftshader/libEGL.so
/opt/FreeTube/swiftshader/libGLESv2.so
"
RDEPEND="
app-accessibility/at-spi2-atk:2
app-accessibility/at-spi2-core:2
dev-libs/atk
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
media-libs/alsa-lib
media-libs/mesa
net-print/cups
sys-apps/dbus
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXrandr
x11-libs/libdrm
x11-libs/libxcb
x11-libs/libxkbcommon
x11-libs/libxshmfence
x11-libs/pango
"
src_install() {
insinto /opt
doins -r opt/*
domenu usr/share/applications/freetube.desktop
doicon -s scalable usr/share/icons/hicolor/scalable/apps/freetube.svg
fperms 4755 /opt/FreeTube/chrome-sandbox || die
fperms +x /opt/FreeTube/freetube || die
dosym -r /opt/FreeTube/freetube /usr/bin/freetube-bin
}

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>siina@criminallycute.fi</email>
<name>Siina Mashek</name>
</maintainer>
</pkgmetadata>

1
profiles/repo_name Normal file
View File

@ -0,0 +1 @@
criminallycute