diff --git a/.github/workflows/duplicates.yml b/.github/workflows/duplicates.yml index bfefcb9922..d3816a20a0 100644 --- a/.github/workflows/duplicates.yml +++ b/.github/workflows/duplicates.yml @@ -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 diff --git a/.github/workflows/emails.yml b/.github/workflows/emails.yml index bff8c8fecc..6bdef241e2 100644 --- a/.github/workflows/emails.yml +++ b/.github/workflows/emails.yml @@ -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 diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml index 18911e4fe3..a5555afd36 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -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 diff --git a/dev-python/pypandoc/pypandoc-1.13.ebuild b/dev-python/pypandoc/pypandoc-1.13.ebuild index 77de009e84..441173f9be 100644 --- a/dev-python/pypandoc/pypandoc-1.13.ebuild +++ b/dev-python/pypandoc/pypandoc-1.13.ebuild @@ -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() { diff --git a/x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild b/x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild index 558385c1d7..a8e83b2757 100644 --- a/x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild +++ b/x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild @@ -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=" diff --git a/x11-themes/catppuccin-cursors/catppuccin-cursors-0.2.0.ebuild b/x11-themes/catppuccin-cursors/catppuccin-cursors-0.2.0.ebuild index 65a079ea8a..80f8d0ca6f 100644 --- a/x11-themes/catppuccin-cursors/catppuccin-cursors-0.2.0.ebuild +++ b/x11-themes/catppuccin-cursors/catppuccin-cursors-0.2.0.ebuild @@ -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}/" diff --git a/x11-themes/catppuccin-gtk/catppuccin-gtk-0.7.2.ebuild b/x11-themes/catppuccin-gtk/catppuccin-gtk-0.7.2.ebuild index df7f49d791..41cf20ab4e 100644 --- a/x11-themes/catppuccin-gtk/catppuccin-gtk-0.7.2.ebuild +++ b/x11-themes/catppuccin-gtk/catppuccin-gtk-0.7.2.ebuild @@ -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}/" diff --git a/x11-themes/catppuccin-gtk/catppuccin-gtk-0.7.3.ebuild b/x11-themes/catppuccin-gtk/catppuccin-gtk-0.7.3.ebuild index df7f49d791..41cf20ab4e 100644 --- a/x11-themes/catppuccin-gtk/catppuccin-gtk-0.7.3.ebuild +++ b/x11-themes/catppuccin-gtk/catppuccin-gtk-0.7.3.ebuild @@ -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}/" diff --git a/x11-themes/catppuccin-kvantum/catppuccin-kvantum-9999.ebuild b/x11-themes/catppuccin-kvantum/catppuccin-kvantum-9999.ebuild new file mode 100644 index 0000000000..4cf94af41e --- /dev/null +++ b/x11-themes/catppuccin-kvantum/catppuccin-kvantum-9999.ebuild @@ -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-* +} diff --git a/x11-themes/catppuccin-kvantum/metadata.xml b/x11-themes/catppuccin-kvantum/metadata.xml new file mode 100644 index 0000000000..9eb391ea36 --- /dev/null +++ b/x11-themes/catppuccin-kvantum/metadata.xml @@ -0,0 +1,11 @@ + + + + + strdenis02@gmail.com + Denis Strizhkin + + + catppuccin/Kvantum + +