summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@gmx.de>2018-09-21 11:23:31 +0200
committerSven Eden <sven.eden@gmx.de>2018-09-21 11:23:31 +0200
commitc20f518f513071bced3eebfe1ebc99c905a7cdee (patch)
tree917ec75422ade5fc1c3c058d564a4904afc0c4b2
parentsci-libs/ViSP: Drop ois USE flag requirement on >=dev-games/ogre-1.10 (diff)
downloadseden-c20f518f513071bced3eebfe1ebc99c905a7cdee.tar.gz
seden-c20f518f513071bced3eebfe1ebc99c905a7cdee.tar.bz2
seden-c20f518f513071bced3eebfe1ebc99c905a7cdee.zip
app-emulation/fs-uae : Bump 2.9.7 + QA issue fix
-rw-r--r--app-emulation/fs-uae/Manifest2
-rw-r--r--app-emulation/fs-uae/files/fs-uae-2.9.7_libmpeg2.patch (renamed from app-emulation/fs-uae/files/fs-uae-2.9.6_libmpeg2.patch)0
-rw-r--r--app-emulation/fs-uae/fs-uae-2.8.3-r1.ebuild (renamed from app-emulation/fs-uae/fs-uae-2.8.3.ebuild)20
-rw-r--r--app-emulation/fs-uae/fs-uae-2.9.7.ebuild (renamed from app-emulation/fs-uae/fs-uae-2.9.6.ebuild)24
4 files changed, 37 insertions, 9 deletions
diff --git a/app-emulation/fs-uae/Manifest b/app-emulation/fs-uae/Manifest
index 1e522e3..a92bd53 100644
--- a/app-emulation/fs-uae/Manifest
+++ b/app-emulation/fs-uae/Manifest
@@ -1,2 +1,2 @@
DIST fs-uae-2.8.3.tar.gz 5017047 SHA256 e2d5414d07c8bd5b740716471183bc5516bec0ae2989449c3026374dc4b86292 SHA512 1ccab4329a6b678a97f336b963bfaf9ea26bccccba31c90f1b7a8c2a6d3a9f343f9095733be744d4357495c808216d32c08a2bd8ce05bba73017147616d5e8cf WHIRLPOOL 39f5a839a021ed28647a1d9fe0ec67fdba6b31482daddedfccb6b1a79178fc249f1ddbd791387d313bce717e6bb3fabc97bda24454b90618e0c2bf9ec484801e
-DIST fs-uae-2.9.6dev.tar.gz 5042852 SHA256 ea464f3d092f72dd607df3911599ea1ad68dce88c6ca22878dc5fe7467375947 SHA512 e1135e08a47daab9eacf8a42befeee06c39b7c31ad67272e7a00782488a1aa4ab199f7b70ea4ecbabb67ac80adf855c0db75e3c4dfba8e80f44ced4850128e89 WHIRLPOOL 35d207564cb49ea4efc4ac3a7377dc93a5f346d9a606290a64f0f97c1f769162523004d6e8ba68b6bf363ee89bda6a428ae8e447f1dd1bea895685adb448a44b
+DIST fs-uae-2.9.7dev2.tar.gz 5042147 SHA256 72cc085e6c822eb843e4f85506e1be070755e3c89a546820e94b9ba2936a03a9 SHA512 8204e26bfd6f824520c44b14008f0df2800d042b44f0603b1a455f323ca46232e5d8b90e3026dd5ead5f83722731d2ef581c46d6efd4624c8ac97df13b621f91 WHIRLPOOL e2931c427ede37b783b29ccdfed9cef874e026d70c52b428605eb2b70eb8c7363dd6e56721d25d6587e3086b0605e2bfa0f1a54a249a284f79f54317dc54b535
diff --git a/app-emulation/fs-uae/files/fs-uae-2.9.6_libmpeg2.patch b/app-emulation/fs-uae/files/fs-uae-2.9.7_libmpeg2.patch
index 6216117..6216117 100644
--- a/app-emulation/fs-uae/files/fs-uae-2.9.6_libmpeg2.patch
+++ b/app-emulation/fs-uae/files/fs-uae-2.9.7_libmpeg2.patch
diff --git a/app-emulation/fs-uae/fs-uae-2.8.3.ebuild b/app-emulation/fs-uae/fs-uae-2.8.3-r1.ebuild
index 246dad9..2c7f2c2 100644
--- a/app-emulation/fs-uae/fs-uae-2.8.3.ebuild
+++ b/app-emulation/fs-uae/fs-uae-2.8.3-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools
+inherit autotools gnome2-utils xdg-utils
DESCRIPTION="FS-UAE integrates the most accurate Amiga emulation code available from WinUAE."
HOMEPAGE="https://fs-uae.net/"
SRC_URI="https://fs-uae.net/stable/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="amd64 x86"
SLOT="0"
IUSE="drivers glew qt5"
@@ -81,8 +81,22 @@ src_configure() {
$(use_with qt5 qt)
}
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
pkg_postinst() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+
elog
elog "Install app-emulation/fs-uae-launcher for a graphical interface."
elog
}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+}
diff --git a/app-emulation/fs-uae/fs-uae-2.9.6.ebuild b/app-emulation/fs-uae/fs-uae-2.9.7.ebuild
index 0cab0ec..6cb3713 100644
--- a/app-emulation/fs-uae/fs-uae-2.9.6.ebuild
+++ b/app-emulation/fs-uae/fs-uae-2.9.7.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools
+inherit autotools gnome2-utils xdg-utils
DESCRIPTION="FS-UAE integrates the most accurate Amiga emulation code available from WinUAE."
HOMEPAGE="https://fs-uae.net/"
-SRC_URI="https://fs-uae.net/devel/${PV}dev/${P}dev.tar.gz"
+SRC_URI="https://fs-uae.net/devel/${PV}dev2/${P}dev2.tar.gz"
LICENSE="GPL-2"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="drivers glew qt5"
@@ -33,7 +33,7 @@ PATCHES=(
"${FILESDIR}"/${P}_libmpeg2.patch
)
-S="${S}dev"
+S="${S}dev2"
src_prepare() {
default
@@ -83,8 +83,22 @@ src_configure() {
$(use_with qt5 qt)
}
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
pkg_postinst() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+
elog
elog "Install app-emulation/fs-uae-launcher for a graphical interface."
elog
}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+}