mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
Merge updates from master
This commit is contained in:
commit
8dd7934c7c
@ -14,6 +14,28 @@
|
|||||||
|
|
||||||
# New entries go on top.
|
# New entries go on top.
|
||||||
|
|
||||||
|
# Julien Roy <julien@jroy.ca (2024-03-29)
|
||||||
|
# Dependencies removed from ::gentoo
|
||||||
|
# Masked for removal in 30 days
|
||||||
|
app-text/lizard
|
||||||
|
dev-cpp/libcutl
|
||||||
|
dev-cpp/libstudxml
|
||||||
|
dev-python/biplist
|
||||||
|
dev-python/http-ece
|
||||||
|
dev-python/phx-class-registry
|
||||||
|
dev-python/proxy_tools
|
||||||
|
dev-python/tweepy
|
||||||
|
dev-util/odb
|
||||||
|
# revdeps
|
||||||
|
app-backup/b2
|
||||||
|
app-forensics/mvt
|
||||||
|
dev-python/iOSbackup
|
||||||
|
dev-python/mastodon-py
|
||||||
|
dev-python/pywebview
|
||||||
|
# revdeps of revdeps
|
||||||
|
games-util/legendary
|
||||||
|
net-misc/fedigroup
|
||||||
|
|
||||||
# Julien Roy <julien@jroy.ca> (2024-03-21)
|
# Julien Roy <julien@jroy.ca> (2024-03-21)
|
||||||
# sys-libs/libucontext is masked in ::gentoo
|
# sys-libs/libucontext is masked in ::gentoo
|
||||||
sys-libs/gcompat
|
sys-libs/gcompat
|
||||||
|
1
x11-themes/catppuccin-btop/Manifest
Normal file
1
x11-themes/catppuccin-btop/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST catppuccin-btop-1.0.0.tar.gz 1869 BLAKE2B c63aa3250653d94b088f7dfbeb8c6efc86b863c7dbe44277b4948b9a3a0b52f008ad1846f7bbf78b19a4df0b0a7f0a61fe5c8bd25de6b5215735b7ab9870fdef SHA512 0746315186ca000fab3985efe73e908872614ee9310777a6dd8eaed37ba1a8204b43804b17a5ca62f7b07ad5f8d59a5883742551f41156bc6ff9cbf05654b9f2
|
26
x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild
Normal file
26
x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DESCRIPTION="Soothing pastel theme for btop ."
|
||||||
|
HOMEPAGE="https://github.com/catppuccin"
|
||||||
|
|
||||||
|
SRC_URI="
|
||||||
|
https://github.com/catppuccin/btop/releases/download/${PV}/themes.tar.gz -> ${P}.tar.gz
|
||||||
|
"
|
||||||
|
S="${WORKDIR}/themes"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
sys-process/btop
|
||||||
|
"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto "/usr/share/btop/themes"
|
||||||
|
for f in "${S}"/*.theme; do
|
||||||
|
if [ -f "$f" ]; then
|
||||||
|
doins "$f"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
}
|
11
x11-themes/catppuccin-btop/metadata.xml
Normal file
11
x11-themes/catppuccin-btop/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>strdenis02@gmail.com</email>
|
||||||
|
<name>Denis Strizhkin</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">catppuccin/btop</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user