25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
tdegames/twin4
Michele Calgaro c20f4d8f2c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 ay önce
..
grafix Fix invalid headers in PNG files and optimize for size 8 yıl önce
twin4 Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
AUTHORS Rename kwin to twin (Part 2 of 2) 13 yıl önce
CMakeL10n.txt Desktop file translations: 4 yıl önce
CMakeLists.txt Desktop file translations: 4 yıl önce
COPYING Rename kwin to twin (Part 2 of 2) 13 yıl önce
INSTALL Rename kwin to twin (Part 2 of 2) 13 yıl önce
Makefile.am Rename kwin to twin (Part 2 of 2) 13 yıl önce
README Rename kwin to twin (Part 2 of 2) 13 yıl önce
hi16-app-twin4.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
hi22-app-twin4.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
hi32-app-twin4.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
hi48-app-twin4.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
hi64-app-twin4.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
hi128-app-twin4.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
index.html Gender-neutral language 2 yıl önce
install-sh Rename kwin to twin (Part 2 of 2) 13 yıl önce
twin4.desktop Desktop file translations: 4 yıl önce
twin4.kdelnk Fixed wrong DocPath strings. This relates to bug 2319. 9 yıl önce

README

GENERAL NOTE:

  This is a small KDE 2.0 game, I wrote to practise 
  programming in KDE. 
  It should work quite stable. But if you find any bugs
  please contact me. 
  It would be also nice to give me some general feedback
  about the program, so that it can be approved or it
  can be considered in other programs.
  (Email: martin@heni-online.de)

INSTALLATION:

# unpack the archive
tar xzf twin4-0.9.tar.gz 

# build the package
cd twin4-0.9
./configure 
# or if KDE is in /opt/kde2
./configure --prefix=/opt/kde2
make

# become superuser for installing
su -c 'make install'