Version: 22.04.3, Package name: kajongg-22.04.3 |
Maintained by: Rafael Sadowski |
Master sites:
|
Description Kajongg is the ancient Chinese board game for 4 players. Kajongg can be used in two different ways: Scoring a manual game where you play as always and use Kajongg for the computation of scores and for bookkeeping. Or you can use Kajongg to play against any combination of other human players or computer players. If you are looking for Mah Jongg solitaire, use the kmahjongg package. |
Filesize: 4459.539 KB |
Version History (View Complete History) |
|
2021-11-09 23:37:59 by Rafael Sadowski | Files touched by this commit (282) |
Log message: Update KDE Gear to 21.08.3 Full Log Page: https://kde.org/announcements/changelogs/gear/21.08.3/ |
2021-11-01 18:03:00 by Stuart Henderson | Files touched by this commit (131) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-10-19 14:08:46 by Rafael Sadowski | Files touched by this commit (209) |
Log message: Update KDE Gear to 21.08.2 https://kde.org/announcements/gear/21.08.2/ https://kde.org/announcements/changelogs/gear/21.08.2/ |
2021-09-10 02:44:00 by Rafael Sadowski | Files touched by this commit (336) |
Log message: Update KDE Gear to 21.08.1 https://kde.org/announcements/gear/21.08.0/ https://kde.org/announcements/gear/21.08.1/ |
2021-08-08 06:23:58 by Rafael Sadowski | Files touched by this commit (213) |
Log message: Update KDE Gear to 21.04.3 https://kde.org/announcements/gear/21.04.3/ https://kde.org/announcements/changelogs/gear/21.04.3/ |
2021-06-19 12:34:47 by Rafael Sadowski | Files touched by this commit (411) |
Log message: Update KDE Gear to 21.04.2 https://kde.org/announcements/gear/21.04.2/ https://kde.org/announcements/changelogs/gear/21.04.2/ |
2021-05-15 03:56:40 by Rafael Sadowski | Files touched by this commit (208) |
Log message: Bugfix update KDE Gear to 21.04.1 https://kde.org/announcements/changelogs/gear/21.04.1/ |
2021-04-26 23:27:24 by Rafael Sadowski | Files touched by this commit (341) |
Log message: Update KDE applications (KDE Gear) to 21.04.0 ..and yet another renaming. KDE Applications is now KDE Gear. - https://kde.org/announcements/gear/21.04/ - https://kde.org/info/releases-21.04.0/ Nothing really exciting form ports side, ksystemlog can now display dmesg(1). |
2021-03-08 11:27:35 by Rafael Sadowski | Files touched by this commit (216) |
Log message: Update KDE Applications to 20.12.3 https://kde.org/announcements/releases/20.12.3/ |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2021-02-17 22:30:37 by Rafael Sadowski | Files touched by this commit (1) |
Log message: Missing bump, spotted by naddy |
2021-02-14 03:45:21 by Rafael Sadowski | Files touched by this commit (1) |
Log message: Cleanup python bits |
2021-02-08 13:00:50 by Rafael Sadowski | Files touched by this commit (205) |
Log message: Update KDE applications to 20.12.2 - https://kde.org/announcements/releases/2021-02-apps-update/ - https://kde.org/announcements/fulllog_releases-20.12.2/ |
2021-01-23 11:10:30 by Rafael Sadowski | Files touched by this commit (387) |
Log message: Update KDE Applications to 20.12.1 Release notes: https://kde.org/announcements/releases/2020-12-apps-update/ https://kde.org/announcements/releases/2021-01-apps-update/ |
2020-11-08 13:12:59 by Rafael Sadowski | Files touched by this commit (235) |
Log message: Update KDE Applications to 20.08.3 |
2020-11-03 09:12:42 by Rafael Sadowski | Files touched by this commit (400) |
Log message: Update KDE applications to 20.08.2 One notable kde-applications ports change: - Remove undocumented kde-applications.port.mk and move logic into Makefile.inc. Ran a bulk build with no issues. Otherwise a simple bug-fix update. Release notes: https://kde.org/announcements/releases/2020-10-apps-update/ |
2020-09-11 05:23:10 by Rafael Sadowski | Files touched by this commit (232) |
Log message: Bugfix update KDE applications to 20.08.1 |
2020-09-07 08:49:30 by Rafael Sadowski | Files touched by this commit (528) |
Log message: Update KDE Applications to 20.08.0 - x11/kde-applications/lokalize is marked as broken, this version depends on Qt 5.14+ - kdav moved from kde-applications to devel/kf - As always, major bump all shared libs. |
2020-08-19 06:25:13 by Antoine Jacoutot | Files touched by this commit (28) |
Log message: Change the "FLAVOR ?= python3" contruct to "FLAVOR = python3" since these are python3 only ports. "Yes please, it's not really optional so I think = is better." sthen@ |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-03-23 12:01:30 by Rafael Sadowski | Files touched by this commit (700) |
Log message: Update KDE Frameworks to 5.68.0 and KDE5 to 19.12 This commit includes 218 port updates and 16 tweak updates after KDE framework changes. Most of this 16 changes caused by: - KF5Auth split into KF5Auth and KF5AuthCore, which ends in a lot of new WANTLIBs - Upstream changed some xdg paths from share/examples/***/xdg/ to share/qlogging-categories5/, which ends in a lot of PLIST chages. List of notable changes: - Bump all kf5 shared libs. - Use ">=${MODKF5_VERSION}" in all kf5 ports that all kf5 use the latest version an update together. (Idea from Qt5). - s/=+/=/ for LIB_*,RUN_* and BUILD_* in x11/kde-applications, hint by jca@. - Update okteta to 0.26.3 - Update spectacle only to 19.04.3, latest version without hard wayland dependency. - Remove python2 support in cantor, python3 only! - devel/kf5/kfilemetadata: switch to python 3 (TDEP only), by kn@ - devel/kf5/ki18n: switch to python 3, by kn@ - devel/kf5/kservice: switch to python 3, by kn@ - devel/kf5/kconfigwidgets: remove python module usage, by kn@ - devel/kf5/ktextigwidgets: remove python module usage, by kn@ Tweaks and feedback from landry@, amd64 bulk build and error reports by naddy@ Thanks a lot! |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-03-24 05:57:04 by Rafael Sadowski | Files touched by this commit (106) |
Log message: Zap variable KDE5 We are now KDE4 free in kde-applications so there is no reason to tag KDE5 ports. |
2019-03-08 13:00:57 by Charlene Wendling | Files touched by this commit (344) |
Log message: qt5.port.mk: change COMPILER Move it to "base-clang ports-gcc" and bump REVISION accordingly. This unbreaks Qt5-related binaries runtime on macppc. OK sthen@ |