Skip to content

Commit

Permalink
games-roguelike/neon-chrome: Drop icon until we fix fetch restriction
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/695926
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Sep 30, 2019
1 parent 1d6cee0 commit ebd5d16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion games-roguelike/neon-chrome/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
DIST NeonChrome-Linux-1.1.12.tar 64140772 BLAKE2B cadda4c659b96b96c4b9b2a1dfc78152a89e53a2662f5e2dc70a0d4c98a813822d8c977deb0d6d6aeca0a2d2608cb04274c0ad33554ce27ab2ddf318499c9750 SHA512 f659bbe87f3b2933346bc17a4ccdcdc37ff8bb2db7a94dc5334db7109d64cd9f5a28b14845f767aaf1e103be826d3cd0fefc528a02df2079123094436e94f2cd
DIST neon-chrome.png 6332 BLAKE2B 59a20952804aeb1db047deccb84cf41e532cf88e7b03e7f66df1b55b185553c5de94bad776b61b4b33856c53bec86b704cdc990a15e82dc4e66c9fb74c0e010d SHA512 fd32acda1033e12da15197f3873250e6d0b5b719b37ffc4dc48a6a233debbcd3a867028ae53d38b43043eba9ec19fba7a8286c895335aca2ee731b432dba97be
10 changes: 5 additions & 5 deletions games-roguelike/neon-chrome/neon-chrome-1.1.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ inherit eutils desktop xdg-utils
MY_PN="NeonChrome"
DESCRIPTION="A ruthless top-down cyberpunk shooter with rogue-like elements"
HOMEPAGE="https://neonchromegame.com/"
SRC_URI="${MY_PN}-Linux-${PV}.tar
https://dev.gentoo.org/~chewi/distfiles/${PN}.png"
SRC_URI="${MY_PN}-Linux-${PV}.tar"
# https://dev.gentoo.org/~chewi/distfiles/${PN}.png"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64"
RESTRICT="bindist mirror splitdebug"
RESTRICT="bindist fetch splitdebug"

RDEPEND="
media-libs/libsdl2[opengl,video]
Expand Down Expand Up @@ -41,8 +41,8 @@ src_install() {

dodoc README.txt

doicon -s 64 "${DISTDIR}"/${PN}.png
make_desktop_entry ${PN} "Neon Chrome"
# doicon -s 64 "${DISTDIR}"/${PN}.png
make_desktop_entry ${PN} "Neon Chrome" applications-games
}

pkg_postinst() { xdg_icon_cache_update; }
Expand Down

0 comments on commit ebd5d16

Please sign in to comment.