mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
Compare commits
9 Commits
6bae686cde
...
6a150d9d88
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a150d9d88 | ||
|
|
9a20452d12 | ||
|
|
9b4e4cf387 | ||
|
|
4d2a73053d | ||
|
|
183e47a1c2 | ||
|
|
37475ba38d | ||
|
|
89c09a4799 | ||
|
|
913aa23459 | ||
|
|
0b6401f37a |
@@ -1 +1 @@
|
||||
DIST mommy-1.6.0.gh.tar.gz 881248 BLAKE2B fdb71bcdc1a016a293dad65c76f8ce47956c4f715245c1151add80e27f508827635e848353a8038fd9180cb0863287c373195afb02c9a1b169aed504dbb478f7 SHA512 41a3385bed8f8600258f317e7b4f596634dcfc1c9b1ae9e8a7618f21a43fa70f852b088e1e3ecb121513b4437908504af66dd33818ab513fcd9c7b3d398240ad
|
||||
DIST mommy-1.8.0.gh.tar.gz 887884 BLAKE2B 8870d24b9e0238ecd75685c4b512d8ec74244c9a150f507e66a8ab4f1c1043425b0cf14e5c5bfb77863c26a7e367876511f5d392ade889c8b756d956e753e2ec SHA512 986d2cc84c81d926dd0a5935d4884c0ccb183ebd64b22cb96d7884db3dafb680422406943c1b25aaaaf026682953cb2b5e564e3b1f231db5fa059392c606570a
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
DIST hydralauncher-3.8.1.x86_64.rpm 145921813 BLAKE2B 86c118e86105ce6541dfcbd2b7a3d1b563fdd132fd33e9dcd2d6b0540c8c6f4298825b89af6baa7fecba074231654d56a43804c9af3a9f4a82635803a9b055b3 SHA512 7941292f934d297cb8f17b99aa34daa68c2f1318fdae200620d1d4b19d78186d18dd41d74e3745521f3a2755c225e47dd47bdf9c9250c380c2ca3366ee8cb7ea
|
||||
DIST hydralauncher-3.8.3.x86_64.rpm 160044397 BLAKE2B d14f3109711cedb586f9f6fce3947730425a9d6ce4bb27e705f15d03e75fa1d1c5684f678bb8226caa4dd5f1427c3f9ef66449a5f32a243d1487c76444fb7a02 SHA512 5fc78c6f200653f8439eca6167c3c3d79669e7d4e12789af8c7700f1f90a26845894dc6b8f66b1b7ef991c592da9f9f29f3e90b510ffed6ab18c707925b78047
|
||||
|
||||
@@ -0,0 +1,76 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop rpm xdg
|
||||
|
||||
DESCRIPTION="Open-source gaming platform and launcher"
|
||||
HOMEPAGE="https://github.com/hydralauncher/hydra"
|
||||
SRC_URI="amd64? ( https://github.com/hydralauncher/hydra/releases/download/v${PV}/hydralauncher-${PV}.x86_64.rpm )"
|
||||
|
||||
S="${WORKDIR}"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64"
|
||||
QA_PREBUILT="*"
|
||||
RESTRICT="bindist mirror strip"
|
||||
|
||||
RDEPEND="
|
||||
app-accessibility/at-spi2-core
|
||||
dev-libs/expat
|
||||
dev-libs/glib:2
|
||||
dev-libs/nspr
|
||||
dev-libs/nss
|
||||
media-libs/alsa-lib
|
||||
media-libs/fontconfig
|
||||
media-libs/mesa
|
||||
net-misc/aria2
|
||||
net-print/cups
|
||||
sys-apps/dbus
|
||||
virtual/zlib
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libdrm
|
||||
x11-libs/libX11
|
||||
x11-libs/libxcb
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXdamage
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXrandr
|
||||
x11-libs/pango"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
local pb=opt/Hydra/resources/app.asar.unpacked/node_modules/classic-level/prebuilds
|
||||
find "${pb}" -mindepth 1 -maxdepth 1 -type d ! -name linux-x64 -exec rm -rf {} \; || die
|
||||
rm -rf "${pb}"/linux-x64/*.musl.node || die
|
||||
|
||||
local sharp_base=opt/Hydra/resources/app.asar.unpacked/node_modules/@img
|
||||
rm -rf "${sharp_base}"/*-linuxmusl-x64 || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /opt
|
||||
doins -r opt/Hydra
|
||||
|
||||
find opt/Hydra -type f -executable | while IFS= read -r exe; do
|
||||
fperms +x "/${exe}"
|
||||
done
|
||||
|
||||
fowners root "/opt/Hydra/chrome-sandbox"
|
||||
fperms 4711 "/opt/Hydra/chrome-sandbox"
|
||||
|
||||
domenu usr/share/applications/hydralauncher.desktop
|
||||
doicon -s 512 usr/share/icons/hicolor/512x512/apps/hydralauncher.png
|
||||
|
||||
exeinto /usr/bin
|
||||
newexe - hydralauncher <<-'EOF'
|
||||
#!/bin/sh
|
||||
export LD_LIBRARY_PATH="/opt/Hydra:\${LD_LIBRARY_PATH}"
|
||||
exec /opt/Hydra/hydralauncher "\$@"
|
||||
EOF
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
DIST klassy-6.5.tar.gz 43996863 BLAKE2B 17cd83430b7e71205a4272488333bd03f0216a8fd41f47521e4e63b3d11afa67d2707cf242ae32de5d348a97fc8cac8dc1325b0a35cda5b406a45fd544b39708 SHA512 44cdf39d9331f961e9b42c5d31c2c4ad68e6a6ca8afccccd9e1772decd630311c5cf76598774171b5ecb53747032cddb37785153a7bd9501a7999a8b83cdcdfe
|
||||
DIST klassy-6.5.1.tar.gz 43996752 BLAKE2B 2025d6387cd3678567d815796d92b7341dcd8b041aa5f9a15278b9875813cc9fc05f64101bfc4a4a82d01255cb3a2a1ce53d8bbf27c62d382321a716a46fa831 SHA512 005cc818517011352a460c72fe584b1251596f0474fb2370e9f2c8d68f7b4774b82069ad35e3759060219263de49cdb2f21e3b55f6f44ffc4251ae01c6e383c5
|
||||
|
||||
@@ -7,7 +7,7 @@ KF5MIN=5.102.0
|
||||
KFMIN=6.18.0
|
||||
QTMIN=6.9.0
|
||||
|
||||
inherit cmake
|
||||
inherit cmake xdg-utils
|
||||
|
||||
DESCRIPTION="Klassy QT6 window decoration theme for KDE Plasma 6.5+"
|
||||
HOMEPAGE="https://github.com/paulmcauley/klassy"
|
||||
@@ -7,7 +7,7 @@ KF5MIN=5.102.0
|
||||
KFMIN=6.18.0
|
||||
QTMIN=6.9.0
|
||||
|
||||
inherit git-r3 cmake
|
||||
inherit git-r3 cmake xdg-utils
|
||||
|
||||
DESCRIPTION="Klassy QT6 window decoration theme for KDE Plasma 6.5+"
|
||||
HOMEPAGE="https://github.com/paulmcauley/klassy"
|
||||
|
||||
@@ -6,6 +6,6 @@ INHERIT=shell-completion
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=Unlicense
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/FWDekker/mommy/archive/refs/tags/v1.6.0.tar.gz -> mommy-1.6.0.gh.tar.gz
|
||||
SRC_URI=https://github.com/FWDekker/mommy/archive/refs/tags/v1.8.0.tar.gz -> mommy-1.8.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16
|
||||
_md5_=352cbc16711c8285a43b0f1566a60267
|
||||
15
metadata/md5-cache/games-util/hydra-launcher-bin-3.8.3
Normal file
15
metadata/md5-cache/games-util/hydra-launcher-bin-3.8.3
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=app-arch/rpm2targz
|
||||
DEFINED_PHASES=install postinst postrm preinst prepare unpack
|
||||
DESCRIPTION=Open-source gaming platform and launcher
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/hydralauncher/hydra
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=desktop rpm xdg
|
||||
KEYWORDS=-* ~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=app-accessibility/at-spi2-core dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/mesa net-misc/aria2 net-print/cups sys-apps/dbus virtual/zlib x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/pango
|
||||
RESTRICT=bindist mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/hydralauncher/hydra/releases/download/v3.8.3/hydralauncher-3.8.3.x86_64.rpm )
|
||||
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc estack c61c368a76fdf3a82fdf8dbaebea3804 rpm a07e59be6cf48ed85e624a41e8a7a832 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=156eea742207667e45910f42c8342c87
|
||||
@@ -4,12 +4,12 @@ DEPEND=>=dev-qt/qtbase-6.9.0:6 >=dev-qt/qtdeclarative-6.9.0:6 >=dev-qt/qtsvg-6.9
|
||||
DESCRIPTION=Klassy QT6 window decoration theme for KDE Plasma 6.5+
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/paulmcauley/klassy
|
||||
INHERIT=cmake
|
||||
INHERIT=cmake xdg-utils
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-2.1+ MIT
|
||||
RDEPEND=>=dev-qt/qtbase-6.9.0:6 >=dev-qt/qtdeclarative-6.9.0:6 >=dev-qt/qtsvg-6.9.0:6 >=kde-frameworks/frameworkintegration-5.102.0:5 >=kde-frameworks/frameworkintegration-6.18.0:6 >=kde-frameworks/kcmutils-5.102.0:5 >=kde-frameworks/kcmutils-6.18.0:6 >=kde-frameworks/kconfigwidgets-5.102.0:5 >=kde-frameworks/kiconthemes-5.102.0:5 >=kde-frameworks/kwindowsystem-5.102.0:5 kde-frameworks/extra-cmake-modules kde-frameworks/kcolorscheme kde-frameworks/kconfig kde-frameworks/kcoreaddons kde-frameworks/kguiaddons kde-frameworks/ki18n kde-frameworks/kiconthemes kde-frameworks/kirigami kde-frameworks/kwidgetsaddons kde-frameworks/kwindowsystem kde-plasma/kdecoration x11-misc/xdg-utils
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/paulmcauley/klassy/archive/refs/tags/v6.5.tar.gz -> klassy-6.5.tar.gz
|
||||
SRC_URI=https://github.com/paulmcauley/klassy/archive/refs/tags/v6.5.1.tar.gz -> klassy-6.5.1.tar.gz
|
||||
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
|
||||
_md5_=bf97bcf4c408498307c86a77816fb6e8
|
||||
_md5_=ee7f7b25bf0b9067a0912ed4416f519c
|
||||
@@ -4,11 +4,11 @@ DEPEND=>=dev-qt/qtbase-6.9.0:6 >=dev-qt/qtdeclarative-6.9.0:6 >=dev-qt/qtsvg-6.9
|
||||
DESCRIPTION=Klassy QT6 window decoration theme for KDE Plasma 6.5+
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/paulmcauley/klassy
|
||||
INHERIT=git-r3 cmake
|
||||
INHERIT=git-r3 cmake xdg-utils
|
||||
LICENSE=GPL-2 GPL-2+ GPL-3 GPL-3+ LGPL-2.1+ MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=>=dev-qt/qtbase-6.9.0:6 >=dev-qt/qtdeclarative-6.9.0:6 >=dev-qt/qtsvg-6.9.0:6 >=kde-frameworks/frameworkintegration-5.102.0:5 >=kde-frameworks/frameworkintegration-6.18.0:6 >=kde-frameworks/kcmutils-5.102.0:5 >=kde-frameworks/kcmutils-6.18.0:6 >=kde-frameworks/kconfigwidgets-5.102.0:5 >=kde-frameworks/kiconthemes-5.102.0:5 >=kde-frameworks/kwindowsystem-5.102.0:5 kde-frameworks/extra-cmake-modules kde-frameworks/kcolorscheme kde-frameworks/kconfig kde-frameworks/kcoreaddons kde-frameworks/kguiaddons kde-frameworks/ki18n kde-frameworks/kiconthemes kde-frameworks/kirigami kde-frameworks/kwidgetsaddons kde-frameworks/kwindowsystem kde-plasma/kdecoration x11-misc/xdg-utils
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 5691a3da96eac88f135cf3596b8c2c3c
|
||||
_md5_=7735e1500141ea67937e940e705a97dd
|
||||
_md5_=cdd81c68a9b029bb38a45b097b85fe8c
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
DEFINED_PHASES=install
|
||||
DESCRIPTION=OpenPGP keys used by Simon Ser
|
||||
EAPI=8
|
||||
HOMEPAGE=https://emersion.fr/about
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
|
||||
LICENSE=public-domain
|
||||
SLOT=0
|
||||
SRC_URI=https://emersion.fr/.well-known/openpgpkey/hu/dj3498u4hyyarh35rkjfnghbjxug6b19 -> openpgp-keys-emersion-20240714.asc
|
||||
_md5_=04ed3045cf737a0bc1afaaef94cd2dcb
|
||||
14
metadata/md5-cache/www-client/zen-bin-1.18.4b
Normal file
14
metadata/md5-cache/www-client/zen-bin-1.18.4b
Normal file
@@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=install postinst postrm
|
||||
DEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa net-print/cups sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango
|
||||
DESCRIPTION=Zen Browser - A fast, privacy-focused Firefox fork
|
||||
EAPI=8
|
||||
HOMEPAGE=https://zen-browser.app/
|
||||
INHERIT=desktop xdg-utils
|
||||
KEYWORDS=~amd64 ~arm64
|
||||
LICENSE=MPL-2.0
|
||||
RDEPEND=app-accessibility/at-spi2-core:2 dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa net-print/cups sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/pango
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/zen-browser/desktop/releases/download/1.18.4b/zen.linux-x86_64.tar.xz -> zen-bin-1.18.4b-amd64.tar.xz ) arm64? ( https://github.com/zen-browser/desktop/releases/download/1.18.4b/zen.linux-aarch64.tar.xz -> zen-bin-1.18.4b-arm64.tar.xz )
|
||||
_eclasses_=desktop 26d57169ca094c04be416993844ec8bc xdg-utils 42869b3c8d86a70ef3cf75165a395e09
|
||||
_md5_=cc1151a7895f7f6342fe9aa878141683
|
||||
15
metadata/md5-cache/x11-terms/weltschmerz-1.9.0
Normal file
15
metadata/md5-cache/x11-terms/weltschmerz-1.9.0
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=|| ( dev-lang/vala:0.56 ) sys-devel/gettext verify-sig? ( sec-keys/signify-keys-oriole-systems ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array verify-sig? ( app-crypt/signify )
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=>=x11-libs/vte-0.78.3:2.91[vala]
|
||||
DESCRIPTION=A terminal emulator in Vala
|
||||
EAPI=8
|
||||
HOMEPAGE=https://oriole.systems/posts/weltschmerz
|
||||
INHERIT=meson vala verify-sig
|
||||
IUSE=verify-sig
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=ISC
|
||||
RDEPEND=>=x11-libs/vte-0.78.3:2.91[vala]
|
||||
SLOT=0
|
||||
SRC_URI=https://git.oriole.systems/weltschmerz/snapshot/weltschmerz-1.9.0.tar.gz verify-sig? ( https://git.oriole.systems/weltschmerz/snapshot/weltschmerz-1.9.0.tar.gz.asc -> weltschmerz-1.9.0.sha.sig )
|
||||
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 sysroot c04c5ad99aee3e5b1404af749523ca96 rust-toolchain 76468983281b0a7fc167ca224f84ecfd meson ee14b47f310c323b82e6655787cd65ed vala b2f2aa400d77b841d952dda847e24d53 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig ece4c893b6bd62eacbc4d25958e857f8
|
||||
_md5_=d0bf5d7d3ce96c3059ab9dc53990177b
|
||||
@@ -367,7 +367,7 @@ app-shells/fzf-fish 10.3: Augment your fish command line with fzf key bindings
|
||||
app-shells/fzf-tab 0_pre20230611: Replace zsh's default completion selection menu with fzf
|
||||
app-shells/igr 9999: Interactive rg (ripgrep) wrapper in fzf: Interactive GRep (search)
|
||||
app-shells/manpager 0.0.3: colorize man pages
|
||||
app-shells/mommy 1.6.0: mommy's here to support you, in any shell, on any system~
|
||||
app-shells/mommy 1.8.0: mommy's here to support you, in any shell, on any system~
|
||||
app-shells/mrsh 9999: minimal strictly POSIX compliant shell
|
||||
app-shells/ohmyzsh 9999: A framework for managing your zsh configuration.
|
||||
app-shells/pokemon-colorscripts 9999: Pokemon unicode sprites for your terminal!
|
||||
@@ -1179,7 +1179,7 @@ games-util/gamehub 0.16.3.2-r2: GameHub is a unified library for all your games
|
||||
games-util/goverlay 1.2: Graphical UI to help manage Linux game overlays (MangoHud).
|
||||
games-util/grapejuice 7.20.12 9999: A Wine+Roblox management application
|
||||
games-util/hid-nintendo 9999: A Nintendo HID kernel module
|
||||
games-util/hydra-launcher-bin 3.8.1: Open-source gaming platform and launcher
|
||||
games-util/hydra-launcher-bin 3.8.1 3.8.3: Open-source gaming platform and launcher
|
||||
games-util/input-remapper 2.1.1 2.2.0 9999: A tool to change and program the mapping of your input device buttons
|
||||
games-util/itch-bin 25.5.1-r2 26.1.9: itch.io game browser, installer and launcher
|
||||
games-util/legendary 0.20.34-r2: A free and open-source replacement for the Epic Games Launcher
|
||||
@@ -1260,7 +1260,7 @@ gui-apps/hyprswitch 1.3.1: A CLI/GUI that allows switching between windows in Hy
|
||||
gui-apps/hyprsysteminfo 0.1.3: Hyprland's system information GUI application
|
||||
gui-apps/intiface-central-bin 2.6.0 2.6.4: Buttplug frontend application
|
||||
gui-apps/ironbar 0.17.1 0.18.0 9999: Customisable Wayland gtk bar written in Rust
|
||||
gui-apps/klassy 6.5 9999: Klassy QT6 window decoration theme for KDE Plasma 6.5+
|
||||
gui-apps/klassy 6.5.1 9999: Klassy QT6 window decoration theme for KDE Plasma 6.5+
|
||||
gui-apps/koi 0.6: Theme scheduling for the KDE Plasma Desktop
|
||||
gui-apps/lan-mouse 0.10.0 0.10.0_p20251027: Software KVM Switch / mouse & keyboard sharing software for Local Area Networks
|
||||
gui-apps/lemurs 0.3.2 0.4.0: A TUI Display/Login Manager
|
||||
@@ -1847,7 +1847,6 @@ sci-ml/ollama 0.13.0 0.13.1 0.13.2 0.13.4 0.13.5-r1 0.13.5-r2 0.14.2 9999: Get u
|
||||
sci-physics/openmodelica 1.26.0: Open-source Modelica-based modeling and simulation environment
|
||||
sci-physics/ovito 3.10.4 3.10.5 3.10.5-r1: Open Visualization Tool
|
||||
sec-keys/openpgp-keys-aepaneshnikov 20221210: OpenPGP keys used by Alexander Epaneshnikov
|
||||
sec-keys/openpgp-keys-emersion 20240714: OpenPGP keys used by Simon Ser
|
||||
sec-keys/openpgp-keys-featherwallet 20201209: OpenPGP keys used to sign Feather Wallet releases
|
||||
sec-keys/openpgp-keys-google-artifact-registry 20210504: Google Cloud Artifact Registry Automatic Signing Key
|
||||
sec-keys/openpgp-keys-jvoisin 20230224 20251029: OpenPGP keys used by Julien Voisin
|
||||
@@ -2001,7 +2000,7 @@ www-client/nyxt 3.11.8 3.12.0 9999: Nyxt - the hacker's power-browser
|
||||
www-client/torbrowser-launcher 0.3.9: A program to help you securely download and run Tor Browser
|
||||
www-client/vimb 3.7.0 9999: A fast, lightweight, vim-like browser based on webkit
|
||||
www-client/yandex-browser 25.12.1.1217_p1: The web browser from Yandex
|
||||
www-client/zen-bin 1.17.13b 1.17.14b 1.17.15b 1.18.1b 1.18.2b: Zen Browser - A fast, privacy-focused Firefox fork
|
||||
www-client/zen-bin 1.17.13b 1.17.14b 1.17.15b 1.18.1b 1.18.2b 1.18.4b: Zen Browser - A fast, privacy-focused Firefox fork
|
||||
www-misc/dufs 0.40.0: Dufs is a distinctive utility file server
|
||||
www-misc/gitea2rss 0.7.0: Generates RSS feeds from Gitea releases, tags and commits
|
||||
www-misc/kiwix-desktop 2.4.0: cross-platform viewer/manager for ZIM archives
|
||||
@@ -2055,6 +2054,7 @@ x11-terms/rio 0.2.37: A hardware-accelerated GPU terminal emulator powered by We
|
||||
x11-terms/tabby-bin 1.0.221: A terminal for a more modern age
|
||||
x11-terms/terminal-simulator 0.2 9999-r1: VT100 and VT52 terminal hardware simulator
|
||||
x11-terms/tym 3.5.1-r2: Lua-configurable terminal emulator
|
||||
x11-terms/weltschmerz 1.9.0: A terminal emulator in Vala
|
||||
x11-themes/adw-gtk3 5.6 5.10: The theme from libadwaita ported to GTK-3
|
||||
x11-themes/adwaita-dark-amoled 9999: GTK-3/4 theme: black background, blue accent
|
||||
x11-themes/apple-cursor 2.0.1: Free & Open source macOS Cursors.
|
||||
|
||||
@@ -1 +1 @@
|
||||
Fri, 06 Feb 2026 10:30:53 +0000
|
||||
Fri, 06 Feb 2026 20:16:38 +0000
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
DIST openpgp-keys-emersion-20240714.asc 2263 BLAKE2B 2cee5af46ddfd374b94368c805f7a663015ebc90501f1ecb21e548ec209156ff658f6f8ad97eb0415fe74b6c0e30dd232872bfca28b5002ce130cdf590742550 SHA512 0033b669a58a63c256aa641178b9cbbbeef5bd8a017f0080f2a07c3fb393273e151931378b33724428491f7c537b26026781abede72d225a7d95e6b48bbd2dc5
|
||||
@@ -1,20 +0,0 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="OpenPGP keys used by Simon Ser"
|
||||
HOMEPAGE="https://emersion.fr/about"
|
||||
SRC_URI="https://emersion.fr/.well-known/openpgpkey/hu/dj3498u4hyyarh35rkjfnghbjxug6b19 -> ${P}.asc"
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
|
||||
src_install() {
|
||||
local files=( ${A} )
|
||||
|
||||
insinto /usr/share/openpgp-keys
|
||||
newins - emersion.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
|
||||
}
|
||||
@@ -8,3 +8,5 @@ DIST zen-bin-1.18.1b-amd64.tar.xz 86003664 BLAKE2B c2223c235b290fb6ace8909ea05f8
|
||||
DIST zen-bin-1.18.1b-arm64.tar.xz 73990380 BLAKE2B fe4fc413e8e22554e25822fc5c1cf73fe1fc8d0091648f70f8667936341269674fa429c24ba93b6b04e9e433ad601a1a502aa08a4a2134717b7d86b59fc47497 SHA512 374f16cb19d63699d43ac7bd8c58acd751aef9aed8cd8b7b141347b7c85cf26a7fa56525d853af0b0c059dacdf9b221a995d51c44a0a2fa2ca21f64194701189
|
||||
DIST zen-bin-1.18.2b-amd64.tar.xz 86059980 BLAKE2B e965579b0cf1ba2496e487eea18c8fd55b02ee73558e35a6d4fecdd6c9d02ff89992f4e8e8c8989b8cead3578bb7419499c2fc8a791ac748f559856ddeb1ac96 SHA512 0e31e1579fdb49bc8cc3d8a65bc3524f8115aa833da81cda599b1c5538988fd146ab21cf43ae9554bc5f7e08e35915922c8972ef9d7cf82a64237b9e40d02561
|
||||
DIST zen-bin-1.18.2b-arm64.tar.xz 74059692 BLAKE2B 4c935222983c7509668c4ace7b4a8145c530700bf31543c05b5803bf10c9bb880af8e5a88e16196bd034a0b2b326dd327270a4a6494f939b21995f54b9e4e7b6 SHA512 5c88164ff3195e0ef7e611a80b2e8cf413b2264e6cd6d3d31758af2237bc400ef62082c4a0ea500a3a30dee5b318dc8fd7c46ad32bd618a0f6e3c7f9b80cb27f
|
||||
DIST zen-bin-1.18.4b-amd64.tar.xz 86018588 BLAKE2B e101b1275ee886d065836c485f428d7b165890a1b0b29a99b853406f80d28624f2c36d995b35179ca68abfc88c5ef81329723c20f8b7bd5a127362d7ee77370d SHA512 4ca8b22ca5ebe5d6e7e4a2665fd841f812259434835b8e7a918258b36df03a14babb5d090f0c4bf2bd7b385873ef0d7fb20e1169434fc16cb4685c2ab4709519
|
||||
DIST zen-bin-1.18.4b-arm64.tar.xz 74056516 BLAKE2B aaab7354b19f9ae9aa76834870fdbbd3ebf5329e90a1b8d7ae822464a08487485b6a141b93d25bebd36a4bd2c02b7fedcab6da251f61e321b72afab335df0c9a SHA512 df99e8ed2ba23be7166d19a3a0a21e4e7b1529252cc142fafaab0d6a7cb14999644a8da47eaa2935324555273e8c2e26671a9d840f4afc3aeedf41c7f2023320
|
||||
|
||||
85
www-client/zen-bin/zen-bin-1.18.4b.ebuild
Normal file
85
www-client/zen-bin/zen-bin-1.18.4b.ebuild
Normal file
@@ -0,0 +1,85 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop xdg-utils
|
||||
|
||||
DESCRIPTION="Zen Browser - A fast, privacy-focused Firefox fork"
|
||||
HOMEPAGE="https://zen-browser.app/"
|
||||
SRC_URI="
|
||||
amd64? ( https://github.com/zen-browser/desktop/releases/download/${PV}/zen.linux-x86_64.tar.xz -> ${P}-amd64.tar.xz )
|
||||
arm64? ( https://github.com/zen-browser/desktop/releases/download/${PV}/zen.linux-aarch64.tar.xz -> ${P}-arm64.tar.xz )
|
||||
"
|
||||
S="${WORKDIR}/zen"
|
||||
|
||||
LICENSE="MPL-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
RESTRICT="strip"
|
||||
QA_PREBUILT="*"
|
||||
|
||||
DEPEND="
|
||||
app-accessibility/at-spi2-core:2
|
||||
dev-libs/expat
|
||||
dev-libs/glib:2
|
||||
dev-libs/nspr
|
||||
dev-libs/nss
|
||||
media-libs/alsa-lib
|
||||
media-libs/fontconfig
|
||||
media-libs/freetype
|
||||
media-libs/mesa
|
||||
net-print/cups
|
||||
sys-apps/dbus
|
||||
sys-libs/glibc
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libX11
|
||||
x11-libs/libxcb
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXdamage
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXi
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender
|
||||
x11-libs/libXtst
|
||||
x11-libs/pango
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
#create dest dir
|
||||
local destdir="/opt/zen"
|
||||
insinto "${destdir}"
|
||||
doins -r *
|
||||
#create a symlink to the binary
|
||||
dosym -r "${destdir}/zen-bin" "/usr/bin/zen" || die
|
||||
#add icons
|
||||
local size
|
||||
for size in 16 32 48 64 128; do
|
||||
newicon -s ${size} "browser/chrome/icons/default/default${size}.png" zen.png
|
||||
done
|
||||
#create desktop file
|
||||
make_desktop_entry "/usr/bin/zen" "Zen" zen "Network;WebBrowser" "$(cat "${FILESDIR}/desktop_options")"
|
||||
#handle permissions of destdir files
|
||||
fperms 0755 "${destdir}"/{zen-bin,updater,glxtest,vaapitest}
|
||||
fperms 0750 "${destdir}"/pingsender
|
||||
# Disable auto-updates
|
||||
insinto ${destdir}/distribution
|
||||
doins "${FILESDIR}/policies.json"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
elog "For optimal performance and compatibility, please ensure"
|
||||
elog "that you have the latest graphics drivers installed."
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
2
x11-terms/weltschmerz/Manifest
Normal file
2
x11-terms/weltschmerz/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST weltschmerz-1.9.0.sha.sig 245 BLAKE2B 4fdbc8ea7d6896223b3f5bf96e92e05f7c7afae394ea38e6aa6b19e1a9f23c4956dd3735bd5807dc4e8d4abe64762cc4ccbd2f07dad22094d76549a1a4c6ec0d SHA512 0054dd0bc534026b64177a3de9858bec0ba135e7663c96186b5a5918551d437964aad97d5cd9a9fb04f8b0da90a989d92ac8ee4d727f6a4b75123e18d396dc5a
|
||||
DIST weltschmerz-1.9.0.tar.gz 28113 BLAKE2B a310f26de56c11ad0eebce61e4c9cfbc573b0eca6c362f5085ba6575a55030d6d06d0f6d25ce3020087ad4e06b5358519ef81e621e79f90c7681eb0bae4a75e6 SHA512 a5cb3108f6b3f79cd185ce4e24644738e359fe94218a58944da5e2d3a0337dab474c3fb6900f87328ad63a8e2d813510abdd650208a2d7626bc59859397cadae
|
||||
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>leohdz172@proton.me</email>
|
||||
<name>Leonardo Hernández Hernández</name>
|
||||
<email>wolf@oriole.systems</email>
|
||||
<name>Wolfgang Müller</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
48
x11-terms/weltschmerz/weltschmerz-1.9.0.ebuild
Normal file
48
x11-terms/weltschmerz/weltschmerz-1.9.0.ebuild
Normal file
@@ -0,0 +1,48 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
VALA_MIN_API_VERSION="0.56"
|
||||
|
||||
VERIFY_SIG_METHOD="signify"
|
||||
inherit meson vala verify-sig
|
||||
|
||||
DESCRIPTION="A terminal emulator in Vala"
|
||||
HOMEPAGE="https://oriole.systems/posts/weltschmerz"
|
||||
SRC_URI="
|
||||
https://git.oriole.systems/${PN}/snapshot/${P}.tar.gz
|
||||
verify-sig? (
|
||||
https://git.oriole.systems/weltschmerz/snapshot/${P}.tar.gz.asc
|
||||
-> ${P}.sha.sig
|
||||
)
|
||||
"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
BDEPEND="$(vala_depend)
|
||||
sys-devel/gettext
|
||||
verify-sig? ( sec-keys/signify-keys-oriole-systems )"
|
||||
|
||||
DEPEND="
|
||||
>=x11-libs/vte-0.78.3:2.91[vala]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/signify-keys/oriole-systems-20240330.pub"
|
||||
|
||||
src_unpack() {
|
||||
if use verify-sig; then
|
||||
cp "${DISTDIR}"/${P}.{sha.sig,tar.gz} "${WORKDIR}" || die
|
||||
verify-sig_verify_signed_checksums \
|
||||
${P}.sha.sig sha256 ${P}.tar.gz
|
||||
fi
|
||||
default
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
vala_setup
|
||||
}
|
||||
Reference in New Issue
Block a user