2025-04-05 07:50:17 UTC

This commit is contained in:
Repository mirror & CI
2025-04-05 07:50:17 +00:00
parent 2743ccbb60
commit d1b1cdb5b4
20 changed files with 124 additions and 78 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
BDEPEND=|| ( dev-lang/rust-bin:9999 dev-lang/rust:9999 dev-lang/rust-bin:1.86 dev-lang/rust:1.86 dev-lang/rust-bin:1.85.1 dev-lang/rust:1.85.1 dev-lang/rust-bin:1.85.0 dev-lang/rust:1.85.0 dev-lang/rust-bin:1.84.1 dev-lang/rust:1.84.1 dev-lang/rust-bin:1.84.0 dev-lang/rust:1.84.0 dev-lang/rust-bin:1.83.0 dev-lang/rust:1.83.0 dev-lang/rust-bin:1.82.0 dev-lang/rust:1.82.0 dev-lang/rust-bin:1.81.0 dev-lang/rust:1.81.0 dev-lang/rust-bin:1.80.1 dev-lang/rust:1.80.1 dev-lang/rust-bin:1.79.0 dev-lang/rust:1.79.0 dev-lang/rust-bin:1.78.0 dev-lang/rust:1.78.0 dev-lang/rust-bin:1.77.1 dev-lang/rust:1.77.1 dev-lang/rust-bin:1.76.0 dev-lang/rust:1.76.0 dev-lang/rust-bin:1.75.0 dev-lang/rust:1.75.0 dev-lang/rust-bin:1.74.1 dev-lang/rust:1.74.1 dev-lang/rust-bin:1.71.1 dev-lang/rust:1.71.1 ) >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install setup test unpack
DESCRIPTION=Fast lsp implementation for typst.
DESCRIPTION=An integrated language service for Typst.
EAPI=8
HOMEPAGE=https://github.com/Myriad-Dreamin/tinymist
INHERIT=cargo git-r3
@@ -9,4 +9,4 @@ LICENSE=Apache-2.0 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0
PROPERTIES=live
SLOT=0
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust 6a1a623042f6bd7664528dc10f4df3d8 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo a841e8aa4e7e39f3be436a349ef5d072 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=eeaf945c8796e704472e6c54097ee557
_md5_=b855ee93c7cfa08b3ca1af23e31bb49a

View File

@@ -9,7 +9,7 @@ IUSE=doc mysql opengl +pango pdf postgres ssl
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) pango? ( x11-libs/pango ) postgres? ( dev-db/postgresql ) ssl? ( dev-libs/openssl ) <=dev-libs/boost-1.86.0:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] sys-libs/zlib
SLOT=0/4.11.1
SRC_URI=https://github.com/emweb/wt/archive/refs/tags/4.11.1.tar.gz -> wt-4.11.1.tar.gz
SLOT=0/4.11.4
SRC_URI=https://github.com/emweb/wt/archive/refs/tags/4.11.4.tar.gz -> wt-4.11.4.tar.gz
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c0c9c21d01b8a96d2d736c554daedc57
_md5_=d366a6fe2edd7405f2992b196168b5b4

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/six dev-python/termcolor >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-75.8.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/six dev-python/termcolor test? ( dev-python/hypothesis dev-python/mock dev-python/pytest-asyncio )
DESCRIPTION=Library for automatically generating command line interfaces from Python objects
EAPI=8
HOMEPAGE=https://pypi.org/project/python-fire/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=dev-python/six dev-python/termcolor python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/f/fire/fire-0.7.0.tar.gz
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 python-r1 fa2daad0051275fa416115c76e53b1de distutils-r1 57cca9c4edd0e2a2591feae559933c10 pypi ad1b21f87d117ae9bb089bdb65b8f013
_md5_=6640ba7ba0e3d3a1e1f23d08f522fb6a

View File

@@ -1,11 +0,0 @@
DEFINED_PHASES=install
DESCRIPTION=Hyprshot is a utility to easily take screenshot in Hyprland using your mouse
EAPI=8
HOMEPAGE=https://github.com/Gustash/Hyprshot/
IUSE=+xdg
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=app-misc/jq app-shells/bash gui-apps/grim gui-apps/slurp gui-apps/wl-clipboard gui-wm/hyprland x11-libs/libnotify xdg? ( x11-misc/xdg-user-dirs )
SLOT=0
SRC_URI=https://github.com/Gustash/Hyprshot/archive/refs/tags/1.2.3.tar.gz -> hyprshot-1.2.3.tar.gz
_md5_=0c7b425d7954f290b66ece2a526424e6

