From 50e8f584778f4f588eeb1a1001cb5c51430d39cf Mon Sep 17 00:00:00 2001 From: Henri Gasc Date: Fri, 12 Apr 2024 14:20:00 +0200 Subject: [PATCH 1/4] dev-python/pypandoc: Add explanations on tests Signed-off-by: Henri Gasc --- dev-python/pypandoc/pypandoc-1.13.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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() { From 77206897e75f99a5806ef804a82124ee2bcb2dd9 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Fri, 12 Apr 2024 17:34:28 +0500 Subject: [PATCH 2/4] ci: bump actions Signed-off-by: Anna (cybertailor) Vyalkova --- .github/workflows/duplicates.yml | 2 +- .github/workflows/emails.yml | 6 +++--- .github/workflows/pkgcheck.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 From f1cd5cfbc66af7f31af2d2cae75c44f6a5e4fbb4 Mon Sep 17 00:00:00 2001 From: Denis Strizhkin Date: Fri, 12 Apr 2024 17:59:38 +0300 Subject: [PATCH 3/4] x11-themes/catppuccin-kvantum: new package, add 9999 Signed-off-by: Denis Strizhkin --- .../catppuccin-kvantum-9999.ebuild | 21 +++++++++++++++++++ x11-themes/catppuccin-kvantum/metadata.xml | 11 ++++++++++ 2 files changed, 32 insertions(+) create mode 100644 x11-themes/catppuccin-kvantum/catppuccin-kvantum-9999.ebuild create mode 100644 x11-themes/catppuccin-kvantum/metadata.xml 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..a2d2d855fe --- /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 + + From 213201df2d678c914ec77d2209d627ece93a05c8 Mon Sep 17 00:00:00 2001 From: Denis Strizhkin Date: Fri, 12 Apr 2024 18:07:19 +0300 Subject: [PATCH 4/4] x11-themes/catppuccin-*: fix description Signed-off-by: Denis Strizhkin --- x11-themes/catppuccin-btop/catppuccin-btop-1.0.0.ebuild | 2 +- x11-themes/catppuccin-cursors/catppuccin-cursors-0.2.0.ebuild | 2 +- x11-themes/catppuccin-gtk/catppuccin-gtk-0.7.2.ebuild | 2 +- x11-themes/catppuccin-gtk/catppuccin-gtk-0.7.3.ebuild | 2 +- x11-themes/catppuccin-kvantum/catppuccin-kvantum-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 index a2d2d855fe..4cf94af41e 100644 --- a/x11-themes/catppuccin-kvantum/catppuccin-kvantum-9999.ebuild +++ b/x11-themes/catppuccin-kvantum/catppuccin-kvantum-9999.ebuild @@ -1,6 +1,6 @@ EAPI=8 -DESCRIPTION="Soothing pastel theme for Kvantum." +DESCRIPTION="Soothing pastel theme for Kvantum" HOMEPAGE="https://github.com/catppuccin" EGIT_REPO_URI="https://github.com/catppuccin/Kvantum.git"