mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
Merge updates from master
This commit is contained in:
2
.github/workflows/duplicates.yml
vendored
2
.github/workflows/duplicates.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: dev
|
||||
- name: Setup master gentoo repository
|
||||
|
||||
6
.github/workflows/emails.yml
vendored
6
.github/workflows/emails.yml
vendored
@@ -13,12 +13,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.x
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: dev
|
||||
fetch-depth: 0
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Get changed files
|
||||
if: ${{ fromJSON(env.is_commit_valid) }}
|
||||
uses: tj-actions/changed-files@v37
|
||||
uses: tj-actions/changed-files@v44
|
||||
with:
|
||||
base_sha: ${{ env.last_successful_commit }}
|
||||
write_output_files: true
|
||||
|
||||
2
.github/workflows/pkgcheck.yml
vendored
2
.github/workflows/pkgcheck.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: dev
|
||||
- name: Run pkgcheck
|
||||
|
||||
@@ -31,7 +31,9 @@ BDEPEND="
|
||||
"
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
# Need internet
|
||||
tests.py::TestPypandoc::test_basic_conversion_from_http_url
|
||||
# pandoc does not manage to find pdflatex.fmt despite it being installed
|
||||
tests.py::TestPypandoc::test_pdf_conversion
|
||||
)
|
||||
python_test() {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Soothing pastel theme for btop ."
|
||||
DESCRIPTION="Soothing pastel theme for btop"
|
||||
HOMEPAGE="https://github.com/catppuccin"
|
||||
|
||||
SRC_URI="
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION=" Soothing pastel mouse cursors."
|
||||
DESCRIPTION="Soothing pastel mouse cursors"
|
||||
HOMEPAGE="https://github.com/catppuccin"
|
||||
|
||||
MY_URI="https://github.com/catppuccin/cursors/releases/download/v${PV}/"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Catppuccin is a community-driven pastel theme."
|
||||
DESCRIPTION="Soothing pastel theme for GTK"
|
||||
HOMEPAGE="https://github.com/catppuccin"
|
||||
|
||||
MY_URI="https://github.com/catppuccin/gtk/releases/download/v${PV}/"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Catppuccin is a community-driven pastel theme."
|
||||
DESCRIPTION="Soothing pastel theme for GTK"
|
||||
HOMEPAGE="https://github.com/catppuccin"
|
||||
|
||||
MY_URI="https://github.com/catppuccin/gtk/releases/download/v${PV}/"
|
||||
|
||||
21
x11-themes/catppuccin-kvantum/catppuccin-kvantum-9999.ebuild
Normal file
21
x11-themes/catppuccin-kvantum/catppuccin-kvantum-9999.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Soothing pastel theme for Kvantum"
|
||||
HOMEPAGE="https://github.com/catppuccin"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/catppuccin/Kvantum.git"
|
||||
inherit git-r3
|
||||
|
||||
S="${WORKDIR}/${P}/src"
|
||||
|
||||
RDEPEND="
|
||||
x11-themes/kvantum
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/Kvantum"
|
||||
doins -r Catppuccin-*
|
||||
}
|
||||
11
x11-themes/catppuccin-kvantum/metadata.xml
Normal file
11
x11-themes/catppuccin-kvantum/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/Kvantum</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user