View File

@@ -1,11 +0,0 @@
DEFINED_PHASES=install
DESCRIPTION=Hyprshot is a utility to easily take screenshot in Hyprland using your mouse
EAPI=8
HOMEPAGE=https://github.com/Gustash/Hyprshot/
IUSE=+xdg +freeze
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=app-misc/jq gui-apps/grim gui-apps/slurp gui-apps/wl-clipboard gui-wm/hyprland x11-libs/libnotify xdg? ( x11-misc/xdg-user-dirs ) freeze? ( gui-apps/hyprpicker )
SLOT=0
SRC_URI=https://github.com/Gustash/Hyprshot/archive/refs/tags/1.3.0.tar.gz -> hyprshot-1.3.0.tar.gz
_md5_=846c4e54acbe1623c88335f3ba550228

View File

@@ -0,0 +1,12 @@
DEFINED_PHASES=install postinst
DESCRIPTION=Utility to easily take screenshots in Hyprland using your mouse
EAPI=8
HOMEPAGE=https://github.com/Gustash/Hyprshot/
INHERIT=optfeature
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=app-misc/jq gui-apps/grim gui-apps/slurp gui-apps/wl-clipboard gui-wm/hyprland x11-libs/libnotify
SLOT=0
SRC_URI=https://github.com/Gustash/Hyprshot/archive/refs/tags/1.3.0.tar.gz -> hyprshot-1.3.0.tar.gz
_eclasses_=optfeature 538bce96e5589935b57e178e8635f301
_md5_=23035511207d63b063667109139e26d5

View File

@@ -1,13 +1,12 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=install unpack
DESCRIPTION=Hyprshot is an utility to easily take screenshot in Hyprland using your mouse
DEFINED_PHASES=install postinst unpack
DESCRIPTION=Utility to easily take screenshots in Hyprland using your mouse
EAPI=8
HOMEPAGE=https://github.com/Gustash/Hyprshot/
INHERIT=git-r3
IUSE=+xdg +freeze
INHERIT=git-r3 optfeature
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=app-misc/jq app-shells/bash gui-apps/grim gui-apps/slurp gui-apps/wl-clipboard gui-wm/hyprland x11-libs/libnotify xdg? ( x11-misc/xdg-user-dirs ) freeze? ( gui-apps/hyprpicker )
RDEPEND=app-misc/jq gui-apps/grim gui-apps/slurp gui-apps/wl-clipboard gui-wm/hyprland x11-libs/libnotify
SLOT=0
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=ca180b0e7d9189e67a707bc5a61b4d6b
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 optfeature 538bce96e5589935b57e178e8635f301
_md5_=98ce21bfcaf64310732990b2b867b4ca

View File

@@ -1,14 +1,14 @@
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=gui-wm/hyprland:= dev-libs/wayland >=gui-libs/hyprutils-0.2.3:= dev-libs/wayland-protocols >=dev-libs/hyprland-protocols-0.4.0 >=dev-util/hyprwayland-scanner-0.4.0 dev-util/wayland-scanner
DEPEND=dev-libs/wayland >=gui-libs/hyprutils-0.2.3:= gui-wm/hyprland:= >=dev-libs/hyprland-protocols-0.4.0 dev-libs/wayland-protocols >=dev-util/hyprwayland-scanner-0.4.0 dev-util/wayland-scanner
DESCRIPTION=An application to enable a blue-light filter on Hyprland
EAPI=8
HOMEPAGE=https://github.com/hyprwm/hyprsunset
HOMEPAGE=https://wiki.hyprland.org/Hypr-Ecosystem/hyprsunset
INHERIT=cmake
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=gui-wm/hyprland:= dev-libs/wayland >=gui-libs/hyprutils-0.2.3:=
RDEPEND=dev-libs/wayland >=gui-libs/hyprutils-0.2.3:= gui-wm/hyprland:=
SLOT=0
SRC_URI=https://github.com/hyprwm/hyprsunset/archive/refs/tags/v0.1.0.tar.gz -> hyprsunset-0.1.0.tar.gz
SRC_URI=https://github.com/hyprwm/Hyprsunset/archive/refs/tags/v0.2.0.tar.gz -> hyprsunset-0.2.0.tar.gz
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c0c9c21d01b8a96d2d736c554daedc57
_md5_=88b972fcc1662bbd30bfd096312a1d56
_md5_=748faba17d84366c888b177a7ad77266

