public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-libs/text-engine/files/, gui-libs/text-engine/
Date: Tue,  2 Aug 2022 10:55:16 +0000 (UTC)	[thread overview]
Message-ID: <1659195541.bf56e3422de54df5b8a9b518d8a1d866f76a6093.lanodan@gentoo> (raw)

commit:     bf56e3422de54df5b8a9b518d8a1d866f76a6093
Author:     Yuan Liao <liaoyuan <AT> gmail <DOT> com>
AuthorDate: Sat Jul 30 15:39:01 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Jul 30 15:39:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf56e342

gui-libs/text-engine: Correct package version in meson.build for 0.1.1

Closes: https://bugs.gentoo.org/860015
Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>

 .../text-engine-0.1.1-fix-package-version.patch    | 25 ++++++++++++++++++++++
 ...ne-0.1.1.ebuild => text-engine-0.1.1-r1.ebuild} |  4 ++++
 2 files changed, 29 insertions(+)

diff --git a/gui-libs/text-engine/files/text-engine-0.1.1-fix-package-version.patch b/gui-libs/text-engine/files/text-engine-0.1.1-fix-package-version.patch
new file mode 100644
index 000000000..21fe6e5a3
--- /dev/null
+++ b/gui-libs/text-engine/files/text-engine-0.1.1-fix-package-version.patch
@@ -0,0 +1,25 @@
+From aac86863fbbf31c5ef557e5030e7a87f85db79af Mon Sep 17 00:00:00 2001
+From: Yuan Liao <liaoyuan@gmail.com>
+Date: Sat, 30 Jul 2022 07:24:51 -0700
+Subject: [PATCH] meson.build: Correct package version
+
+Bug: https://bugs.gentoo.org/860015
+Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index dab9b8a..80a505b 100644
+--- a/meson.build
++++ b/meson.build
+@@ -1,5 +1,5 @@
+ project('text-engine', 'c',
+-          version: '0.1.0',
++          version: '0.1.1',
+     meson_version: '>= 0.50.0',
+   default_options: [ 'warning_level=2',
+                      'c_std=gnu11',
+-- 
+2.35.1
+

diff --git a/gui-libs/text-engine/text-engine-0.1.1.ebuild b/gui-libs/text-engine/text-engine-0.1.1-r1.ebuild
similarity index 93%
rename from gui-libs/text-engine/text-engine-0.1.1.ebuild
rename to gui-libs/text-engine/text-engine-0.1.1-r1.ebuild
index 3d0af284c..d4e525e9c 100644
--- a/gui-libs/text-engine/text-engine-0.1.1.ebuild
+++ b/gui-libs/text-engine/text-engine-0.1.1-r1.ebuild
@@ -39,6 +39,10 @@ RDEPEND="
 	x11-libs/pango
 "
 
+PATCHES=(
+	"${FILESDIR}/${P}-fix-package-version.patch"
+)
+
 src_prepare() {
 	default
 	sed -i -e "/subdir('demo')/d" meson.build ||


                 reply	other threads:[~2022-08-02 10:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1659195541.bf56e3422de54df5b8a9b518d8a1d866f76a6093.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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