* [gentoo-commits] repo/gentoo:master commit in: sys-libs/snapd-glib/, sys-libs/snapd-glib/files/
@ 2024-04-26 19:44 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2024-04-26 19:44 UTC (permalink / raw
To: gentoo-commits
commit: b150466d0b9ddeac707d138269170650068c7fe3
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 19:43:53 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 19:44:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b150466d
sys-libs/snapd-glib: fix compilation of kde-plasma/discover[snap]
Notice header was not installed by meson
Bug: https://github.com/snapcore/snapd-glib/pull/152
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../files/snapd-glib-1.65-install-missing-header.patch | 13 +++++++++++++
.../{snapd-glib-1.65.ebuild => snapd-glib-1.65-r1.ebuild} | 5 +++++
2 files changed, 18 insertions(+)
diff --git a/sys-libs/snapd-glib/files/snapd-glib-1.65-install-missing-header.patch b/sys-libs/snapd-glib/files/snapd-glib-1.65-install-missing-header.patch
new file mode 100644
index 000000000000..71371795f865
--- /dev/null
+++ b/sys-libs/snapd-glib/files/snapd-glib-1.65-install-missing-header.patch
@@ -0,0 +1,13 @@
+https://github.com/snapcore/snapd-glib/pull/152
+diff --git a/snapd-qt/meson.build b/snapd-qt/meson.build
+index a767c6d..db2f5bf 100644
+--- a/snapd-qt/meson.build
++++ b/snapd-qt/meson.build
+@@ -131,6 +131,7 @@ source_alias_h = [
+ 'Snapd/MarkdownNode',
+ 'Snapd/MarkdownParser',
+ 'Snapd/Media',
++ 'Snapd/Notice',
+ 'Snapd/Plug',
+ 'Snapd/PlugRef',
+ 'Snapd/Price',
diff --git a/sys-libs/snapd-glib/snapd-glib-1.65.ebuild b/sys-libs/snapd-glib/snapd-glib-1.65-r1.ebuild
similarity index 92%
rename from sys-libs/snapd-glib/snapd-glib-1.65.ebuild
rename to sys-libs/snapd-glib/snapd-glib-1.65-r1.ebuild
index ce6cc2f734a2..558bca6c7442 100644
--- a/sys-libs/snapd-glib/snapd-glib-1.65.ebuild
+++ b/sys-libs/snapd-glib/snapd-glib-1.65-r1.ebuild
@@ -52,6 +52,11 @@ RDEPEND="${DEPEND}
app-containers/snapd
"
+PATCHES=(
+ # https://github.com/snapcore/snapd-glib/pull/152
+ "${FILESDIR}/${P}-install-missing-header.patch"
+)
+
pkg_setup() {
vala_setup
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/snapd-glib/, sys-libs/snapd-glib/files/
@ 2025-06-04 6:52 Nowa Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Nowa Ammerlaan @ 2025-06-04 6:52 UTC (permalink / raw
To: gentoo-commits
commit: a135ffdf2ba2ae9a0dd5561115117d21f9721b66
Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 4 06:50:12 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Wed Jun 4 06:51:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a135ffdf
sys-libs/snapd-glib: backport patch for installing missing header
Closes: https://bugs.gentoo.org/957104
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
| 11 +++++++++++
.../{snapd-glib-1.67.ebuild => snapd-glib-1.67-r1.ebuild} | 5 +++++
2 files changed, 16 insertions(+)
--git a/sys-libs/snapd-glib/files/snapd-glib-1.67-install-missing-header.patch b/sys-libs/snapd-glib/files/snapd-glib-1.67-install-missing-header.patch
new file mode 100644
index 000000000000..673f17c2fe82
--- /dev/null
+++ b/sys-libs/snapd-glib/files/snapd-glib-1.67-install-missing-header.patch
@@ -0,0 +1,11 @@
+6620406c7280a1f56b53151131350050df8d24af
+--- a/snapd-qt/meson.build
++++ b/snapd-qt/meson.build
+@@ -113,6 +113,7 @@ source_h = [
+ 'Snapd/task-data.h',
+ 'Snapd/user-information.h',
+ 'Snapd/wrapped-object.h',
++ 'Snapd/snapdqt_global.h',
+ ]
+
+ source_alias_h = [
diff --git a/sys-libs/snapd-glib/snapd-glib-1.67.ebuild b/sys-libs/snapd-glib/snapd-glib-1.67-r1.ebuild
similarity index 89%
rename from sys-libs/snapd-glib/snapd-glib-1.67.ebuild
rename to sys-libs/snapd-glib/snapd-glib-1.67-r1.ebuild
index 74bc914db417..dcfda62bd1cf 100644
--- a/sys-libs/snapd-glib/snapd-glib-1.67.ebuild
+++ b/sys-libs/snapd-glib/snapd-glib-1.67-r1.ebuild
@@ -49,6 +49,11 @@ RDEPEND="${DEPEND}
app-containers/snapd
"
+PATCHES=(
+ # https://github.com/canonical/snapd-glib/commit/6620406c7280a1f56b53151131350050df8d24af
+ "${FILESDIR}/${P}-install-missing-header.patch"
+)
+
pkg_setup() {
vala_setup
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-04 6:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-04 6:52 [gentoo-commits] repo/gentoo:master commit in: sys-libs/snapd-glib/, sys-libs/snapd-glib/files/ Nowa Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2024-04-26 19:44 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox