diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2017-04-07 02:34:18 -0400 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2017-04-10 13:21:43 -0400 |
commit | 7734fbd82a689870b2a81ad2fd823425ca1652e7 (patch) | |
tree | 58e6ada5cb1e678c47b56f4ef236e28e75dc14e9 /games-puzzle/sgt-puzzles | |
parent | games-puzzle/sgt-puzzles: Bump to 20170314 (diff) | |
download | gentoo-7734fbd82a689870b2a81ad2fd823425ca1652e7.tar.gz gentoo-7734fbd82a689870b2a81ad2fd823425ca1652e7.tar.bz2 gentoo-7734fbd82a689870b2a81ad2fd823425ca1652e7.zip |
games-puzzle/sgt-puzzles: Fixed desktop categories
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'games-puzzle/sgt-puzzles')
-rw-r--r-- | games-puzzle/sgt-puzzles/sgt-puzzles-20170228.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-20170228.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-20170228.ebuild index 7463b9beb4b0..9b10bce098bf 100644 --- a/games-puzzle/sgt-puzzles/sgt-puzzles-20170228.ebuild +++ b/games-puzzle/sgt-puzzles/sgt-puzzles-20170228.ebuild @@ -84,7 +84,7 @@ src_install() { name=$(awk -F: '/exe:/ { print $3 }' "${file}") file=${file%.R} newicon -s 48 icons/${file}-48d24.png ${PN}_${file}.png - make_desktop_entry "${PN}_${file}" "${name}" "${PN}_${file}" "Game;LogicGame;${PN};" + make_desktop_entry "${PN}_${file}" "${name}" "${PN}_${file}" "Game;LogicGame;X-${PN};" done if use doc ; then |