Github messages for voidlinux
 help / color / mirror / Atom feed
From: wagnerflo <wagnerflo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: claws-mail-theme-basicsvg-0.6.4.
Date: Wed, 01 May 2024 10:16:06 +0200	[thread overview]
Message-ID: <20240501081606.CE3312121C@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42738@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 680 bytes --]

There is an updated pull request by wagnerflo against master on the void-packages repository

https://github.com/wagnerflo/void-packages wagnerflo
https://github.com/void-linux/void-packages/pull/42738

New package: claws-mail-theme-basicsvg-0.6.4.
#### New package
Yes, it's a theme but might be of interest anyways: Claws-mail comes with a internal theme of raster icons and will not scale these, resulting in very tiny icons on Hi-DPI displays. This theme brings SVG replacements that will scale.

#### Local build testing
This package contains only architecture independent files.

A patch file from https://github.com/void-linux/void-packages/pull/42738.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wagnerflo-42738.patch --]
[-- Type: text/x-diff, Size: 6450 bytes --]

From e348caae3b930dd046b765594fcb6ccfebbb6e0b Mon Sep 17 00:00:00 2001
From: Florian Wagner <florian@wagner-flo.net>
Date: Wed, 27 Mar 2024 12:13:56 +0100
Subject: [PATCH 1/5] GitHub Action: trigger repository build

---
 .github/workflows/trigger.yaml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 .github/workflows/trigger.yaml

diff --git a/.github/workflows/trigger.yaml b/.github/workflows/trigger.yaml
new file mode 100644
index 00000000000000..b23a12f500f1c6
--- /dev/null
+++ b/.github/workflows/trigger.yaml
@@ -0,0 +1,18 @@
+name: Trigger repository build
+
+on:
+  push:
+    branches:
+      - wagnerflo
+
+jobs:
+  trigger:
+    name: Trigger
+    runs-on: ubuntu-latest
+    steps:
+      - name: Trigger
+        uses: peter-evans/repository-dispatch@v3
+        with:
+          token: ${{ secrets.PAT }}
+          repository: wagnerflo/void-repository
+          event-type: Push to wagnerflo/void-packages

From 17c244e18fbe3c36da433d1c68f4657ef8029a0b Mon Sep 17 00:00:00 2001
From: Florian Wagner <florian@wagner-flo.net>
Date: Wed, 10 Aug 2022 21:46:13 +0200
Subject: [PATCH 2/5] New package: claws-mail-theme-basicsvg-0.6.4.

---
 srcpkgs/claws-mail-theme-basicsvg/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/claws-mail-theme-basicsvg/template

diff --git a/srcpkgs/claws-mail-theme-basicsvg/template b/srcpkgs/claws-mail-theme-basicsvg/template
new file mode 100644
index 00000000000000..567ada3697769e
--- /dev/null
+++ b/srcpkgs/claws-mail-theme-basicsvg/template
@@ -0,0 +1,17 @@
+# Template file for 'claws-mail-theme-basicsvg'
+pkgname=claws-mail-theme-basicsvg
+version=0.6.4
+revision=1
+depends="claws-mail"
+short_desc="Basic SVG icons theme for Claws Mail"
+maintainer="Florian Wagner <florian@wagner-flo.de>"
+license="GPL-2.0-only"
+homepage="http://rame.altervista.org/cmbasicsvg/"
+distfiles="http://rame.altervista.org/dl.php?fp=cmbasicsvg/BasicSVG-${version}.tar.gz"
+checksum=6136910b431bc39496557d9cf5786607c4c95473e8d9eac2d3f8d91f0a0dee3b
+create_wrksrc=yes
+
+do_install() {
+	vmkdir usr/share/claws-mail/themes
+	vcopy "${wrksrc}/BasicSVG" usr/share/claws-mail/themes
+}

From 89d529b7e3f09833ac0ff243688151cc6305024e Mon Sep 17 00:00:00 2001
From: Florian Wagner <florian@wagner-flo.net>
Date: Tue, 26 Dec 2023 19:41:34 +0100
Subject: [PATCH 3/5] New package: bupstash-0.12.0.

---
 srcpkgs/bupstash/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/bupstash/template

diff --git a/srcpkgs/bupstash/template b/srcpkgs/bupstash/template
new file mode 100644
index 00000000000000..3a4703dbba5858
--- /dev/null
+++ b/srcpkgs/bupstash/template
@@ -0,0 +1,18 @@
+# Template file for 'bupstash'
+pkgname=bupstash
+version=0.12.0
+revision=1
+archs="~i686*"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libsodium-devel"
+short_desc="Easy and efficient encrypted backups"
+maintainer="Florian Wagner <florian@wagner-flo.de>"
+license="MIT"
+homepage="https://bupstash.io"
+distfiles="https://github.com/andrewchambers/bupstash/archive/refs/tags/v${version}.tar.gz"
+checksum=a2ce4eeb2caa881a778e823cc70d39c2adb0b301f737c55e44a4dd0fbd6a4265
+
+post_install() {
+	vlicense LICENSE
+}

From b974d4a158af88be79fa282bb37fb78296791858 Mon Sep 17 00:00:00 2001
From: Florian Wagner <florian@wagner-flo.net>
Date: Wed, 1 May 2024 10:13:20 +0200
Subject: [PATCH 4/5] python3-zstandard: update to 0.22.0

---
 .../patches/disablehardcodedversion.patch             | 11 +++++++++++
 srcpkgs/python3-zstandard/template                    |  6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/python3-zstandard/patches/disablehardcodedversion.patch

