summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-04-21 03:02:14 +0100
committerSam James <sam@gentoo.org>2024-04-21 03:02:14 +0100
commit607050f54f5cc337415cb516ca0a9e634213e713 (patch)
treea34605ff53b214a171bafa9f239684e8114aff94 /gui-libs
parentnet-misc/haeredes: add 0.5.4 (diff)
downloadgentoo-607050f54f5cc337415cb516ca0a9e634213e713.tar.gz
gentoo-607050f54f5cc337415cb516ca0a9e634213e713.tar.bz2
gentoo-607050f54f5cc337415cb516ca0a9e634213e713.zip
gui-libs/xdg-desktop-portal-wlr: install portal config to right directory
Bug: https://bugs.gentoo.org/915702 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r--gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0-r2.ebuild (renamed from gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0-r1.ebuild)4
-rw-r--r--gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.1-r1.ebuild (renamed from gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.1.ebuild)2
-rw-r--r--gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild4
3 files changed, 5 insertions, 5 deletions
diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0-r1.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0-r2.ebuild
index ee4c1b0f3797..4d9cd474ecb2 100644
--- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0-r1.ebuild
+++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -64,6 +64,6 @@ src_install() {
meson_src_install
# bug #915702
- insinto /usr/share/xdg-desktop-portal/portals
+ insinto /usr/share/xdg-desktop-portal
doins "${WORKDIR}/${P}/contrib/wlroots-portals.conf"
}
diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.1.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.1-r1.ebuild
index 305cb089f788..755c9937371a 100644
--- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.1.ebuild
+++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.1-r1.ebuild
@@ -60,6 +60,6 @@ src_install() {
meson_src_install
# bug #915702
- insinto /usr/share/xdg-desktop-portal/portals
+ insinto /usr/share/xdg-desktop-portal
doins "${WORKDIR}/${P}/contrib/wlroots-portals.conf"
}
diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild
index f874a75b8fbd..755c9937371a 100644
--- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild
+++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -60,6 +60,6 @@ src_install() {
meson_src_install
# bug #915702
- insinto /usr/share/xdg-desktop-portal/portals
+ insinto /usr/share/xdg-desktop-portal
doins "${WORKDIR}/${P}/contrib/wlroots-portals.conf"
}