summaryrefslogtreecommitdiff
path: root/app-emulation/pcem
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /app-emulation/pcem
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'app-emulation/pcem')
-rw-r--r--app-emulation/pcem/Manifest2
-rw-r--r--app-emulation/pcem/pcem-17.ebuild10
2 files changed, 6 insertions, 6 deletions
diff --git a/app-emulation/pcem/Manifest b/app-emulation/pcem/Manifest
index 8b28e18b3e29..36f34625a9e2 100644
--- a/app-emulation/pcem/Manifest
+++ b/app-emulation/pcem/Manifest
@@ -1,4 +1,4 @@
AUX pcem-17-respect-cflags.patch 273 BLAKE2B 5c6bb6335677a1784b7fe99de3ebfc47351ab1c849d03f656e5428fd309256c46736ce6faf709aa379279c52ebdc7b46ea2e15ab1aa60a43dbdfc91fa09581af SHA512 4b83837f623971ccb91f525cee9bace2b9fd6b3a776a7d6907ec8e8796a021d8d68e665fc0dff7db083c7e068d6e07d3d61049ee2d9209c5b3d59a0fca388064
DIST PCemV17Linux.tar.gz 1880868 BLAKE2B 64068f0f98e8fe3e9bfe42a04f462375a7ee0cb8259b103237f3b0542f54ad13ed625a55c8379e2c54a87348ed504496a6b163419855ceeda8e4f18e1ea5dcd9 SHA512 6d84c8cbe9b6116f6439f542ac08139cfc5652a34b615a1ed841a6f8c227e77f1d26573ec35d57511b9a69e7472fbe51f2abb9307f8f8c1207c74fbe8107cadd
-EBUILD pcem-17.ebuild 1663 BLAKE2B 3c628cc74e0083ae25eac0b2ad3e7dee4c89d8fe271c7ddeb794d433a756c3ef8f1beeb4b24698c0908d6319982e77aa7261863328705a70385c1539f170dcb7 SHA512 765cd28863d077b1daa70cfb1810d055940b950f4124e44a8b07cc2be452519a204ec241d718c61c8db4029eeff9cbc30d26e3686f95ff15f4534d60a31f60a3
+EBUILD pcem-17.ebuild 1713 BLAKE2B 6f6ffe901eb763877f723006131c449636a05f0a5b265cc288d32440cad2c206b9a01b5c0eda0012d75ca1871024e8a63e20e10db98a9c505a3b615b1b3b4291 SHA512 1c48d9e94278ea99cf931865aaf730c745ca71bc7b7edb3d483f470169973de8493f578aba8084c1924052b37ed9874e48d5897156def5d8890a41fd3149aa51
MISC metadata.xml 857 BLAKE2B c678e4578dca5c14416690cf8a421d4d1d8887237a4600580aad48d1d4ea6b641cc3c1f47c6c00be44344b760aa87c2b9bbded7625e0ccaedd0c8c2cb14dd057 SHA512 e610d16662365ae271fab8a2364e5781ba4be7a841d36759bc4e319b7f87a589c02131aeea83f194eabf940c0c4439459127468c0a65a72e3e2e91c74c0d409d
diff --git a/app-emulation/pcem/pcem-17.ebuild b/app-emulation/pcem/pcem-17.ebuild
index 027a2355b1e0..02406aa065d4 100644
--- a/app-emulation/pcem/pcem-17.ebuild
+++ b/app-emulation/pcem/pcem-17.ebuild
@@ -3,9 +3,8 @@
EAPI=7
-inherit autotools desktop flag-o-matic wxwidgets
-
WX_GTK_VER="3.0-gtk3"
+inherit autotools desktop flag-o-matic wxwidgets
DESCRIPTION="A PC emulator that specializes in running old operating systems and software"
HOMEPAGE="
@@ -27,9 +26,7 @@ RDEPEND="
media-libs/openal
x11-libs/wxGTK:${WX_GTK_VER}[tiff,X]
"
-
-DEPEND="${DEPEND}"
-
+DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
DOCS=( "README.md" "TESTED.md" )
@@ -43,6 +40,8 @@ src_prepare() {
}
src_configure() {
+ setup-wxwidgets
+
# Does not compile with -fno-common.
# See https://pcem-emulator.co.uk/phpBB3/viewtopic.php?f=3&t=3443
append-cflags -fcommon
@@ -51,6 +50,7 @@ src_configure() {
--enable-release-build
$(use_enable alsa)
$(use_enable networking)
+ --with-wx-config="${WX_CONFIG}"
)
econf "${myeconfargs[@]}"