diff options
| author | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-09-03 11:51:34 +0000 |
|---|---|---|
| committer | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-09-03 11:51:34 +0000 |
| commit | c8a8b08db7889eaa34f0b52b5a4d9487358b0d88 (patch) | |
| tree | 1f58e0591c4d0832cc54d91e6efee8966924d7aa /packaging/linux/build.sh | |
| parent | 3c3f213513f0e4d4d457ae782429327d02b59b4b (diff) | |
- snad uz finalni upravy instalace
git-svn-id: http://opensvn.csie.org/tuxanci_ng@272 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'packaging/linux/build.sh')
| -rwxr-xr-x | packaging/linux/build.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/linux/build.sh b/packaging/linux/build.sh index 5ab9af3..b46d78e 100755 --- a/packaging/linux/build.sh +++ b/packaging/linux/build.sh @@ -75,17 +75,17 @@ echo "2.0" > "${DEST_DEB}"/DEBIAN/debian-binary echo "[Desktop Entry] Name=${APPNAME}-${Y}-${VERSION} Comment=game tuxanci -Exec=/usr/games/bin/${APPNAME}-${VERSION} +Exec=${APPNAME}-${Y}-${VERSION} Terminal=false Type=Application -Icon=/usr/games/share/tuxanci-svn/images/tuxanci.png +Icon=/usr/games/share/doc/${APPNAME}-${Y}-${VERSION}/tuxanci.svg Encoding=UTF-8 -Categories=Game" > "${DEST_DEB}"/usr/share/applications/tuxanci.desktop +Categories=Game;" > "${DEST_DEB}"/usr/share/applications/tuxanci.desktop echo "Package: ${APPNAME}-${Y}-${VERSION} Version: 0.2.1 Section: Game Priority: optional -Depends: libc6 (>= 2.2.4-4), libsdl1.2debian (>= 1.2), libsdl-image1.2 (>= 1.2), libsdl-mixer1.2 (>= 1.2), libsdl-ttf2.0-0 (>= 2.0), gettext +Depends: libc6 (>= 2.2.4-4), libsdl1.2debian (>= 1.2), libsdl-image1.2 (>= 1.2), libsdl-mixer1.2 (>= 1.2), libsdl-ttf2.0-0 (>= 2.0) Architecture: ${ARCH} Installed-Size: 4993 Maintainer: Tomas Chvatal <tomas.chvatal@gmail.com> |