Merge updates from master

This commit is contained in:
Repository mirror & CI
2024-04-12 16:33:23 +00:00
10 changed files with 43 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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() {

View File

@@ -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="

View File

@@ -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}/"

View File

@@ -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}/"

View File

@@ -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}/"

View 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-*
}

View 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>