From owner-svn-ports-all@freebsd.org Wed Jan 16 15:40:35 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49C7E148C892; Wed, 16 Jan 2019 15:40:35 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDFFD72CFA; Wed, 16 Jan 2019 15:40:34 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF85144B2; Wed, 16 Jan 2019 15:40:34 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0GFeY8M029685; Wed, 16 Jan 2019 15:40:34 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0GFeYJ5029683; Wed, 16 Jan 2019 15:40:34 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201901161540.x0GFeYJ5029683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 16 Jan 2019 15:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490488 - in head/games/freedoko: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/games/freedoko: . files X-SVN-Commit-Revision: 490488 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EDFFD72CFA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.958,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2019 15:40:35 -0000 Author: danfe Date: Wed Jan 16 15:40:34 2019 New Revision: 490488 URL: https://svnweb.freebsd.org/changeset/ports/490488 Log: Update `games/freedoko' to version 0.7.19. Reported by: portscout Deleted: head/games/freedoko/files/ Modified: head/games/freedoko/Makefile head/games/freedoko/distinfo head/games/freedoko/pkg-plist Modified: head/games/freedoko/Makefile ============================================================================== --- head/games/freedoko/Makefile Wed Jan 16 15:37:07 2019 (r490487) +++ head/games/freedoko/Makefile Wed Jan 16 15:40:34 2019 (r490488) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= freedoko -PORTVERSION= 0.7.16 -PORTREVISION= 2 +PORTVERSION= 0.7.19 CATEGORIES= games -MASTER_SITES= SF/free-doko/FreeDoko%20source +MASTER_SITES= SF/free-doko/source DISTNAME= FreeDoko_${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org @@ -16,7 +15,9 @@ LICENSE_FILE= ${WRKSRC}/../doc/GPL WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src -USES= compiler:c++14-lang gmake pkgconfig zip:infozip +USES= compiler:c++14-lang gettext-tools gettext-runtime gmake \ + localbase pkgconfig zip:infozip + USE_CXXSTD= c++14 USE_GNOME= gdkpixbuf2 gtkmm30 LLD_UNSAFE= yes @@ -42,7 +43,7 @@ post-patch: @${REINPLACE_CMD} -e \ '/\/X11\//d ; \ s|/usr/local/|${LOCALBASE}/|g' \ - ${WRKSRC}/misc/setting.cpp + ${WRKSRC}/misc/preferences.cpp @${REINPLACE_CMD} -e \ '/^Exec/s|=.*|=FreeDoko| ; \ /^Path/d ; \ @@ -68,7 +69,7 @@ do-install: ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${INSTALL_DATA} icon.png logo.png \ ${STAGEDIR}${DATADIR}) -.for i in backgrounds cardsets iconsets rules sounds translations +.for i in backgrounds cardsets iconsets rules sounds (cd ${WRKSRC}/../data && ${COPYTREE_SHARE} ${i} \ ${STAGEDIR}${DATADIR} "! -name *Makefile*") .endfor Modified: head/games/freedoko/distinfo ============================================================================== --- head/games/freedoko/distinfo Wed Jan 16 15:37:07 2019 (r490487) +++ head/games/freedoko/distinfo Wed Jan 16 15:40:34 2019 (r490488) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484159638 -SHA256 (FreeDoko_0.7.16.src.zip) = 6fdcee22b3e9a76d44d8c3a582d068452290ec4c24f8f2f9e4498adf4daf40af -SIZE (FreeDoko_0.7.16.src.zip) = 21763114 +TIMESTAMP = 1546261553 +SHA256 (FreeDoko_0.7.19.src.zip) = 1969619c35fd5f950dd817d5652780d76b82de0a283ea4d6b3e266a6a122e717 +SIZE (FreeDoko_0.7.19.src.zip) = 27687265 Modified: head/games/freedoko/pkg-plist ============================================================================== --- head/games/freedoko/pkg-plist Wed Jan 16 15:37:07 2019 (r490487) +++ head/games/freedoko/pkg-plist Wed Jan 16 15:40:34 2019 (r490488) @@ -3,26 +3,22 @@ bin/freedoko share/applications/FreeDoko.desktop %%PORTDOCS%%%%DOCSDIR%%/Bugs %%PORTDOCS%%%%DOCSDIR%%/Roadmap -%%PORTDOCS%%%%DOCSDIR%%/de/LiesMich.html +%%PORTDOCS%%%%DOCSDIR%%/de/LiesMich.adoc %%PORTDOCS%%%%DOCSDIR%%/de/LiesMich.txt -%%PORTDOCS%%%%DOCSDIR%%/en/README.html -%%PORTDOCS%%%%DOCSDIR%%/en/README.txt +%%PORTDOCS%%%%DOCSDIR%%/en/README.adoc %%PORTDOCS%%%%DOCSDIR%%/manual/de/bug_report.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/bugs.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/compiling.eclipse.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/configuration.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/credits.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/faq.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/files.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/index.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/installation.Windows-dev.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/installation.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/network_concept.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/network_protocol.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/_template.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/ai_config.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/bug_report.html +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/cards_distribution.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/game_finished.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/game_review.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/index.html @@ -30,7 +26,6 @@ share/applications/FreeDoko.desktop %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/keys.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/last_trick.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/menu.html -%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/network_config.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/overview.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/party_finished.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/party_points.html @@ -55,8 +50,8 @@ share/applications/FreeDoko.desktop %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/Regeln/Ansagen.small.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/Regeln/Armut.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/Regeln/Armut.small.png -%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/Regeln/Dollen.png -%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/Regeln/Dollen.small.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/Regeln/Dullen.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/Regeln/Dullen.small.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/Regeln/Hochzeit.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/Regeln/Hochzeit.small.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/Regeln/Informationen.png @@ -106,6 +101,8 @@ share/applications/FreeDoko.desktop %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/aiconfig/simple.small.jpeg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/aiconfig/trick_decision.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/aiconfig/trick_decision.small.jpeg +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/cards_distribution.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/cards_distribution.small.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/network/connections.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/network/connections.small.jpeg %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/pictures/network/local_adresses.png @@ -218,6 +215,9 @@ share/applications/FreeDoko.desktop %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/symbols.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/operation/toc.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/overview.html +%%PORTDOCS%%%%DOCSDIR%%/manual/de/pictures/party_settings.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/pictures/preferences_language.png +%%PORTDOCS%%%%DOCSDIR%%/manual/de/pictures/reservation.png %%PORTDOCS%%%%DOCSDIR%%/manual/de/rules.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/shortrules.html %%PORTDOCS%%%%DOCSDIR%%/manual/de/shortrules.ps @@ -242,29 +242,462 @@ share/applications/FreeDoko.desktop %%PORTDOCS%%%%DOCSDIR%%/manual/pictures/FreeDoko.icon.png %%PORTDOCS%%%%DOCSDIR%%/manual/pictures/flags/de.gif %%PORTDOCS%%%%DOCSDIR%%/manual/pictures/flags/gb.gif -%%DATADIR%%/backgrounds/christmas/christmas_teddies.png -%%DATADIR%%/backgrounds/christmas/mountains.png -%%DATADIR%%/backgrounds/christmas/sky.png -%%DATADIR%%/backgrounds/christmas/snowflakes1.png -%%DATADIR%%/backgrounds/christmas/snowflakes2.png -%%DATADIR%%/backgrounds/christmas/star_simple.png +%%DATADIR%%/backgrounds/Holz/Holz_1.png +%%DATADIR%%/backgrounds/Holz/Holz_2.png +%%DATADIR%%/backgrounds/Holz/Holz_3.png +%%DATADIR%%/backgrounds/Holz/Holz_4.png +%%DATADIR%%/backgrounds/Holz/Holz_5.png +%%DATADIR%%/backgrounds/Holz/Holz_6.png +%%DATADIR%%/backgrounds/Holz/Holz_7.png +%%DATADIR%%/backgrounds/Holz/Holz_8.png +%%DATADIR%%/backgrounds/Winter/Schneeflocken_1.png +%%DATADIR%%/backgrounds/Winter/Schneeflocken_2.png +%%DATADIR%%/backgrounds/Winter/Sterne.png %%DATADIR%%/backgrounds/origin %%DATADIR%%/backgrounds/table.png -%%DATADIR%%/backgrounds/wood/table1.png -%%DATADIR%%/backgrounds/wood/table2.png -%%DATADIR%%/backgrounds/wood/table3.png -%%DATADIR%%/backgrounds/wood/table4.png -%%DATADIR%%/backgrounds/wood/table5.png -%%DATADIR%%/backgrounds/wood/table6.png -%%DATADIR%%/backgrounds/wood/table7.png -%%DATADIR%%/backgrounds/wood/table8.png %%DATADIR%%/cardsets/LiesMich %%DATADIR%%/cardsets/ReadMe +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/black.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/black1.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/black2.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/black3.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/black4.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/black5.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/blue.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/blue1.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/blue2.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/blue3.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/blue4.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/blue5.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/blue6.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/green.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/green1.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/green2.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/green3.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/green4.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/green5.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/penguin.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/pink.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/pink1.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/pink2.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/pink3.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/pink4.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/pink5.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/red.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/red1.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/red2.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/red3.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/red4.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/red5.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/red6.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/backs/xaos.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/club_ace.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/club_jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/club_king.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/club_nine.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/club_queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/club_ten.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/diamond_ace.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/diamond_jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/diamond_king.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/diamond_nine.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/diamond_queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/diamond_ten.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/heart_ace.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/heart_jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/heart_king.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/heart_nine.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/heart_queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/heart_ten.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/spade_ace.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/spade_jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/spade_king.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/spade_nine.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/spade_queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/cards/spade_ten.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/contra.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/doppelkopf.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/dullen.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/fox_highest_trump.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/genscher.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/hyperswines.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/hyperswines.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/hyperswines.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/hyperswines.king.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/hyperswines.king.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/hyperswines.king.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/hyperswines.king.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/hyperswines.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/marriage.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/marriage.color.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/marriage.foreign.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/marriage.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/marriage.partner.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/marriage.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/marriage.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/marriage.trump.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/no_0.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/no_0_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/no_120.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/no_120_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/no_30.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/no_30_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/no_60.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/no_60_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/no_90.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/no_90_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/poverty.0.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/poverty.1.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/poverty.2.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/poverty.3.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/poverty.partner.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/poverty.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/re.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/solo.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/solo.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/solo.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/solo.jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/solo.king-jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/solo.king-queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/solo.king.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/solo.koehler.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/solo.meatless.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/solo.queen-jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/solo.queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/solo.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/swines-hyperswines.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/swines-hyperswines.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/swines-hyperswines.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/swines-hyperswines.king.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/swines-hyperswines.king.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/swines-hyperswines.king.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/swines-hyperswines.king.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/swines-hyperswines.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/swines.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/swines.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/swines.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/swines.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/thrown_kings.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/thrown_nines.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/thrown_nines_and_kings.png +%%DATADIR%%/cardsets/VectorPlayingCards/140/icons/thrown_richness.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/black.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/black1.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/black2.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/black3.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/black4.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/black5.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/blue.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/blue1.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/blue2.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/blue3.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/blue4.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/blue5.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/blue6.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/green.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/green1.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/green2.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/green3.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/green4.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/green5.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/penguin.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/pink.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/pink1.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/pink2.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/pink3.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/pink4.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/pink5.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/red.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/red1.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/red2.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/red3.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/red4.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/red5.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/red6.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/backs/xaos.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/club_ace.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/club_jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/club_king.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/club_nine.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/club_queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/club_ten.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/diamond_ace.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/diamond_jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/diamond_king.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/diamond_nine.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/diamond_queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/diamond_ten.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/heart_ace.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/heart_jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/heart_king.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/heart_nine.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/heart_queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/heart_ten.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/spade_ace.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/spade_jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/spade_king.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/spade_nine.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/spade_queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/cards/spade_ten.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/contra.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/doppelkopf.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/dullen.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/fox_highest_trump.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/genscher.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/hyperswines.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/hyperswines.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/hyperswines.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/hyperswines.king.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/hyperswines.king.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/hyperswines.king.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/hyperswines.king.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/hyperswines.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/marriage.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/marriage.color.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/marriage.foreign.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/marriage.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/marriage.partner.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/marriage.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/marriage.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/marriage.trump.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/no_0.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/no_0_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/no_120.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/no_120_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/no_30.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/no_30_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/no_60.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/no_60_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/no_90.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/no_90_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/poverty.0.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/poverty.1.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/poverty.2.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/poverty.3.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/poverty.partner.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/poverty.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/re.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/solo.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/solo.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/solo.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/solo.jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/solo.king-jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/solo.king-queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/solo.king.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/solo.koehler.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/solo.meatless.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/solo.queen-jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/solo.queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/solo.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/swines-hyperswines.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/swines-hyperswines.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/swines-hyperswines.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/swines-hyperswines.king.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/swines-hyperswines.king.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/swines-hyperswines.king.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/swines-hyperswines.king.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/swines-hyperswines.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/swines.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/swines.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/swines.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/swines.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/thrown_kings.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/thrown_nines.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/thrown_nines_and_kings.png +%%DATADIR%%/cardsets/VectorPlayingCards/185/icons/thrown_richness.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/black.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/black1.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/black2.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/black3.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/black4.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/black5.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/blue.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/blue1.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/blue2.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/blue3.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/blue4.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/blue5.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/blue6.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/green.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/green1.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/green2.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/green3.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/green4.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/green5.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/penguin.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/pink.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/pink1.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/pink2.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/pink3.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/pink4.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/pink5.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/red.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/red1.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/red2.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/red3.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/red4.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/red5.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/red6.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/backs/xaos.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/club_ace.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/club_jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/club_king.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/club_nine.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/club_queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/club_ten.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/diamond_ace.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/diamond_jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/diamond_king.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/diamond_nine.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/diamond_queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/diamond_ten.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/heart_ace.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/heart_jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/heart_king.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/heart_nine.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/heart_queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/heart_ten.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/spade_ace.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/spade_jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/spade_king.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/spade_nine.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/spade_queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/cards/spade_ten.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/contra.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/doppelkopf.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/dullen.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/fox_highest_trump.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/genscher.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/hyperswines.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/hyperswines.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/hyperswines.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/hyperswines.king.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/hyperswines.king.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/hyperswines.king.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/hyperswines.king.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/hyperswines.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/marriage.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/marriage.color.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/marriage.foreign.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/marriage.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/marriage.partner.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/marriage.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/marriage.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/marriage.trump.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/no_0.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/no_0_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/no_120.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/no_120_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/no_30.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/no_30_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/no_60.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/no_60_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/no_90.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/no_90_reply.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/poverty.0.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/poverty.1.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/poverty.2.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/poverty.3.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/poverty.partner.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/poverty.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/re.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/solo.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/solo.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/solo.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/solo.jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/solo.king-jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/solo.king-queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/solo.king.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/solo.koehler.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/solo.meatless.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/solo.queen-jack.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/solo.queen.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/solo.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/swines-hyperswines.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/swines-hyperswines.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/swines-hyperswines.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/swines-hyperswines.king.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/swines-hyperswines.king.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/swines-hyperswines.king.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/swines-hyperswines.king.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/swines-hyperswines.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/swines.club.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/swines.diamond.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/swines.heart.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/swines.spade.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/thrown_kings.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/thrown_nines.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/thrown_nines_and_kings.png +%%DATADIR%%/cardsets/VectorPlayingCards/240/icons/thrown_richness.png +%%DATADIR%%/cardsets/VectorPlayingCards/AUTHORS.txt +%%DATADIR%%/cardsets/VectorPlayingCards/COPYING.LESSER.txt +%%DATADIR%%/cardsets/VectorPlayingCards/Color_52_Faces_v.2.0.svg +%%DATADIR%%/cardsets/VectorPlayingCards/License.txt +%%DATADIR%%/cardsets/VectorPlayingCards/Playing_Card_Backs_INKSCAPE ONLY.v.2.0.svg +%%DATADIR%%/cardsets/VectorPlayingCards/README.txt +%%DATADIR%%/cardsets/VectorPlayingCards/backs/black.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/black1.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/black2.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/black3.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/black4.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/black5.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/blue.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/blue1.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/blue2.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/blue3.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/blue4.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/blue5.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/blue6.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/green.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/green1.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/green2.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/green3.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/green4.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/green5.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/pink.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/pink1.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/pink2.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/pink3.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/pink4.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/pink5.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/red.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/red1.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/red2.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/red3.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/red4.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/red5.svg +%%DATADIR%%/cardsets/VectorPlayingCards/backs/red6.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/club_ace.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/club_jack.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/club_king.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/club_nine.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/club_queen.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/club_ten.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/diamond_ace.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/diamond_jack.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/diamond_king.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/diamond_nine.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/diamond_queen.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/diamond_ten.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/heart_ace.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/heart_jack.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/heart_king.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/heart_nine.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/heart_queen.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/heart_ten.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/spade_ace.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/spade_jack.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/spade_king.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/spade_nine.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/spade_queen.svg +%%DATADIR%%/cardsets/VectorPlayingCards/cards/spade_ten.svg %%DATADIR%%/cardsets/backs/tux/SuitClubs.svg %%DATADIR%%/cardsets/backs/tux/SuitDiamonds.svg %%DATADIR%%/cardsets/backs/tux/SuitHearts.svg %%DATADIR%%/cardsets/backs/tux/SuitSpades.svg +%%DATADIR%%/cardsets/backs/tux/Tux.svg %%DATADIR%%/cardsets/backs/tux/create_tux.sh +%%DATADIR%%/cardsets/backs/tux/origin %%DATADIR%%/cardsets/backs/xaos/create_xaos.sh %%DATADIR%%/cardsets/backs/xaos/xaos.png %%DATADIR%%/cardsets/freedoko-pingucards/LICENSE.txt @@ -281,38 +714,38 @@ share/applications/FreeDoko.desktop %%DATADIR%%/cardsets/freedoko-pingucards/backs/pinguback-special.png %%DATADIR%%/cardsets/freedoko-pingucards/backs/pinguback-violet.png %%DATADIR%%/cardsets/freedoko-pingucards/backs/pinguburg-royal.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/club/ace.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/club/eight.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/club/jack.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/club/king.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/club/nine.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/club/queen.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/club/seven.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/club/ten.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond/ace.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond/eight.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond/jack.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond/king.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond/nine.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond/queen.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond/seven.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond/ten.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart/ace.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart/eight.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart/jack.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart/king.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart/nine.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart/queen.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart/seven.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart/ten.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade/ace.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade/eight.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade/jack.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade/king.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade/nine.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade/queen.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade/seven.png -%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade/ten.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/club_ace.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/club_eight.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/club_jack.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/club_king.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/club_nine.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/club_queen.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/club_seven.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/club_ten.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond_ace.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond_eight.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond_jack.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond_king.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond_nine.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond_queen.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond_seven.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/diamond_ten.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart_ace.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart_eight.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart_jack.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart_king.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart_nine.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart_queen.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart_seven.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/heart_ten.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade_ace.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade_eight.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade_jack.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade_king.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade_nine.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade_queen.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade_seven.png +%%DATADIR%%/cardsets/freedoko-pingucards/cards/spade_ten.png %%DATADIR%%/cardsets/freedoko-pingucards/icons/contra.png %%DATADIR%%/cardsets/freedoko-pingucards/icons/fox_highest_trump.png %%DATADIR%%/cardsets/freedoko-pingucards/icons/genscher.png @@ -363,6 +796,7 @@ share/applications/FreeDoko.desktop %%DATADIR%%/cardsets/freedoko-pingucards/icons/swines.diamond.png %%DATADIR%%/cardsets/freedoko-pingucards/icons/swines.heart.png %%DATADIR%%/cardsets/freedoko-pingucards/icons/swines.spade.png +%%DATADIR%%/cardsets/openclipart/License.txt %%DATADIR%%/cardsets/openclipart/backs/back01.png %%DATADIR%%/cardsets/openclipart/backs/back02.png %%DATADIR%%/cardsets/openclipart/backs/back03.png @@ -374,30 +808,30 @@ share/applications/FreeDoko.desktop %%DATADIR%%/cardsets/openclipart/backs/back09.png %%DATADIR%%/cardsets/openclipart/backs/back10.png %%DATADIR%%/cardsets/openclipart/backs/penguin.png -%%DATADIR%%/cardsets/openclipart/cards/club/ace.png -%%DATADIR%%/cardsets/openclipart/cards/club/jack.png -%%DATADIR%%/cardsets/openclipart/cards/club/king.png -%%DATADIR%%/cardsets/openclipart/cards/club/nine.png -%%DATADIR%%/cardsets/openclipart/cards/club/queen.png -%%DATADIR%%/cardsets/openclipart/cards/club/ten.png -%%DATADIR%%/cardsets/openclipart/cards/diamond/ace.png -%%DATADIR%%/cardsets/openclipart/cards/diamond/jack.png -%%DATADIR%%/cardsets/openclipart/cards/diamond/king.png -%%DATADIR%%/cardsets/openclipart/cards/diamond/nine.png -%%DATADIR%%/cardsets/openclipart/cards/diamond/queen.png -%%DATADIR%%/cardsets/openclipart/cards/diamond/ten.png -%%DATADIR%%/cardsets/openclipart/cards/heart/ace.png -%%DATADIR%%/cardsets/openclipart/cards/heart/jack.png -%%DATADIR%%/cardsets/openclipart/cards/heart/king.png -%%DATADIR%%/cardsets/openclipart/cards/heart/nine.png -%%DATADIR%%/cardsets/openclipart/cards/heart/queen.png -%%DATADIR%%/cardsets/openclipart/cards/heart/ten.png -%%DATADIR%%/cardsets/openclipart/cards/spade/ace.png -%%DATADIR%%/cardsets/openclipart/cards/spade/jack.png -%%DATADIR%%/cardsets/openclipart/cards/spade/king.png -%%DATADIR%%/cardsets/openclipart/cards/spade/nine.png -%%DATADIR%%/cardsets/openclipart/cards/spade/queen.png -%%DATADIR%%/cardsets/openclipart/cards/spade/ten.png +%%DATADIR%%/cardsets/openclipart/cards/club_ace.png +%%DATADIR%%/cardsets/openclipart/cards/club_jack.png +%%DATADIR%%/cardsets/openclipart/cards/club_king.png +%%DATADIR%%/cardsets/openclipart/cards/club_nine.png +%%DATADIR%%/cardsets/openclipart/cards/club_queen.png +%%DATADIR%%/cardsets/openclipart/cards/club_ten.png +%%DATADIR%%/cardsets/openclipart/cards/diamond_ace.png +%%DATADIR%%/cardsets/openclipart/cards/diamond_jack.png +%%DATADIR%%/cardsets/openclipart/cards/diamond_king.png +%%DATADIR%%/cardsets/openclipart/cards/diamond_nine.png +%%DATADIR%%/cardsets/openclipart/cards/diamond_queen.png +%%DATADIR%%/cardsets/openclipart/cards/diamond_ten.png +%%DATADIR%%/cardsets/openclipart/cards/heart_ace.png +%%DATADIR%%/cardsets/openclipart/cards/heart_jack.png +%%DATADIR%%/cardsets/openclipart/cards/heart_king.png +%%DATADIR%%/cardsets/openclipart/cards/heart_nine.png +%%DATADIR%%/cardsets/openclipart/cards/heart_queen.png +%%DATADIR%%/cardsets/openclipart/cards/heart_ten.png +%%DATADIR%%/cardsets/openclipart/cards/spade_ace.png +%%DATADIR%%/cardsets/openclipart/cards/spade_jack.png +%%DATADIR%%/cardsets/openclipart/cards/spade_king.png +%%DATADIR%%/cardsets/openclipart/cards/spade_nine.png +%%DATADIR%%/cardsets/openclipart/cards/spade_queen.png +%%DATADIR%%/cardsets/openclipart/cards/spade_ten.png %%DATADIR%%/cardsets/openclipart/icons/contra.png %%DATADIR%%/cardsets/openclipart/icons/dollen.png %%DATADIR%%/cardsets/openclipart/icons/doppelkopf.png @@ -462,7 +896,6 @@ share/applications/FreeDoko.desktop %%DATADIR%%/cardsets/openclipart/icons/thrown_nines.png %%DATADIR%%/cardsets/openclipart/icons/thrown_nines_and_kings.png %%DATADIR%%/cardsets/openclipart/icons/thrown_richness.png -%%DATADIR%%/cardsets/openclipart/license %%DATADIR%%/cardsets/origin %%DATADIR%%/cardsets/xskat/COPYRIGHT.txt %%DATADIR%%/cardsets/xskat/french/COPYRIGHT.txt @@ -474,30 +907,6 @@ share/applications/FreeDoko.desktop %%DATADIR%%/cardsets/xskat/french/backs/penguin.png %%DATADIR%%/cardsets/xskat/french/backs/xaos.png %%DATADIR%%/cardsets/xskat/french/backs/xskat.png -%%DATADIR%%/cardsets/xskat/french/cards/club/ace.png -%%DATADIR%%/cardsets/xskat/french/cards/club/jack.png -%%DATADIR%%/cardsets/xskat/french/cards/club/king.png -%%DATADIR%%/cardsets/xskat/french/cards/club/nine.png -%%DATADIR%%/cardsets/xskat/french/cards/club/queen.png -%%DATADIR%%/cardsets/xskat/french/cards/club/ten.png -%%DATADIR%%/cardsets/xskat/french/cards/diamond/ace.png -%%DATADIR%%/cardsets/xskat/french/cards/diamond/jack.png -%%DATADIR%%/cardsets/xskat/french/cards/diamond/king.png -%%DATADIR%%/cardsets/xskat/french/cards/diamond/nine.png -%%DATADIR%%/cardsets/xskat/french/cards/diamond/queen.png -%%DATADIR%%/cardsets/xskat/french/cards/diamond/ten.png -%%DATADIR%%/cardsets/xskat/french/cards/heart/ace.png -%%DATADIR%%/cardsets/xskat/french/cards/heart/jack.png -%%DATADIR%%/cardsets/xskat/french/cards/heart/king.png -%%DATADIR%%/cardsets/xskat/french/cards/heart/nine.png -%%DATADIR%%/cardsets/xskat/french/cards/heart/queen.png -%%DATADIR%%/cardsets/xskat/french/cards/heart/ten.png -%%DATADIR%%/cardsets/xskat/french/cards/spade/ace.png -%%DATADIR%%/cardsets/xskat/french/cards/spade/jack.png -%%DATADIR%%/cardsets/xskat/french/cards/spade/king.png -%%DATADIR%%/cardsets/xskat/french/cards/spade/nine.png -%%DATADIR%%/cardsets/xskat/french/cards/spade/queen.png -%%DATADIR%%/cardsets/xskat/french/cards/spade/ten.png %%DATADIR%%/cardsets/xskat/french/icons/contra.png %%DATADIR%%/cardsets/xskat/french/icons/fox_highest_trump.png %%DATADIR%%/cardsets/xskat/french/icons/genscher.png @@ -550,6 +959,30 @@ share/applications/FreeDoko.desktop %%DATADIR%%/cardsets/xskat/french/icons/swines.diamond.png %%DATADIR%%/cardsets/xskat/french/icons/swines.heart.png %%DATADIR%%/cardsets/xskat/french/icons/swines.spade.png +%%DATADIR%%/cardsets/xskat/french/cards/club_ace.png +%%DATADIR%%/cardsets/xskat/french/cards/club_jack.png +%%DATADIR%%/cardsets/xskat/french/cards/club_king.png +%%DATADIR%%/cardsets/xskat/french/cards/club_nine.png +%%DATADIR%%/cardsets/xskat/french/cards/club_queen.png +%%DATADIR%%/cardsets/xskat/french/cards/club_ten.png +%%DATADIR%%/cardsets/xskat/french/cards/diamond_ace.png +%%DATADIR%%/cardsets/xskat/french/cards/diamond_jack.png +%%DATADIR%%/cardsets/xskat/french/cards/diamond_king.png +%%DATADIR%%/cardsets/xskat/french/cards/diamond_nine.png +%%DATADIR%%/cardsets/xskat/french/cards/diamond_queen.png +%%DATADIR%%/cardsets/xskat/french/cards/diamond_ten.png +%%DATADIR%%/cardsets/xskat/french/cards/heart_ace.png +%%DATADIR%%/cardsets/xskat/french/cards/heart_jack.png +%%DATADIR%%/cardsets/xskat/french/cards/heart_king.png +%%DATADIR%%/cardsets/xskat/french/cards/heart_nine.png +%%DATADIR%%/cardsets/xskat/french/cards/heart_queen.png +%%DATADIR%%/cardsets/xskat/french/cards/heart_ten.png +%%DATADIR%%/cardsets/xskat/french/cards/spade_ace.png +%%DATADIR%%/cardsets/xskat/french/cards/spade_jack.png +%%DATADIR%%/cardsets/xskat/french/cards/spade_king.png +%%DATADIR%%/cardsets/xskat/french/cards/spade_nine.png +%%DATADIR%%/cardsets/xskat/french/cards/spade_queen.png +%%DATADIR%%/cardsets/xskat/french/cards/spade_ten.png %%DATADIR%%/cardsets/xskat/german/COPYRIGHT.txt %%DATADIR%%/cardsets/xskat/german/backs/christmas/candle.png %%DATADIR%%/cardsets/xskat/german/backs/christmas/christmasdog.png @@ -559,30 +992,6 @@ share/applications/FreeDoko.desktop %%DATADIR%%/cardsets/xskat/german/backs/penguin.png %%DATADIR%%/cardsets/xskat/german/backs/xaos.png %%DATADIR%%/cardsets/xskat/german/backs/xskat.png -%%DATADIR%%/cardsets/xskat/german/cards/club/ace.png -%%DATADIR%%/cardsets/xskat/german/cards/club/jack.png -%%DATADIR%%/cardsets/xskat/german/cards/club/king.png -%%DATADIR%%/cardsets/xskat/german/cards/club/nine.png -%%DATADIR%%/cardsets/xskat/german/cards/club/queen.png -%%DATADIR%%/cardsets/xskat/german/cards/club/ten.png -%%DATADIR%%/cardsets/xskat/german/cards/diamond/ace.png -%%DATADIR%%/cardsets/xskat/german/cards/diamond/jack.png -%%DATADIR%%/cardsets/xskat/german/cards/diamond/king.png -%%DATADIR%%/cardsets/xskat/german/cards/diamond/nine.png -%%DATADIR%%/cardsets/xskat/german/cards/diamond/queen.png -%%DATADIR%%/cardsets/xskat/german/cards/diamond/ten.png -%%DATADIR%%/cardsets/xskat/german/cards/heart/ace.png -%%DATADIR%%/cardsets/xskat/german/cards/heart/jack.png -%%DATADIR%%/cardsets/xskat/german/cards/heart/king.png -%%DATADIR%%/cardsets/xskat/german/cards/heart/nine.png -%%DATADIR%%/cardsets/xskat/german/cards/heart/queen.png -%%DATADIR%%/cardsets/xskat/german/cards/heart/ten.png -%%DATADIR%%/cardsets/xskat/german/cards/spade/ace.png -%%DATADIR%%/cardsets/xskat/german/cards/spade/jack.png -%%DATADIR%%/cardsets/xskat/german/cards/spade/king.png -%%DATADIR%%/cardsets/xskat/german/cards/spade/nine.png -%%DATADIR%%/cardsets/xskat/german/cards/spade/queen.png -%%DATADIR%%/cardsets/xskat/german/cards/spade/ten.png %%DATADIR%%/cardsets/xskat/german/icons/contra.png %%DATADIR%%/cardsets/xskat/german/icons/fox_highest_trump.png %%DATADIR%%/cardsets/xskat/german/icons/genscher.png @@ -635,6 +1044,30 @@ share/applications/FreeDoko.desktop %%DATADIR%%/cardsets/xskat/german/icons/swines.diamond.png %%DATADIR%%/cardsets/xskat/german/icons/swines.heart.png %%DATADIR%%/cardsets/xskat/german/icons/swines.spade.png +%%DATADIR%%/cardsets/xskat/german/cards/club_ace.png +%%DATADIR%%/cardsets/xskat/german/cards/club_jack.png +%%DATADIR%%/cardsets/xskat/german/cards/club_king.png +%%DATADIR%%/cardsets/xskat/german/cards/club_nine.png +%%DATADIR%%/cardsets/xskat/german/cards/club_queen.png +%%DATADIR%%/cardsets/xskat/german/cards/club_ten.png +%%DATADIR%%/cardsets/xskat/german/cards/diamond_ace.png +%%DATADIR%%/cardsets/xskat/german/cards/diamond_jack.png +%%DATADIR%%/cardsets/xskat/german/cards/diamond_king.png +%%DATADIR%%/cardsets/xskat/german/cards/diamond_nine.png +%%DATADIR%%/cardsets/xskat/german/cards/diamond_queen.png +%%DATADIR%%/cardsets/xskat/german/cards/diamond_ten.png +%%DATADIR%%/cardsets/xskat/german/cards/heart_ace.png +%%DATADIR%%/cardsets/xskat/german/cards/heart_jack.png +%%DATADIR%%/cardsets/xskat/german/cards/heart_king.png +%%DATADIR%%/cardsets/xskat/german/cards/heart_nine.png +%%DATADIR%%/cardsets/xskat/german/cards/heart_queen.png +%%DATADIR%%/cardsets/xskat/german/cards/heart_ten.png +%%DATADIR%%/cardsets/xskat/german/cards/spade_ace.png +%%DATADIR%%/cardsets/xskat/german/cards/spade_jack.png +%%DATADIR%%/cardsets/xskat/german/cards/spade_king.png +%%DATADIR%%/cardsets/xskat/german/cards/spade_nine.png +%%DATADIR%%/cardsets/xskat/german/cards/spade_queen.png +%%DATADIR%%/cardsets/xskat/german/cards/spade_ten.png %%DATADIR%%/icon.png %%DATADIR%%/iconsets/chips/140/License.txt %%DATADIR%%/iconsets/chips/140/contra.png @@ -1126,50 +1559,4 @@ share/applications/FreeDoko.desktop %%DATADIR%%/sounds/en/male/mbrola/thrown_kings.wav %%DATADIR%%/sounds/en/male/mbrola/thrown_nines.wav %%DATADIR%%/sounds/en/male/mbrola/thrown_nines_and_kings.wav -%%DATADIR%%/translations/de-alt/text -%%DATADIR%%/translations/de/aiconfig -%%DATADIR%%/translations/de/aiconfig.heuristics.description -%%DATADIR%%/translations/de/basistypes -%%DATADIR%%/translations/de/bug_report -%%DATADIR%%/translations/de/cards -%%DATADIR%%/translations/de/chat -%%DATADIR%%/translations/de/gui -%%DATADIR%%/translations/de/help -%%DATADIR%%/translations/de/menu -%%DATADIR%%/translations/de/messages -%%DATADIR%%/translations/de/network -%%DATADIR%%/translations/de/rules -%%DATADIR%%/translations/de/settings -%%DATADIR%%/translations/de/text -%%DATADIR%%/translations/de/versions -%%DATADIR%%/translations/en/aiconfig -%%DATADIR%%/translations/en/aiconfig.heuristics.description -%%DATADIR%%/translations/en/basistypes -%%DATADIR%%/translations/en/bug_report -%%DATADIR%%/translations/en/cards -%%DATADIR%%/translations/en/chat -%%DATADIR%%/translations/en/gtkmm.menu -%%DATADIR%%/translations/en/gui -%%DATADIR%%/translations/en/help -%%DATADIR%%/translations/en/menu -%%DATADIR%%/translations/en/messages -%%DATADIR%%/translations/en/network -%%DATADIR%%/translations/en/rules -%%DATADIR%%/translations/en/settings -%%DATADIR%%/translations/en/text -%%DATADIR%%/translations/en/versions -%%DATADIR%%/translations/fr/aiconfig -%%DATADIR%%/translations/fr/basistypes -%%DATADIR%%/translations/fr/bug_report -%%DATADIR%%/translations/fr/cards -%%DATADIR%%/translations/fr/chat -%%DATADIR%%/translations/fr/gui -%%DATADIR%%/translations/fr/help -%%DATADIR%%/translations/fr/menu -%%DATADIR%%/translations/fr/messages -%%DATADIR%%/translations/fr/network -%%DATADIR%%/translations/fr/rules -%%DATADIR%%/translations/fr/settings -%%DATADIR%%/translations/fr/text -%%DATADIR%%/translations/fr/versions share/pixmaps/FreeDoko.png