From: MIvanchev <MIvanchev@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] discount: update to 3.0.0d
Date: Tue, 19 Nov 2024 14:07:18 +0100 [thread overview]
Message-ID: <20241119130718.3CBDA23F8C@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-53142@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 489 bytes --]
There is an updated pull request by MIvanchev against master on the void-packages repository
https://github.com/MIvanchev/void-packages discount
https://github.com/void-linux/void-packages/pull/53142
discount: update to 3.0.0d
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (X86_64-GLIBC)
A patch file from https://github.com/void-linux/void-packages/pull/53142.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-discount-53142.patch --]
[-- Type: text/x-diff, Size: 5588 bytes --]
From 34d6940cc35dc18b87762f7321db8c6edc053a16 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Tue, 19 Nov 2024 13:56:26 +0100
Subject: [PATCH 1/7] discount: bump common/shlibs
---
common/shlibs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/shlibs b/common/shlibs
index 381c6ef8bcc866..8503c3e4bb7729 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2793,7 +2793,7 @@ libsmpeg2-2.0.so.0 smpeg2-2.0.0_1
libedac.so.1 libedac-0.18_1
libxlsreader.so.8 libxls-1.6.1_1
libR.so R-4.0.2_1
-libmarkdown.so.2 discount-2.2.0_3
+libmarkdown.so.3 discount-3.0.0d_1
libkeystone.so.0 keystone-0.9_1
libmate-slab.so.0 libmate-control-center-1.14.0_2
libuev.so.3 libuev-2.4.0_1
From 0d25d317c5efb2318994f39cb7c213b80eafc22b Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Tue, 19 Nov 2024 13:51:11 +0100
Subject: [PATCH 2/7] discount: update to 3.0.0d
---
srcpkgs/discount/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/discount/template b/srcpkgs/discount/template
index d61cfffb8b41de..e8009d8a7a6e33 100644
--- a/srcpkgs/discount/template
+++ b/srcpkgs/discount/template
@@ -1,6 +1,6 @@
# Template file for 'discount'
pkgname=discount
-version=2.2.7d
+version=3.0.0d
revision=1
build_style=configure
configure_script="./configure.sh"
@@ -10,11 +10,11 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
homepage="http://www.pell.portland.or.us/~orc/Code/discount"
distfiles="https://github.com/Orc/discount/archive/v${version}.tar.gz"
-checksum=eb9f6629dadddb44c3111267b82e51d5fb8364e228cc3533fe937d8a99e0155b
+checksum=0ed8cc27ac5d46dc6a8beedd5e5673ac8b466a6474bdb7d35f37c815f670385f
disable_parallel_build=yes
do_install() {
- make DESTDIR=${DESTDIR} install install.man
+ make DESTDIR=${DESTDIR} install.everything
vlicense COPYRIGHT
}
discount-devel_package() {
From 04601d4004a1f37f7247f6802d1535a0ad8de4ff Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Tue, 19 Nov 2024 14:05:52 +0100
Subject: [PATCH 3/7] Minder: bump revision to update shlibs
---
srcpkgs/Minder/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/Minder/template b/srcpkgs/Minder/template
index c128c62552fae7..477da7ccb12da9 100644
--- a/srcpkgs/Minder/template
+++ b/srcpkgs/Minder/template
@@ -1,7 +1,7 @@
# Template file for 'Minder'
pkgname=Minder
version=1.14.0
-revision=2
+revision=3
build_style=meson
hostmakedepends="pkg-config gettext glib-devel vala"
makedepends="cairo-devel granite-devel gtk+3-devel libxml2-devel libgee08-devel
From 99039fe827cf9231326f1c6d347b9a3517ec6bf3 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Tue, 19 Nov 2024 14:06:04 +0100
Subject: [PATCH 4/7] cutemarked: bump revision to update shlibs
---
srcpkgs/cutemarked/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/cutemarked/template b/srcpkgs/cutemarked/template
index 9723219bda6a40..e52d53a0b86ebe 100644
--- a/srcpkgs/cutemarked/template
+++ b/srcpkgs/cutemarked/template
@@ -2,7 +2,7 @@
pkgname=cutemarked
reverts="v0.11.0_1"
version=0.11.3
-revision=8
+revision=9
build_style=qmake
hostmakedepends="pkg-config qt5-qmake"
makedepends="qt5-devel qt5-tools-devel qt5-webkit-devel discount-devel hunspell-devel"
From 0015b8a57bf836afcef47db65ec15b496ab254ca Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Tue, 19 Nov 2024 14:06:27 +0100
Subject: [PATCH 5/7] kdepim-addons: bump revision to update shlibs
---
srcpkgs/kdepim-addons/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kdepim-addons/template b/srcpkgs/kdepim-addons/template
index 4334bf98c66b07..14e17d68e0d60b 100644
--- a/srcpkgs/kdepim-addons/template
+++ b/srcpkgs/kdepim-addons/template
@@ -1,7 +1,7 @@
# Template file for 'kdepim-addons'
pkgname=kdepim-addons
version=24.08.0
-revision=1
+revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
From d754990c6902d3031128bba6272432a7748db587 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Tue, 19 Nov 2024 14:06:41 +0100
Subject: [PATCH 6/7] notes-up: bump revision to update shlibs
---
srcpkgs/notes-up/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/notes-up/template b/srcpkgs/notes-up/template
index 43e621cbdb66da..715d777a39bbe3 100644
--- a/srcpkgs/notes-up/template
+++ b/srcpkgs/notes-up/template
@@ -1,7 +1,7 @@
# Template file for 'notes-up'
pkgname=notes-up
version=2.0.6
-revision=2
+revision=3
build_style=meson
hostmakedepends="pkg-config vala gettext glib-devel"
makedepends="libgee08-devel discount-devel libwebkit2gtk41-devel granite-devel
From d1f2a5737a10e882d3c00a6eccb8aaed5f560d10 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Tue, 19 Nov 2024 14:07:07 +0100
Subject: [PATCH 7/7] okular: bump revision to update shlibs
---
srcpkgs/okular/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/okular/template b/srcpkgs/okular/template
index 979057cee0566a..d0a4eaaabe6a40 100644
--- a/srcpkgs/okular/template
+++ b/srcpkgs/okular/template
@@ -1,7 +1,7 @@
# Template file for 'okular'
pkgname=okular
version=24.08.1
-revision=1
+revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
next prev parent reply other threads:[~2024-11-19 13:07 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-19 12:57 [PR PATCH] " MIvanchev
2024-11-19 12:57 ` MIvanchev
2024-11-19 13:00 ` [PR PATCH] [Updated] " MIvanchev
2024-11-19 13:06 ` leahneukirchen
2024-11-19 13:07 ` MIvanchev [this message]
2024-11-19 13:33 ` leahneukirchen
2024-11-19 13:41 ` MIvanchev
2024-11-19 13:50 ` MIvanchev
2024-11-19 16:55 ` [PR PATCH] [Updated] " MIvanchev
2024-11-19 17:12 ` MIvanchev
2024-11-19 17:31 ` MIvanchev
2024-11-19 18:37 ` MIvanchev
2024-11-19 21:22 ` MIvanchev
2024-11-19 21:22 ` MIvanchev
2024-11-19 21:22 ` MIvanchev
2024-11-20 13:35 ` leahneukirchen
2024-11-20 17:53 ` [PR PATCH] [Merged]: " leahneukirchen
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=20241119130718.3CBDA23F8C@inbox.vuxu.org \
--to=mivanchev@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).