summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kpacman/kpacman.pro2
-rwxr-xr-xnoncore/games/kpacman/opie-kpacman.postinst2
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/games/kpacman/kpacman.pro b/noncore/games/kpacman/kpacman.pro
index 9a0bac3..313d484 100644
--- a/noncore/games/kpacman/kpacman.pro
+++ b/noncore/games/kpacman/kpacman.pro
@@ -16,27 +16,27 @@ HEADERS = kpacmanwidget.h \
16 bitfont.h \ 16 bitfont.h \
17 kpacman.h \ 17 kpacman.h \
18 bitmaps.h \ 18 bitmaps.h \
19 colors.h \ 19 colors.h \
20 config.h \ 20 config.h \
21 portable.h 21 portable.h
22 SOURCES = kpacmanwidget.cpp \ 22 SOURCES = kpacmanwidget.cpp \
23 referee.cpp \ 23 referee.cpp \
24 status.cpp \ 24 status.cpp \
25 painter.cpp \ 25 painter.cpp \
26 score.cpp \ 26 score.cpp \
27 pacman.cpp \ 27 pacman.cpp \
28 monster.cpp \ 28 monster.cpp \
29 keys.cpp \ 29 keys.cpp \
30 fruit.cpp \ 30 fruit.cpp \
31 energizer.cpp \ 31 energizer.cpp \
32 board.cpp \ 32 board.cpp \
33 bitfont.cpp \ 33 bitfont.cpp \
34 kpacman.cpp \ 34 kpacman.cpp \
35 config.cpp \ 35 config.cpp \
36 main.cpp 36 main.cpp
37 37
38 INCLUDEPATH+= $(OPIEDIR)/include 38 INCLUDEPATH+= $(OPIEDIR)/include
39 DEPENDPATH+= $(OPIEDIR)/include 39 DEPENDPATH+= $(OPIEDIR)/include
40LIBS += -lqpe -ljpeg 40LIBS += -lqpe
41DESTDIR = $(OPIEDIR)/bin 41DESTDIR = $(OPIEDIR)/bin
42 TARGET = kpacman 42 TARGET = kpacman
diff --git a/noncore/games/kpacman/opie-kpacman.postinst b/noncore/games/kpacman/opie-kpacman.postinst
index e43013b..64ab624 100755
--- a/noncore/games/kpacman/opie-kpacman.postinst
+++ b/noncore/games/kpacman/opie-kpacman.postinst
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3if [ ! -f $HOME/Settings/kpacman.conf ] 3if [ ! -f $HOME/Settings/kpacman.conf ]
4then 4then
5 cp $OPIEDIR/share/kpacman/kpacman.conf $HOME/Settings/ 5 cp /opt/QtPalmtop/share/kpacman/kpacman.conf $HOME/Settings/
6fi 6fi