View File

@@ -1,13 +1,13 @@
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=gui-wm/hyprland:= dev-libs/wayland >=gui-libs/hyprutils-0.2.3:= dev-libs/wayland-protocols >=dev-libs/hyprland-protocols-0.4.0 >=dev-util/hyprwayland-scanner-0.4.0 dev-util/wayland-scanner
DEPEND=dev-libs/wayland >=gui-libs/hyprutils-0.2.3:= gui-wm/hyprland:= >=dev-libs/hyprland-protocols-0.4.0 dev-libs/wayland-protocols >=dev-util/hyprwayland-scanner-0.4.0 dev-util/wayland-scanner
DESCRIPTION=An application to enable a blue-light filter on Hyprland
EAPI=8
HOMEPAGE=https://github.com/hyprwm/hyprsunset
HOMEPAGE=https://wiki.hyprland.org/Hypr-Ecosystem/hyprsunset
INHERIT=cmake git-r3
LICENSE=BSD
PROPERTIES=live
RDEPEND=gui-wm/hyprland:= dev-libs/wayland >=gui-libs/hyprutils-0.2.3:=
RDEPEND=dev-libs/wayland >=gui-libs/hyprutils-0.2.3:= gui-wm/hyprland:=
SLOT=0
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c0c9c21d01b8a96d2d736c554daedc57 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=e938b54fc00b479225459de64ce55c11
_md5_=748faba17d84366c888b177a7ad77266

View File

@@ -5,11 +5,11 @@ DESCRIPTION=A simple Wayland output mirror client
EAPI=8
HOMEPAGE=https://github.com/Ferdi265/wl-mirror
INHERIT=cmake
IUSE=man
IUSE=+examples man
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=gui-libs/wlroots dev-libs/wayland-protocols dev-libs/wayland media-libs/libglvnd dev-util/wayland-scanner man? ( app-text/scdoc )
SLOT=0
SRC_URI=https://github.com/Ferdi265/wl-mirror/releases/download/v0.18.0/wl-mirror-0.18.0.tar.gz
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c0c9c21d01b8a96d2d736c554daedc57
_md5_=dd4d1ead8466b2f17d740c5d08446d46
_md5_=58e035ba85cbf43f5ae146492dabe7ca

View File

@@ -0,0 +1,14 @@
BDEPEND=virtual/pkgconfig >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array
DEFINED_PHASES=compile configure install test
DESCRIPTION=A collection of libraries which implement some freedesktop.org specifications
EAPI=8
HOMEPAGE=https://gitlab.freedesktop.org/vyivel/libsfdo
INHERIT=meson
IUSE=examples test
KEYWORDS=~amd64
LICENSE=BSD-2
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://gitlab.freedesktop.org/vyivel/libsfdo/-/archive/v0.1.4/libsfdo-v0.1.4.tar.bz2
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 b7726144f5af59e186d66746d0f513e5 meson 99466844dd8d4fcfb07578a76f5a9922
_md5_=060d5e34c46bf9236feafa3fe291426d

View File

