From efec281b0114c42d2bf83006dcc392a8cd74a00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 12 Jan 2013 18:15:19 +0100 Subject: [PATCH] pingus: fix typo in pingus.desktop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-games/pingus/pingus/pingus.desktop | 2 +- recipes-games/pingus/pingus_0.7.6.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-games/pingus/pingus/pingus.desktop b/recipes-games/pingus/pingus/pingus.desktop index 20a1de2..b30f3b8 100644 --- a/recipes-games/pingus/pingus/pingus.desktop +++ b/recipes-games/pingus/pingus/pingus.desktop @@ -8,4 +8,4 @@ Icon=pingus Exec=pingus -d /usr/share/pingus/data/ -f -g 640x480 -m Terminal=false StartupNotify=false -Categories=Application;Games;ArcadeGame; +Categories=Application;Game;ArcadeGame; diff --git a/recipes-games/pingus/pingus_0.7.6.bb b/recipes-games/pingus/pingus_0.7.6.bb index 971ae07..786a56b 100644 --- a/recipes-games/pingus/pingus_0.7.6.bb +++ b/recipes-games/pingus/pingus_0.7.6.bb @@ -3,7 +3,7 @@ DEPENDS = "virtual/libiconv boost libpng libglu" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" HOMEPAGE = "http://pingus.seul.org/" -PR = "r1" +PR = "r2" RDEPENDS += "libmikmod"