Skip to content

Commit

Permalink
games-board/pokerth: Port to EAPI 7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Aug 11, 2019
1 parent a3f6775 commit ce5832b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions games-board/pokerth/pokerth-1.1.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
EAPI=7

inherit desktop gnome2-utils qmake-utils
inherit desktop qmake-utils xdg

DESCRIPTION="Texas Hold'em poker game"
HOMEPAGE="https://www.pokerth.net/"
Expand Down Expand Up @@ -47,7 +47,7 @@ PATCHES=(
)

src_prepare() {
default
xdg_src_prepare
sed -i 's/!client//' *.pro || die

# delete bundled dev-cpp/websocketpp to be safe
Expand All @@ -73,7 +73,3 @@ src_install() {
doicon -s 128 ${PN}.png
fi
}

pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }

0 comments on commit ce5832b

Please sign in to comment.