diff --git a/srcpkgs/python3-zstandard/patches/disablehardcodedversion.patch b/srcpkgs/python3-zstandard/patches/disablehardcodedversion.patch
new file mode 100644
index 00000000000000..3b72fa20c73a9e
--- /dev/null
+++ b/srcpkgs/python3-zstandard/patches/disablehardcodedversion.patch
@@ -0,0 +1,11 @@
+--- a/c-ext/backend_c.c	2023-11-01 02:58:34.000000000 -0300
++++ b/c-ext/backend_c.c	2024-03-29 21:32:40.694372789 -0300
+@@ -152,7 +152,7 @@
+     PyObject *features = NULL;
+     PyObject *feature = NULL;
+     unsigned zstd_ver_no = ZSTD_versionNumber();
+-    unsigned our_hardcoded_version = 10505;
++    unsigned our_hardcoded_version = ZSTD_VERSION_NUMBER;
+     if (ZSTD_VERSION_NUMBER != our_hardcoded_version ||
+         zstd_ver_no != our_hardcoded_version) {
+         PyErr_Format(
diff --git a/srcpkgs/python3-zstandard/template b/srcpkgs/python3-zstandard/template
index d59cbb09b965fc..36907f76c111c1 100644
--- a/srcpkgs/python3-zstandard/template
+++ b/srcpkgs/python3-zstandard/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-zstandard'
 pkgname=python3-zstandard
-version=0.21.0
-revision=3
+version=0.22.0
+revision=1
 build_style=python3-module
 make_build_args="--system-zstd"
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/indygreg/python-zstandard"
 changelog="https://raw.githubusercontent.com/indygreg/python-zstandard/main/docs/news.rst"
 distfiles="https://github.com/indygreg/python-zstandard/archive/${version}.tar.gz"
-checksum=15adc6bfa629d48b0bb658e9eae94c484adb66a28738fa780478eebeb41599a5
+checksum=34ce7ef020afca1344c538a778e2a2e30dc43b11509aa4cb5cf076228d959ca7
 
 pre_check() {
 	# The skipped test ignored due to failure, see:

From 19c567bd05163780878582394ab1aeb91c654a57 Mon Sep 17 00:00:00 2001
From: Florian Wagner <florian@wagner-flo.net>
Date: Wed, 1 May 2024 10:14:38 +0200
Subject: [PATCH 5/5] mesa: enable support for xe kernel driver

---
 srcpkgs/mesa/template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index aec17d420a904e..aa970009db5c83 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,7 +1,7 @@
 # Template file for 'mesa'
 pkgname=mesa
 version=24.0.5
-revision=1
+revision=2
 build_style=meson
 _llvmver=17
 #Disable LTO flag should be present, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/6911
@@ -95,6 +95,8 @@ if [ "$_have_intel" ]; then
 	subpackages+=" mesa-vulkan-intel"
 	# transitional dummy packages
 	subpackages+=" mesa-intel-dri"
+	# enable support for xe kernel driver
+	configure_args+=" -Dintel-xe-kmd=enabled"
 fi
 
 if [ "$_have_nv" ]; then

  parent reply	other threads:[~2024-05-01  8:16 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-13  9:54 [PR PATCH] " wagnerflo
2023-03-13  9:57 ` [PR PATCH] [Updated] " wagnerflo
2023-03-13  9:58 ` wagnerflo
2023-06-12  2:05 ` github-actions
2023-06-12  7:21 ` wagnerflo
2023-09-12  1:44 ` github-actions
2023-09-12 10:36 ` wagnerflo
2023-12-12  1:46 ` github-actions
2023-12-26 18:14 ` [PR PATCH] [Updated] " wagnerflo
2023-12-26 18:42 ` wagnerflo
2024-03-16  9:48 ` wagnerflo
2024-03-16 10:07 ` wagnerflo
2024-03-16 10:21 ` wagnerflo
2024-03-16 10:22 ` wagnerflo
2024-03-16 10:34 ` wagnerflo
2024-03-16 10:35 ` wagnerflo
2024-03-16 10:49 ` wagnerflo
2024-03-16 10:52 ` wagnerflo
2024-03-16 10:54 ` wagnerflo
2024-03-16 10:55 ` wagnerflo
2024-03-16 11:10 ` wagnerflo
2024-03-16 11:14 ` wagnerflo
2024-03-16 11:44 ` wagnerflo
2024-03-27 11:14 ` wagnerflo
2024-03-27 11:17 ` wagnerflo
2024-03-27 11:20 ` wagnerflo
2024-03-27 11:24 ` wagnerflo
2024-03-31  7:27 ` wagnerflo
2024-03-31  8:04 ` wagnerflo
2024-04-05 16:50 ` wagnerflo
2024-04-05 17:03 ` wagnerflo
2024-04-05 17:10 ` wagnerflo
2024-04-05 17:15 ` wagnerflo
2024-04-05 17:15 ` wagnerflo
2024-04-05 17:54 ` wagnerflo
2024-04-07 10:22 ` wagnerflo
2024-04-07 19:53 ` wagnerflo
2024-04-10 13:23 ` wagnerflo
2024-04-10 13:30 ` wagnerflo
2024-04-10 13:46 ` wagnerflo
2024-04-10 13:52 ` wagnerflo
2024-04-10 16:13 ` wagnerflo
2024-04-11  9:53 ` wagnerflo
2024-04-28 13:13 ` wagnerflo
2024-04-28 13:14 ` wagnerflo
2024-05-01  8:14 ` wagnerflo
2024-05-01  8:16 ` wagnerflo [this message]
2024-05-01 10:53 ` wagnerflo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240501081606.CE3312121C@inbox.vuxu.org \
    --to=wagnerflo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).