@@ -1,17 +0,0 @@
BDEPEND=dev-util/glslang dev-util/gdbus-codegen gui? ( gnome-base/librsvg ) dev-util/vulkan-headers app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
DEPEND=dev-libs/glib dev-libs/libbsd dev-libs/openssl media-libs/openxr-loader net-dns/avahi x11-libs/libnotify || ( sys-apps/systemd sys-auth/elogind ) gui? ( dev-qt/qtbase:6 ) pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) systemd? ( sys-apps/systemd ) vaapi? ( || ( media-video/ffmpeg[libdrm(-),vaapi] media-video/ffmpeg[drm(-),vaapi] ) ) wireshark-plugins? ( net-analyzer/wireshark ) x264? ( media-libs/x264 ) dev-cpp/cli11 dev-cpp/eigen dev-cpp/nlohmann_json dev-libs/boost
DESCRIPTION=WiVRn OpenXR streaming
EAPI=8
HOMEPAGE=https://github.com/WiVRn/WiVRn
IDEPEND=filecaps? ( sys-libs/libcap ) dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake fcaps xdg
IUSE=gui nvenc +pipewire pulseaudio systemd vaapi vulkan-encode wireshark-plugins x264 +filecaps
KEYWORDS=~amd64
LICENSE=GPL-3 Apache-2.0 MIT
RDEPEND=dev-libs/glib dev-libs/libbsd dev-libs/openssl media-libs/openxr-loader net-dns/avahi x11-libs/libnotify || ( sys-apps/systemd sys-auth/elogind ) gui? ( dev-qt/qtbase:6 ) pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) systemd? ( sys-apps/systemd ) vaapi? ( || ( media-video/ffmpeg[libdrm(-),vaapi] media-video/ffmpeg[drm(-),vaapi] ) ) wireshark-plugins? ( net-analyzer/wireshark ) x264? ( media-libs/x264 )
REQUIRED_USE=|| ( nvenc vaapi x264 )
SLOT=0
SRC_URI=https://github.com/WiVRn/WiVRn/archive/refs/tags/v0.22.tar.gz -> wivrn-0.22.tar.gz https://github.com/WiVRn/WiVRn/releases/download/v0.22/server-build-deps.tar.xz -> wivrn-0.22-server-build-deps.tar.xz
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c0c9c21d01b8a96d2d736c554daedc57 fcaps 27152c9e4da035accb14a2d7879744ef xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=1d4851b27677d04eaef1c74a2eed3f01

View File

@@ -0,0 +1,17 @@
BDEPEND=dev-util/glslang dev-util/gdbus-codegen gui? ( gnome-base/librsvg ) dev-util/vulkan-headers app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
DEPEND=dev-libs/glib dev-libs/libbsd dev-libs/openssl media-libs/openxr-loader net-dns/avahi x11-libs/libnotify || ( sys-apps/systemd sys-auth/elogind ) gui? ( dev-libs/qcoro[qml] kde-frameworks/kcoreaddons:6 kde-frameworks/ki18n:6 kde-frameworks/kiconthemes:6 kde-frameworks/kirigami:6 kde-frameworks/qqc2-desktop-style:6 ) pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) systemd? ( sys-apps/systemd ) vaapi? ( || ( media-video/ffmpeg[libdrm(-),vaapi] media-video/ffmpeg[drm(-),vaapi] ) ) wireshark-plugins? ( net-analyzer/wireshark ) x264? ( media-libs/x264 ) dev-cpp/cli11 dev-cpp/eigen dev-cpp/nlohmann_json dev-libs/boost
DESCRIPTION=WiVRn OpenXR streaming
EAPI=8
HOMEPAGE=https://github.com/WiVRn/WiVRn
IDEPEND=filecaps? ( sys-libs/libcap ) dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake fcaps flag-o-matic xdg
IUSE=debug gui nvenc +pipewire pulseaudio systemd vaapi wireshark-plugins x264 +filecaps
KEYWORDS=~amd64
LICENSE=GPL-3 Apache-2.0 MIT
RDEPEND=dev-libs/glib dev-libs/libbsd dev-libs/openssl media-libs/openxr-loader net-dns/avahi x11-libs/libnotify || ( sys-apps/systemd sys-auth/elogind ) gui? ( dev-libs/qcoro[qml] kde-frameworks/kcoreaddons:6 kde-frameworks/ki18n:6 kde-frameworks/kiconthemes:6 kde-frameworks/kirigami:6 kde-frameworks/qqc2-desktop-style:6 ) pipewire? ( media-video/pipewire ) pulseaudio? ( media-libs/libpulse ) systemd? ( sys-apps/systemd ) vaapi? ( || ( media-video/ffmpeg[libdrm(-),vaapi] media-video/ffmpeg[drm(-),vaapi] ) ) wireshark-plugins? ( net-analyzer/wireshark ) x264? ( media-libs/x264 )
REQUIRED_USE=|| ( nvenc vaapi x264 )
SLOT=0
SRC_URI=https://github.com/WiVRn/WiVRn/archive/refs/tags/v0.24.tar.gz -> wivrn-0.24.tar.gz https://github.com/WiVRn/WiVRn/releases/download/v0.24/server-build-deps.tar.xz -> wivrn-0.24-server-build-deps.tar.xz
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c0c9c21d01b8a96d2d736c554daedc57 fcaps 27152c9e4da035accb14a2d7879744ef xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=2273f91923d62cc31683438c8d6d24b4

