* [gentoo-commits] repo/proj/guru:dev commit in: games-util/curseforge/
@ 2025-01-30 12:15 Vincent Ahluwalia
0 siblings, 0 replies; 8+ messages in thread
From: Vincent Ahluwalia @ 2025-01-30 12:15 UTC (permalink / raw
To: gentoo-commits
commit: 6d2bf75fc6d74e466b1610a2bf47457b12330964
Author: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
AuthorDate: Thu Jan 30 12:14:29 2025 +0000
Commit: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
CommitDate: Thu Jan 30 12:15:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d2bf75f
games-util/curseforge: Fix bugs 949065, 949066 and 949067
Signed-off-by: Vincent Ahluwalia <vincentahluwalia <AT> protonmail.com>
games-util/curseforge/curseforge-1.269.2.22204.ebuild | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/games-util/curseforge/curseforge-1.269.2.22204.ebuild b/games-util/curseforge/curseforge-1.269.2.22204.ebuild
index 22cd1d8be..50e6153b9 100644
--- a/games-util/curseforge/curseforge-1.269.2.22204.ebuild
+++ b/games-util/curseforge/curseforge-1.269.2.22204.ebuild
@@ -9,7 +9,7 @@ CHROMIUM_LANGS="
sw ta te th tr uk ur vi zh-CN zh-TW
"
-inherit chromium-2 desktop unpacker linux-info
+inherit chromium-2 desktop unpacker linux-info xdg-utils
DESCRIPTION="The CurseForge Electron App"
HOMEPAGE="https://www.curseforge.com/"
@@ -21,7 +21,7 @@ SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist mirror strip test"
-DEPEND="
+RDEPEND="
app-accessibility/at-spi2-core
dev-libs/expat
dev-libs/glib
@@ -48,6 +48,7 @@ DEPEND="
x11-libs/pango
x11-misc/xdg-utils
"
+DEPEND="${RDEPEND}"
DESTDIR="/opt/${PN}"
@@ -89,4 +90,11 @@ pkg_postinst() {
elog "This package will keep itself up-to-date."
elog "No need to download any ebuilds in the future."
elog "CurseForge is not open-source."
+ xdg_icon_cache_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+ xdg_desktop_database_update
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-util/curseforge/
@ 2025-02-25 1:59 Stefan Cristian B.
0 siblings, 0 replies; 8+ messages in thread
From: Stefan Cristian B. @ 2025-02-25 1:59 UTC (permalink / raw
To: gentoo-commits
commit: 9f17ae7c35ff8b2cce23e48293721a995bed9e17
Author: Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
AuthorDate: Tue Feb 25 01:52:20 2025 +0000
Commit: Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
CommitDate: Tue Feb 25 01:52:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f17ae7c
games-util/curseforge: 1.272.1_p23373 change versioning
* Change versioning so it matches the .deb package.
And to be in ebuild format standards.
Signed-off-by: Stefan Cristian B. <stefan.cristian+git <AT> rogentos.ro>
games-util/curseforge/Manifest | 2 +-
.../{curseforge-1.269.3000.ebuild => curseforge-1.272.1_p23373.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-util/curseforge/Manifest b/games-util/curseforge/Manifest
index 05763b458..89e7b399a 100644
--- a/games-util/curseforge/Manifest
+++ b/games-util/curseforge/Manifest
@@ -1 +1 @@
-DIST curseforge-1.269.3000.deb 89749678 BLAKE2B 0a2f73b67dca73cccbe400c3ef48e5ee67e2313b06bbc7eb569283b01821da0ad94f68bd5ba485bd652bdd8987ddc4c5e8fbc36a5b0b6a4e862ff3d1c9065518 SHA512 7c88d26a774eef3fe5c3eeaa38a253c1fe39780bdbbdd967c7502cdb276c9005ee50a254535b4b95faa5e83d74d4af35ca1c414c221459f5ad22e4bae0b8ac31
+DIST curseforge-1.272.1_p23373.deb 89749678 BLAKE2B 0a2f73b67dca73cccbe400c3ef48e5ee67e2313b06bbc7eb569283b01821da0ad94f68bd5ba485bd652bdd8987ddc4c5e8fbc36a5b0b6a4e862ff3d1c9065518 SHA512 7c88d26a774eef3fe5c3eeaa38a253c1fe39780bdbbdd967c7502cdb276c9005ee50a254535b4b95faa5e83d74d4af35ca1c414c221459f5ad22e4bae0b8ac31
diff --git a/games-util/curseforge/curseforge-1.269.3000.ebuild b/games-util/curseforge/curseforge-1.272.1_p23373.ebuild
similarity index 100%
rename from games-util/curseforge/curseforge-1.269.3000.ebuild
rename to games-util/curseforge/curseforge-1.272.1_p23373.ebuild
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-util/curseforge/
@ 2025-02-25 1:09 Stefan Cristian B.
0 siblings, 0 replies; 8+ messages in thread
From: Stefan Cristian B. @ 2025-02-25 1:09 UTC (permalink / raw
To: gentoo-commits
commit: c5a1f3fae558148e50f84fac36e0b1b6a571f996
Author: Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
AuthorDate: Tue Feb 25 01:08:40 2025 +0000
Commit: Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
CommitDate: Tue Feb 25 01:08:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5a1f3fa
games-util/curseforge: added Overwolf license back
* The Overwolf license is already defined in licenses.
Corrected the removal of Overwolf license.
Signed-off-by: Stefan Cristian B. <stefan.cristian+git <AT> rogentos.ro>
games-util/curseforge/curseforge-1.269.3000.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-util/curseforge/curseforge-1.269.3000.ebuild b/games-util/curseforge/curseforge-1.269.3000.ebuild
index af9ede995..4f1d33085 100644
--- a/games-util/curseforge/curseforge-1.269.3000.ebuild
+++ b/games-util/curseforge/curseforge-1.269.3000.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
amd64? ( https://${PN}.overwolf.com/downloads/${PN}-latest-linux.deb -> ${P}.deb )"
S="${WORKDIR}/"
-LICENSE="Apache-2.0 BSD BSD-2 GPL-2 LGPL-2+ LGPL-2.1 MPL-2.0 MIT"
+LICENSE="Overwolf Apache-2.0 BSD BSD-2 GPL-2 LGPL-2+ LGPL-2.1 MPL-2.0 MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist mirror strip test"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-util/curseforge/
@ 2025-02-25 1:00 Stefan Cristian B.
0 siblings, 0 replies; 8+ messages in thread
From: Stefan Cristian B. @ 2025-02-25 1:00 UTC (permalink / raw
To: gentoo-commits
commit: 34b800277ff25994cb4d1c3d9a5f3602df579351
Author: Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
AuthorDate: Tue Feb 25 00:27:06 2025 +0000
Commit: Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
CommitDate: Tue Feb 25 00:27:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34b80027
games-util/curseforge: drop 1.269.2.22204
Signed-off-by: Stefan Cristian B. <stefan.cristian+git <AT> rogentos.ro>
.../curseforge/curseforge-1.269.2.22204.ebuild | 98 ----------------------
1 file changed, 98 deletions(-)
diff --git a/games-util/curseforge/curseforge-1.269.2.22204.ebuild b/games-util/curseforge/curseforge-1.269.2.22204.ebuild
deleted file mode 100644
index d0eedff91..000000000
--- a/games-util/curseforge/curseforge-1.269.2.22204.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_LANGS="
- af am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he hi
- hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv
- sw ta te th tr uk ur vi zh-CN zh-TW
-"
-
-inherit chromium-2 desktop unpacker linux-info xdg
-
-DESCRIPTION="The CurseForge Electron App"
-HOMEPAGE="https://www.curseforge.com/"
-SRC_URI="https://curseforge.overwolf.com/downloads/curseforge-latest-linux.deb"
-S="${WORKDIR}/"
-
-LICENSE="Overwolf MIT Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="bindist mirror strip test"
-
-RDEPEND="
- app-accessibility/at-spi2-core
- dev-libs/expat
- dev-libs/glib
- dev-libs/nspr
- dev-libs/nss
- media-libs/alsa-lib
- media-libs/fontconfig
- media-libs/mesa[gbm(+)]
- net-print/cups
- sys-apps/dbus
- sys-libs/glibc
- x11-libs/cairo
- x11-libs/libdrm
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXext
- x11-libs/libXfixes
- x11-libs/libXrandr
- x11-libs/libdrm
- x11-libs/libxcb
- x11-libs/libxkbcommon
- x11-libs/pango
- x11-misc/xdg-utils
-"
-DEPEND="${RDEPEND}"
-
-DESTDIR="/opt/${PN}"
-
-QA_PREBUILT="*"
-
-CONFIG_CHECK="~USER_NS"
-
-src_configure() {
- default
- chromium_suid_sandbox_check_kernel_config
-}
-
-src_install() {
- sed -i 's/Exec=.*/Exec=\/usr\/bin\/curseforge %U/' \
- "usr/share/applications/curseforge.desktop" \
- || die "Failed correcting .desktop file"
-
- doicon -s 256 "usr/share/icons/hicolor/256x256/apps/curseforge.png"
- domenu "usr/share/applications/curseforge.desktop"
-
- exeinto "${DESTDIR}"
- cd opt/CurseForge/ || die "Failed changing directory to unpacked source"
- doexe curseforge chrome-sandbox libEGL.so libGLESv2.so libffmpeg.so libvk_swiftshader.so libvulkan.so.1
-
- insinto "${DESTDIR}"
- doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin
- insopts -m0755
- doins -r locales resources
-
- fowners root "${DESTDIR}/chrome-sandbox"
- fperms 4711 "${DESTDIR}/chrome-sandbox"
-
- [[ -x chrome_crashpad_handler ]] && doins chrome_crashpad_handler
-
- dosym "${DESTDIR}/curseforge" "/usr/bin/curseforge"
-}
-
-pkg_postinst() {
- elog "This package will keep itself up-to-date."
- elog "No need to download any ebuilds in the future."
- elog "CurseForge is not open-source."
- xdg_pkg_postinst
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-util/curseforge/
@ 2025-02-25 1:00 Stefan Cristian B.
0 siblings, 0 replies; 8+ messages in thread
From: Stefan Cristian B. @ 2025-02-25 1:00 UTC (permalink / raw
To: gentoo-commits
commit: 98d8cd73af0a87c5737e4324fd593e9d9b3b11c9
Author: Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
AuthorDate: Tue Feb 25 00:28:00 2025 +0000
Commit: Stefan Cristian B. <stefan.cristian+git <AT> rogentos <DOT> ro>
CommitDate: Tue Feb 25 00:28:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98d8cd73
games-util/curseforge: version bump 1.269.3000 + bugfixes
* The app does not auto-update itself.
As ztrawhcse mentioned on #gentoo-guru,
the ebuild only needs regular bump,
since its source is not changing versions.
We needed to adjust the SRC_URI to rename
the source via arrow rename, and bump
whenever upstream uploads new version.
Checksum manifest will be generated whenever
we bump a version, so it will not conflict
with old Manifest.
* Corrected licenses
* Corrected dependencies
* Corrected sed syntax
* Corrected hardcoded values
* Added arrow rename SRC_URI
Signed-off-by: Stefan Cristian B. <stefan.cristian+git <AT> rogentos.ro>
games-util/curseforge/Manifest | 2 +-
games-util/curseforge/curseforge-1.269.3000.ebuild | 86 ++++++++++++++++++++++
2 files changed, 87 insertions(+), 1 deletion(-)
diff --git a/games-util/curseforge/Manifest b/games-util/curseforge/Manifest
index d7022dad2..05763b458 100644
--- a/games-util/curseforge/Manifest
+++ b/games-util/curseforge/Manifest
@@ -1 +1 @@
-DIST curseforge-latest-linux.deb 89233064 BLAKE2B 73b8a6909069daca391b05ee95aa125238b99d5672320c6d2039aee77ed1da84e1815967cb4978aea73635d8b8811c37a69a08cfdf11035f21f8afb8072699c0 SHA512 3d905be47c5d9a54d5a934f60166c6974a2ec562877f77e2e4f4885473a594b386ca8e7b6cb85f2d48d86debfa3e12bafbed0d1fa6e0e594d2581ec940991f3a
+DIST curseforge-1.269.3000.deb 89749678 BLAKE2B 0a2f73b67dca73cccbe400c3ef48e5ee67e2313b06bbc7eb569283b01821da0ad94f68bd5ba485bd652bdd8987ddc4c5e8fbc36a5b0b6a4e862ff3d1c9065518 SHA512 7c88d26a774eef3fe5c3eeaa38a253c1fe39780bdbbdd967c7502cdb276c9005ee50a254535b4b95faa5e83d74d4af35ca1c414c221459f5ad22e4bae0b8ac31
diff --git a/games-util/curseforge/curseforge-1.269.3000.ebuild b/games-util/curseforge/curseforge-1.269.3000.ebuild
new file mode 100644
index 000000000..af9ede995
--- /dev/null
+++ b/games-util/curseforge/curseforge-1.269.3000.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+ af am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he hi
+ hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv
+ sw ta te th tr uk ur vi zh-CN zh-TW
+"
+
+inherit chromium-2 desktop unpacker linux-info xdg
+
+DESCRIPTION="The CurseForge Electron App"
+HOMEPAGE="https://www.curseforge.com/"
+SRC_URI="
+ amd64? ( https://${PN}.overwolf.com/downloads/${PN}-latest-linux.deb -> ${P}.deb )"
+S="${WORKDIR}/"
+
+LICENSE="Apache-2.0 BSD BSD-2 GPL-2 LGPL-2+ LGPL-2.1 MPL-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="bindist mirror strip test"
+
+RDEPEND="
+ app-accessibility/at-spi2-core:2
+ dev-libs/expat
+ dev-libs/glib:2
+ dev-libs/nspr
+ dev-libs/nss
+ media-libs/alsa-lib
+ media-libs/mesa[gbm(+)]
+ net-print/cups
+ sys-apps/dbus
+ sys-libs/zlib
+ x11-libs/cairo
+ x11-libs/libdrm
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXrandr
+ x11-libs/libdrm
+ x11-libs/libxcb
+ x11-libs/libxkbcommon
+ x11-libs/libX11
+ x11-libs/pango
+ x11-misc/xdg-utils
+"
+DESTDIR="/opt/${PN}"
+
+QA_PREBUILT="*"
+
+CONFIG_CHECK="~USER_NS"
+
+src_configure() {
+ default
+ chromium_suid_sandbox_check_kernel_config
+}
+
+src_install() {
+ sed -i "s|Exec=.*|Exec=/usr/bin/${PN} %U|" \
+ "usr/share/applications/${PN}.desktop" \
+ || die "Failed correcting .desktop file"
+
+ doicon -s 256 "usr/share/icons/hicolor/256x256/apps/${PN}.png"
+ domenu "usr/share/applications/${PN}.desktop"
+
+ exeinto "${DESTDIR}"
+ cd opt/CurseForge/ || die "Failed changing directory to unpacked source"
+ doexe ${PN} chrome-sandbox libEGL.so libffmpeg.so libGLESv2.so libvk_swiftshader.so libvulkan.so.1
+
+ insinto "${DESTDIR}"
+ doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin
+ insopts -m0755
+ doins -r locales resources
+
+ fowners root "${DESTDIR}/chrome-sandbox"
+ fperms 4711 "${DESTDIR}/chrome-sandbox"
+
+ [[ -x chrome_crashpad_handler ]] && doins chrome_crashpad_handler
+
+ dosym "${DESTDIR}/${PN}" "/usr/bin/${PN}"
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-util/curseforge/
@ 2025-01-30 15:34 Vincent Ahluwalia
0 siblings, 0 replies; 8+ messages in thread
From: Vincent Ahluwalia @ 2025-01-30 15:34 UTC (permalink / raw
To: gentoo-commits
commit: fb310b1d493279ce89cb2046dc6ae647fbc4aef2
Author: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
AuthorDate: Thu Jan 30 15:32:51 2025 +0000
Commit: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
CommitDate: Thu Jan 30 15:32:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb310b1d
games-util/curseforge: replace xdg-utils with xdg
Signed-off-by: Vincent Ahluwalia <vincentahluwalia <AT> protonmail.com>
games-util/curseforge/curseforge-1.269.2.22204.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/games-util/curseforge/curseforge-1.269.2.22204.ebuild b/games-util/curseforge/curseforge-1.269.2.22204.ebuild
index 50e6153b9..d0eedff91 100644
--- a/games-util/curseforge/curseforge-1.269.2.22204.ebuild
+++ b/games-util/curseforge/curseforge-1.269.2.22204.ebuild
@@ -9,7 +9,7 @@ CHROMIUM_LANGS="
sw ta te th tr uk ur vi zh-CN zh-TW
"
-inherit chromium-2 desktop unpacker linux-info xdg-utils
+inherit chromium-2 desktop unpacker linux-info xdg
DESCRIPTION="The CurseForge Electron App"
HOMEPAGE="https://www.curseforge.com/"
@@ -90,11 +90,9 @@ pkg_postinst() {
elog "This package will keep itself up-to-date."
elog "No need to download any ebuilds in the future."
elog "CurseForge is not open-source."
- xdg_icon_cache_update
- xdg_desktop_database_update
+ xdg_pkg_postinst
}
pkg_postrm() {
- xdg_icon_cache_update
- xdg_desktop_database_update
+ xdg_pkg_postrm
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-util/curseforge/
@ 2025-01-27 14:08 Vincent Ahluwalia
0 siblings, 0 replies; 8+ messages in thread
From: Vincent Ahluwalia @ 2025-01-27 14:08 UTC (permalink / raw
To: gentoo-commits
commit: 84b6dd315c0f36b534726ea9acd4de4cfccfe9f9
Author: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
AuthorDate: Mon Jan 27 14:07:51 2025 +0000
Commit: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
CommitDate: Mon Jan 27 14:07:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84b6dd31
games-util/curseforge: add missing eclass
Signed-off-by: Vincent Ahluwalia <vincentahluwalia <AT> protonmail.com>
games-util/curseforge/curseforge-1.269.2.22204.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-util/curseforge/curseforge-1.269.2.22204.ebuild b/games-util/curseforge/curseforge-1.269.2.22204.ebuild
index a54aeabd2..22cd1d8be 100644
--- a/games-util/curseforge/curseforge-1.269.2.22204.ebuild
+++ b/games-util/curseforge/curseforge-1.269.2.22204.ebuild
@@ -9,7 +9,7 @@ CHROMIUM_LANGS="
sw ta te th tr uk ur vi zh-CN zh-TW
"
-inherit chromium-2 desktop unpacker
+inherit chromium-2 desktop unpacker linux-info
DESCRIPTION="The CurseForge Electron App"
HOMEPAGE="https://www.curseforge.com/"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-util/curseforge/
@ 2025-01-27 14:03 Vincent Ahluwalia
0 siblings, 0 replies; 8+ messages in thread
From: Vincent Ahluwalia @ 2025-01-27 14:03 UTC (permalink / raw
To: gentoo-commits
commit: bc405ba09253d512d83a3af40c6b4d4b80587b1a
Author: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
AuthorDate: Mon Jan 27 14:03:12 2025 +0000
Commit: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
CommitDate: Mon Jan 27 14:03:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc405ba0
games-util/curseforge: Add dependencies
Signed-off-by: Vincent Ahluwalia <vincentahluwalia <AT> protonmail.com>
.../curseforge/curseforge-1.269.2.22204.ebuild | 32 ++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/games-util/curseforge/curseforge-1.269.2.22204.ebuild b/games-util/curseforge/curseforge-1.269.2.22204.ebuild
index 295e9e088..a54aeabd2 100644
--- a/games-util/curseforge/curseforge-1.269.2.22204.ebuild
+++ b/games-util/curseforge/curseforge-1.269.2.22204.ebuild
@@ -21,8 +21,40 @@ SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist mirror strip test"
+DEPEND="
+ app-accessibility/at-spi2-core
+ dev-libs/expat
+ dev-libs/glib
+ dev-libs/nspr
+ dev-libs/nss
+ media-libs/alsa-lib
+ media-libs/fontconfig
+ media-libs/mesa[gbm(+)]
+ net-print/cups
+ sys-apps/dbus
+ sys-libs/glibc
+ x11-libs/cairo
+ x11-libs/libdrm
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXrandr
+ x11-libs/libdrm
+ x11-libs/libxcb
+ x11-libs/libxkbcommon
+ x11-libs/pango
+ x11-misc/xdg-utils
+"
+
DESTDIR="/opt/${PN}"
+QA_PREBUILT="*"
+
+CONFIG_CHECK="~USER_NS"
+
src_configure() {
default
chromium_suid_sandbox_check_kernel_config
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-02-25 1:59 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-30 12:15 [gentoo-commits] repo/proj/guru:dev commit in: games-util/curseforge/ Vincent Ahluwalia
-- strict thread matches above, loose matches on Subject: below --
2025-02-25 1:59 Stefan Cristian B.
2025-02-25 1:09 Stefan Cristian B.
2025-02-25 1:00 Stefan Cristian B.
2025-02-25 1:00 Stefan Cristian B.
2025-01-30 15:34 Vincent Ahluwalia
2025-01-27 14:08 Vincent Ahluwalia
2025-01-27 14:03 Vincent Ahluwalia
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox