diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2026-06-07 15:47:34 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2026-06-30 20:03:56 +0000 |
| commit | 084afac04e9789ae9972883cd74eb920c05c8470 (patch) | |
| tree | fc21c9399bdd7df0aa58afd660ab3384fe4ca17e | |
| parent | d87a1e8780312b8e6cbfbe7b7bdc6a99315c202b (diff) | |
games/aisleriot: Install file with non-ASCII name
The file is extracted correctly now that the ports tree uses UTF-8 to
extract files.
PR: 295945
Exp-run by: antoine
| -rw-r--r-- | games/aisleriot/Makefile | 1 | ||||
| -rw-r--r-- | games/aisleriot/files/patch-cards_meson.build | 10 | ||||
| -rw-r--r-- | games/aisleriot/pkg-plist | 1 |
3 files changed, 2 insertions, 10 deletions
diff --git a/games/aisleriot/Makefile b/games/aisleriot/Makefile index 5996414b846a..559e0223949c 100644 --- a/games/aisleriot/Makefile +++ b/games/aisleriot/Makefile @@ -1,5 +1,6 @@ PORTNAME= aisleriot DISTVERSION= 3.22.35 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/games/aisleriot/files/patch-cards_meson.build b/games/aisleriot/files/patch-cards_meson.build deleted file mode 100644 index c09b131e600f..000000000000 --- a/games/aisleriot/files/patch-cards_meson.build +++ /dev/null @@ -1,10 +0,0 @@ ---- cards/meson.build.orig 2025-01-28 17:32:48 UTC -+++ cards/meson.build -@@ -51,7 +51,6 @@ cards_sources = [ - 'tigullio.svg', - 'tragy.svg', - 'XSkat.svg', -- 'Атласные.svg', - ] - - cardsdir = ar_pkgdatadir / 'cards' diff --git a/games/aisleriot/pkg-plist b/games/aisleriot/pkg-plist index 521aa3996ef7..577d04bea1c7 100644 --- a/games/aisleriot/pkg-plist +++ b/games/aisleriot/pkg-plist @@ -118,6 +118,7 @@ libexec/aisleriot/ar-cards-renderer %%DATADIR%%/cards/tarot.svgz %%DATADIR%%/cards/tigullio.svgz %%DATADIR%%/cards/tragy.svgz +%%DATADIR%%/cards/Атласные.svgz %%DATADIR%%/icons/hicolor/16x16/actions/cards-deal.png %%DATADIR%%/icons/hicolor/22x22/actions/cards-deal.png %%DATADIR%%/icons/hicolor/24x24/actions/cards-deal.png |