View File

@@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=MEGA
RDEPEND=dev-db/sqlite:3 dev-libs/crypto++:= dev-libs/icu:= dev-libs/libsodium:= dev-libs/libuv:= dev-libs/openssl:0= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtimageformats:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 net-dns/c-ares:= net-misc/curl[ssl] sys-libs/zlib x11-libs/libxcb:= dolphin? ( dev-qt/qtbase:6[network,widgets] kde-apps/dolphin:6 kde-frameworks/kcoreaddons:6 kde-frameworks/kio:6 kde-frameworks/kwidgetsaddons:6 ) mediainfo? ( media-libs/libmediainfo media-libs/libzen ) nautilus? ( dev-libs/glib:2 >=gnome-base/nautilus-43 ) nemo? ( dev-libs/glib:2 gnome-extra/nemo ) thumbnail? ( media-libs/freeimage media-video/ffmpeg:= ) thunar? ( dev-libs/glib:2 xfce-base/thunar:= ) dev-qt/qtquickcontrols:5 dev-qt/qtquickcontrols2:5
SLOT=0
SRC_URI=https://github.com/meganz/MEGAsync/archive/v5.10.0.2_Win.tar.gz -> megasync-5.10.0.2.tar.gz https://github.com/meganz/sdk/archive/b28f39fd6d98d3d30bb1b6a52dd1941cbc7a4e90.tar.gz -> megasync-sdk-5.10.0.2.tar.gz
SRC_URI=https://github.com/meganz/MEGAsync/archive/v5.10.1.0_Win.tar.gz -> megasync-5.10.1.0.tar.gz https://github.com/meganz/sdk/archive/b53514e72d569be8993cbe4b2c991da0ded08b78.tar.gz -> megasync-sdk-5.10.1.0.tar.gz
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c0c9c21d01b8a96d2d736c554daedc57 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=39006c45f5481dffdd31634346570f17
_md5_=05101ae360058d6aece13144da74fa7a

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64
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
SLOT=0
SRC_URI=https://github.com/zen-browser/desktop/releases/download/1.9b/zen.linux-x86_64.tar.xz -> zen-bin-1.9b.tar.xz
SRC_URI=https://github.com/zen-browser/desktop/releases/download/1.11b/zen.linux-x86_64.tar.xz -> zen-bin-1.11b.tar.xz
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
_md5_=59722be1d76ca9b56d768ae868a8da20

View File

@@ -0,0 +1,15 @@
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=install prepare
DEPEND=dev-libs/glib:2 x11-libs/cairo[X] !wayland? ( >=x11-misc/rofi-1.7.6 ) wayland? ( >=gui-apps/rofi-wayland-1.7.6 )
DESCRIPTION=Emoji selector plugin for Rofi
EAPI=8
HOMEPAGE=https://github.com/Mange/rofi-emoji
INHERIT=autotools
IUSE=wayland
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/glib:2 x11-libs/cairo[X] !wayland? ( >=x11-misc/rofi-1.7.6 ) wayland? ( >=gui-apps/rofi-wayland-1.7.6 ) !wayland? ( || ( x11-misc/xsel x11-misc/xclip x11-misc/copyq ) x11-misc/xdotool ) wayland? ( gui-apps/wl-clipboard gui-apps/wtype )
SLOT=0
SRC_URI=https://github.com/Mange/rofi-emoji/archive/refs/tags/v4.1.0.tar.gz -> rofi-emoji-4.1.0.tar.gz
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 libtool c81bd096be5f4c82f4e8f156ef112402 autotools f20ecf7ab0a7c34e83238b3ed4aaf6d6
_md5_=14c95f137d812758ba416036726f4ed6