mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
puzzles: remove the deprecated Encoding key from desktop files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3153 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,7 +3,7 @@ LICENSE = "MIT"
|
||||
SECTION = "x11"
|
||||
DEPENDS = "gtk+ gconf intltool-native librsvg"
|
||||
PV = "0.1+svnr${SRCREV}"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
bindir = "/usr/games"
|
||||
|
||||
@@ -24,7 +24,6 @@ do_install_append () {
|
||||
echo "making ${D}/${datadir}/applications/$prog.desktop"
|
||||
cat <<STOP > ${D}/${datadir}/applications/$prog.desktop
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=$title
|
||||
Exec=${prefix}/games/$prog
|
||||
Icon=applications-games
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
DEPENDS = "gtk+"
|
||||
PR = "r6"
|
||||
PR = "r7"
|
||||
MOD_PV = "${@bb.data.getVar('PV',d,1)[1:]}"
|
||||
|
||||
#SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
|
||||
@@ -39,7 +39,6 @@ do_install () {
|
||||
echo "making ${D}/${datadir}/applications/$prog.desktop"
|
||||
cat <<STOP > ${D}/${datadir}/applications/$prog.desktop
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=$title
|
||||
Exec=${prefix}/games/$prog
|
||||
Icon=applications-games
|
||||
|
||||
Reference in New Issue
Block a user