Sat Jan 6 15:35:26 2024 UTC (142d)
emulators/vice: update to 3.8

Changes: too many to list; see https://vice-emu.sourceforge.io/NEWS


(rhialto)
diff -r1.178 -r1.179 pkgsrc/emulators/vice/Makefile
diff -r1.34 -r1.35 pkgsrc/emulators/vice/PLIST
diff -r1.54 -r1.55 pkgsrc/emulators/vice/distinfo
diff -r1.16 -r1.17 pkgsrc/emulators/vice/options.mk
diff -r1.2 -r1.3 pkgsrc/emulators/vice/patches/patch-src_arch_gtk3_data_unix_Makefile.in

cvs diff -r1.178 -r1.179 pkgsrc/emulators/vice/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/vice/Makefile 2023/11/14 14:01:48 1.178
+++ pkgsrc/emulators/vice/Makefile 2024/01/06 15:35:26 1.179
@@ -1,44 +1,50 @@ @@ -1,44 +1,50 @@
1# $NetBSD: Makefile,v 1.178 2023/11/14 14:01:48 wiz Exp $ 1# $NetBSD: Makefile,v 1.179 2024/01/06 15:35:26 rhialto Exp $
2 2
3DISTNAME= vice-3.7.1 3DISTNAME= vice-3.8
4PKGREVISION= 6 
5CATEGORIES= emulators 4CATEGORIES= emulators
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vice-emu/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vice-emu/}
7 6
8MAINTAINER= rhialto@NetBSD.org 7MAINTAINER= rhialto@NetBSD.org
9HOMEPAGE= http://vice-emu.sourceforge.net/ 8HOMEPAGE= http://vice-emu.sourceforge.net/
10COMMENT= Emulator for C64, C128, CBM-II, PET, VIC20, Plus4 and C16 9COMMENT= Emulator for C64, C128, CBM-II, PET, VIC20, Plus4 and C16
11LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
12 11
13RESTRICTED= ROM image copyright is questionable. 12RESTRICTED= ROM image copyright is questionable.
14NO_BIN_ON_CDROM= ${RESTRICTED} 13NO_BIN_ON_CDROM= ${RESTRICTED}
15NO_SRC_ON_CDROM= ${RESTRICTED} 14NO_SRC_ON_CDROM= ${RESTRICTED}
16NO_BIN_ON_FTP= ${RESTRICTED} 15NO_BIN_ON_FTP= ${RESTRICTED}
17NO_SRC_ON_FTP= ${RESTRICTED} 16NO_SRC_ON_FTP= ${RESTRICTED}
18 17
19USE_PKGLOCALEDIR= yes 18USE_PKGLOCALEDIR= yes
20USE_LANGUAGES= c c++11 19USE_LANGUAGES= c c++11
21USE_TOOLS+= bash gmake pkg-config perl flex yacc 20USE_TOOLS+= bash gmake pkg-config perl flex yacc
22GNU_CONFIGURE= yes 21GNU_CONFIGURE= yes
23CONFIGURE_ARGS+= --enable-ethernet 22CONFIGURE_ARGS+= --enable-ethernet
24CONFIGURE_ARGS+= --enable-lame 23CONFIGURE_ARGS+= --with-lame
25CONFIGURE_ARGS+= --with-fastsid 24CONFIGURE_ARGS+= --with-fastsid
26CONFIGURE_ARGS+= --with-flac 25CONFIGURE_ARGS+= --with-flac
27CONFIGURE_ARGS+= --with-gif 26CONFIGURE_ARGS+= --with-gif
28CONFIGURE_ARGS+= --with-mpg123 27CONFIGURE_ARGS+= --with-mpg123
29CONFIGURE_ARGS+= --with-png 28CONFIGURE_ARGS+= --with-png
30CONFIGURE_ARGS+= --with-vorbis 29CONFIGURE_ARGS+= --with-vorbis
31CONFIGURE_ARGS+= --with-zlib 30CONFIGURE_ARGS+= --with-zlib
 31CONFIGURE_ARGS+= --with-fastsid
 32CONFIGURE_ARGS+= --with-libcurl
 33CONFIGURE_ARGS+= --without-libieee1284
 34CONFIGURE_ARGS+= --disable-hardsid
 35CONFIGURE_ARGS+= --disable-parsid
 36CONFIGURE_ARGS+= --disable-catweasel
 37CONFIGURE_ARGS+= --disable-midi
32CONFIGURE_ARGS.NetBSD+= --with-sun 38CONFIGURE_ARGS.NetBSD+= --with-sun
33CONFIGURE_ARGS.NetBSD+= --without-oss 39CONFIGURE_ARGS.NetBSD+= --without-oss
34 40
35# Avoid build changes if these programs are installed 41# Avoid build changes if these programs are installed
36CONFIGURE_ENV+= ac_cv_prog_SVN=no 42CONFIGURE_ENV+= ac_cv_prog_SVN=no
37CONFIGURE_ENV+= ac_cv_prog_SVNVERSION=no 43CONFIGURE_ENV+= ac_cv_prog_SVNVERSION=no
38CONFIGURE_ARGS+= --disable-pdf-docs 44CONFIGURE_ARGS+= --disable-pdf-docs
39CONFIGURE_ARGS+= --enable-html-docs 45CONFIGURE_ARGS+= --enable-html-docs
40 46
41REQD_DIRS+= ${PREFIX}/share/vice 47REQD_DIRS+= ${PREFIX}/share/vice
42 48
43DEPENDS+= dos2unix-[0-9]*:../../converters/dos2unix 49DEPENDS+= dos2unix-[0-9]*:../../converters/dos2unix
44TOOL_DEPENDS+= xa65-[0-9]*:../../devel/xa65 50TOOL_DEPENDS+= xa65-[0-9]*:../../devel/xa65
@@ -62,15 +68,16 @@ post-install: @@ -62,15 +68,16 @@ post-install:
62 cd ${WRKSRC}/doc/html && ${CP} -r fonts images vice_*.html *.css \ 68 cd ${WRKSRC}/doc/html && ${CP} -r fonts images vice_*.html *.css \
63 COPYING \ 69 COPYING \
64 ${DESTDIR}${PREFIX}/share/doc/vice/html/ 70 ${DESTDIR}${PREFIX}/share/doc/vice/html/
65 71
66.include "options.mk" 72.include "options.mk"
67.include "../../audio/flac/buildlink3.mk" 73.include "../../audio/flac/buildlink3.mk"
68.include "../../audio/lame/buildlink3.mk" 74.include "../../audio/lame/buildlink3.mk"
69.include "../../audio/libvorbis/buildlink3.mk" 75.include "../../audio/libvorbis/buildlink3.mk"
70.include "../../audio/mpg123/buildlink3.mk" 76.include "../../audio/mpg123/buildlink3.mk"
71.include "../../devel/zlib/buildlink3.mk" 77.include "../../devel/zlib/buildlink3.mk"
72.include "../../graphics/giflib/buildlink3.mk" 78.include "../../graphics/giflib/buildlink3.mk"
73.include "../../graphics/png/buildlink3.mk" 79.include "../../graphics/png/buildlink3.mk"
74.include "../../net/libpcap/buildlink3.mk" 80.include "../../net/libpcap/buildlink3.mk"
 81.include "../../www/curl/buildlink3.mk"
75.include "../../mk/readline.buildlink3.mk" 82.include "../../mk/readline.buildlink3.mk"
76.include "../../mk/bsd.pkg.mk" 83.include "../../mk/bsd.pkg.mk"

cvs diff -r1.34 -r1.35 pkgsrc/emulators/vice/PLIST (expand / switch to unified diff)

--- pkgsrc/emulators/vice/PLIST 2022/12/31 18:30:00 1.34
+++ pkgsrc/emulators/vice/PLIST 2024/01/06 15:35:26 1.35
@@ -1,121 +1,97 @@ @@ -1,121 +1,97 @@
1@comment $NetBSD: PLIST,v 1.34 2022/12/31 18:30:00 rhialto Exp $ 1@comment $NetBSD: PLIST,v 1.35 2024/01/06 15:35:26 rhialto Exp $
2bin/c1541 2bin/c1541
3bin/cartconv 3bin/cartconv
4bin/petcat 4bin/petcat
5bin/vsid 5bin/vsid
6bin/x128 6bin/x128
7${PLIST.x64}bin/x64 7bin/x64
8bin/x64dtv 8bin/x64dtv
9bin/x64sc 9bin/x64sc
10bin/xcbm2 10bin/xcbm2
11bin/xcbm5x0 11bin/xcbm5x0
12bin/xpet 12bin/xpet
13bin/xplus4 13bin/xplus4
14bin/xscpu64 14bin/xscpu64
15bin/xvic 15bin/xvic
16${PLIST.desktop}share/applications/vice-org-vsid.desktop 16${PLIST.desktop}share/applications/vice-org-vsid.desktop
17${PLIST.desktop}share/applications/vice-org-x128.desktop 17${PLIST.desktop}share/applications/vice-org-x128.desktop
18${PLIST.desktop}${PLIST.x64}share/applications/vice-org-x64.desktop 18${PLIST.desktop}${PLIST.x64}share/applications/vice-org-x64.desktop
19${PLIST.desktop}share/applications/vice-org-x64dtv.desktop 19${PLIST.desktop}share/applications/vice-org-x64dtv.desktop
20${PLIST.desktop}share/applications/vice-org-x64sc.desktop 20${PLIST.desktop}share/applications/vice-org-x64sc.desktop
21${PLIST.desktop}share/applications/vice-org-xcbm2.desktop 21${PLIST.desktop}share/applications/vice-org-xcbm2.desktop
22${PLIST.desktop}share/applications/vice-org-xcbm5x0.desktop 22${PLIST.desktop}share/applications/vice-org-xcbm5x0.desktop
23${PLIST.desktop}share/applications/vice-org-xpet.desktop 23${PLIST.desktop}share/applications/vice-org-xpet.desktop
24${PLIST.desktop}share/applications/vice-org-xplus4.desktop 24${PLIST.desktop}share/applications/vice-org-xplus4.desktop
25${PLIST.desktop}share/applications/vice-org-xscpu64.desktop 25${PLIST.desktop}share/applications/vice-org-xscpu64.desktop
26${PLIST.desktop}share/applications/vice-org-xvic.desktop 26${PLIST.desktop}share/applications/vice-org-xvic.desktop
27${PLIST.desktop}share/desktop-directories/vice-org-vice-org.directory 27${PLIST.desktop}share/desktop-directories/vice-org-vice-org.directory
28share/doc/vice/CIA-README.txt 28${PLIST.sdl1}share/doc/vice/Readme-SDL.txt
29share/doc/vice/Documentation-Howto.txt 29${PLIST.sdl2}share/doc/vice/Readme-SDL2.txt
30share/doc/vice/Doxygen-Howto.txt 
31share/doc/vice/FreeBSD-GTK3-Howto.txt 
32share/doc/vice/GTK3-Fedora-cross-build-setup.md 
33share/doc/vice/GTK3-cross-build-setup.md 
34share/doc/vice/GTK3-debian-frankenvice.md 
35share/doc/vice/Linux-GTK3-Howto.txt 
36share/doc/vice/NetBSD-GTK3-Howto.txt 
37share/doc/vice/NetBSD-howto.txt 
38share/doc/vice/OpenBSD-GTK3-Howto.txt 
39share/doc/vice/Readme-SDL.txt 
40share/doc/vice/Readme-SDL2.txt 
41share/doc/vice/Release-Howto.txt 
42share/doc/vice/SDL-Howto.txt 
43share/doc/vice/Windows-MinGW-GTK3-Howto.txt 
44share/doc/vice/coding-guidelines.txt 
45share/doc/vice/html/COPYING 30share/doc/vice/html/COPYING
46share/doc/vice/html/fonts/Lato-Bold.eot 31share/doc/vice/html/fonts/Lato-Bold.eot
47share/doc/vice/html/fonts/Lato-Bold.ttf 32share/doc/vice/html/fonts/Lato-Bold.ttf
48share/doc/vice/html/fonts/Lato-Bold.woff 33share/doc/vice/html/fonts/Lato-Bold.woff
49share/doc/vice/html/fonts/Lato-Bold.woff2 34share/doc/vice/html/fonts/Lato-Bold.woff2
50share/doc/vice/html/fonts/Lato-BoldItalic.eot 35share/doc/vice/html/fonts/Lato-BoldItalic.eot
51share/doc/vice/html/fonts/Lato-BoldItalic.ttf 36share/doc/vice/html/fonts/Lato-BoldItalic.ttf
52share/doc/vice/html/fonts/Lato-BoldItalic.woff 37share/doc/vice/html/fonts/Lato-BoldItalic.woff
53share/doc/vice/html/fonts/Lato-BoldItalic.woff2 38share/doc/vice/html/fonts/Lato-BoldItalic.woff2
54share/doc/vice/html/fonts/Lato-Italic.eot 39share/doc/vice/html/fonts/Lato-Italic.eot
55share/doc/vice/html/fonts/Lato-Italic.ttf 40share/doc/vice/html/fonts/Lato-Italic.ttf
56share/doc/vice/html/fonts/Lato-Italic.woff 41share/doc/vice/html/fonts/Lato-Italic.woff
57share/doc/vice/html/fonts/Lato-Italic.woff2 42share/doc/vice/html/fonts/Lato-Italic.woff2
58share/doc/vice/html/fonts/Lato-Regular.eot 43share/doc/vice/html/fonts/Lato-Regular.eot
59share/doc/vice/html/fonts/Lato-Regular.ttf 44share/doc/vice/html/fonts/Lato-Regular.ttf
60share/doc/vice/html/fonts/Lato-Regular.woff 45share/doc/vice/html/fonts/Lato-Regular.woff
61share/doc/vice/html/fonts/Lato-Regular.woff2 46share/doc/vice/html/fonts/Lato-Regular.woff2
62share/doc/vice/html/fonts/OFL.txt 47share/doc/vice/html/fonts/OFL.txt
63share/doc/vice/html/images/CIPS2008.png 48share/doc/vice/html/images/CIPS2008.png
64share/doc/vice/html/images/c128-layout-small.png 49share/doc/vice/html/images/c116-layout.png
65share/doc/vice/html/images/c128-layout.png 50share/doc/vice/html/images/c128-layout.png
66share/doc/vice/html/images/c64-layout-small.png 51share/doc/vice/html/images/c16-layout.png
67share/doc/vice/html/images/c64-layout.png 52share/doc/vice/html/images/c64-layout.png
 53share/doc/vice/html/images/cbm2-layout.png
68share/doc/vice/html/images/new.gif 54share/doc/vice/html/images/new.gif
69share/doc/vice/html/images/pet-business-uk-layout-small.png 
70share/doc/vice/html/images/pet-business-uk-layout.png 55share/doc/vice/html/images/pet-business-uk-layout.png
71share/doc/vice/html/images/pet-chiclet-layout-small.png 
72share/doc/vice/html/images/pet-chiclet-layout.png 56share/doc/vice/html/images/pet-chiclet-layout.png
73share/doc/vice/html/images/pet-graphical-layout-small.png 
74share/doc/vice/html/images/pet-graphical-layout.png 57share/doc/vice/html/images/pet-graphical-layout.png
75share/doc/vice/html/images/vice-c128-positional-keymap-de-small.png 58share/doc/vice/html/images/plus4-layout.png
76share/doc/vice/html/images/vice-c128-positional-keymap-de.png 59share/doc/vice/html/images/vice-c128-positional-keymap-de.png
77share/doc/vice/html/images/vice-c128-positional-keymap-us-small.png 
78share/doc/vice/html/images/vice-c128-positional-keymap-us.png 60share/doc/vice/html/images/vice-c128-positional-keymap-us.png
79share/doc/vice/html/images/vice-c128-symbolic-keymap-de-small.png 
80share/doc/vice/html/images/vice-c128-symbolic-keymap-de.png 61share/doc/vice/html/images/vice-c128-symbolic-keymap-de.png
81share/doc/vice/html/images/vice-c128-symbolic-keymap-us-small.png 
82share/doc/vice/html/images/vice-c128-symbolic-keymap-us.png 62share/doc/vice/html/images/vice-c128-symbolic-keymap-us.png
83share/doc/vice/html/images/vice-c64-positional-keymap-de-small.png 
84share/doc/vice/html/images/vice-c64-positional-keymap-de.png 63share/doc/vice/html/images/vice-c64-positional-keymap-de.png
85share/doc/vice/html/images/vice-c64-positional-keymap-us-small.png 
86share/doc/vice/html/images/vice-c64-positional-keymap-us.png 64share/doc/vice/html/images/vice-c64-positional-keymap-us.png
87share/doc/vice/html/images/vice-c64-symbolic-keymap-de-small.png 
88share/doc/vice/html/images/vice-c64-symbolic-keymap-de.png 65share/doc/vice/html/images/vice-c64-symbolic-keymap-de.png
89share/doc/vice/html/images/vice-c64-symbolic-keymap-us-small.png 
90share/doc/vice/html/images/vice-c64-symbolic-keymap-us.png 66share/doc/vice/html/images/vice-c64-symbolic-keymap-us.png
 67share/doc/vice/html/images/vice-cbm2-positional-keymap-de.png
 68share/doc/vice/html/images/vice-cbm2-positional-keymap-us.png
 69share/doc/vice/html/images/vice-cbm2-symbolic-keymap-de.png
 70share/doc/vice/html/images/vice-cbm2-symbolic-keymap-us.png
91share/doc/vice/html/images/vice-logo-black.png 71share/doc/vice/html/images/vice-logo-black.png
92share/doc/vice/html/images/vice-logo.svg 72share/doc/vice/html/images/vice-logo.svg
93share/doc/vice/html/images/vice-pet-business-uk-positional-keymap-de-small.png 
94share/doc/vice/html/images/vice-pet-business-uk-positional-keymap-de.png 73share/doc/vice/html/images/vice-pet-business-uk-positional-keymap-de.png
95share/doc/vice/html/images/vice-pet-business-uk-positional-keymap-us-small.png 
96share/doc/vice/html/images/vice-pet-business-uk-positional-keymap-us.png 74share/doc/vice/html/images/vice-pet-business-uk-positional-keymap-us.png
97share/doc/vice/html/images/vice-pet-business-uk-symbolic-keymap-de-small.png 
98share/doc/vice/html/images/vice-pet-business-uk-symbolic-keymap-de.png 75share/doc/vice/html/images/vice-pet-business-uk-symbolic-keymap-de.png
99share/doc/vice/html/images/vice-pet-business-uk-symbolic-keymap-us-small.png 
100share/doc/vice/html/images/vice-pet-business-uk-symbolic-keymap-us.png 76share/doc/vice/html/images/vice-pet-business-uk-symbolic-keymap-us.png
101share/doc/vice/html/images/vice-pet-graphical-positional-keymap-de-small.png 
102share/doc/vice/html/images/vice-pet-graphical-positional-keymap-de.png 77share/doc/vice/html/images/vice-pet-graphical-positional-keymap-de.png
103share/doc/vice/html/images/vice-pet-graphical-positional-keymap-us-small.png 
104share/doc/vice/html/images/vice-pet-graphical-positional-keymap-us.png 78share/doc/vice/html/images/vice-pet-graphical-positional-keymap-us.png
105share/doc/vice/html/images/vice-pet-graphical-symbolic-keymap-de-small.png 
106share/doc/vice/html/images/vice-pet-graphical-symbolic-keymap-de.png 79share/doc/vice/html/images/vice-pet-graphical-symbolic-keymap-de.png
107share/doc/vice/html/images/vice-pet-graphical-symbolic-keymap-us-small.png 
108share/doc/vice/html/images/vice-pet-graphical-symbolic-keymap-us.png 80share/doc/vice/html/images/vice-pet-graphical-symbolic-keymap-us.png
 81share/doc/vice/html/images/vice-plus4-positional-keymap-de.png
 82share/doc/vice/html/images/vice-plus4-positional-keymap-us.png
 83share/doc/vice/html/images/vice-plus4-symbolic-keymap-de.png
 84share/doc/vice/html/images/vice-plus4-symbolic-keymap-us.png
109share/doc/vice/html/latofonts.css 85share/doc/vice/html/latofonts.css
110share/doc/vice/html/vice.css 86share/doc/vice/html/vice.css
111share/doc/vice/html/vice_1.html 87share/doc/vice/html/vice_1.html
112share/doc/vice/html/vice_10.html 88share/doc/vice/html/vice_10.html
113share/doc/vice/html/vice_11.html 89share/doc/vice/html/vice_11.html
114share/doc/vice/html/vice_12.html 90share/doc/vice/html/vice_12.html
115share/doc/vice/html/vice_13.html 91share/doc/vice/html/vice_13.html
116share/doc/vice/html/vice_14.html 92share/doc/vice/html/vice_14.html
117share/doc/vice/html/vice_15.html 93share/doc/vice/html/vice_15.html
118share/doc/vice/html/vice_16.html 94share/doc/vice/html/vice_16.html
119share/doc/vice/html/vice_17.html 95share/doc/vice/html/vice_17.html
120share/doc/vice/html/vice_18.html 96share/doc/vice/html/vice_18.html
121share/doc/vice/html/vice_19.html 97share/doc/vice/html/vice_19.html
@@ -123,106 +99,106 @@ share/doc/vice/html/vice_2.html @@ -123,106 +99,106 @@ share/doc/vice/html/vice_2.html
123share/doc/vice/html/vice_20.html 99share/doc/vice/html/vice_20.html
124share/doc/vice/html/vice_21.html 100share/doc/vice/html/vice_21.html
125share/doc/vice/html/vice_22.html 101share/doc/vice/html/vice_22.html
126share/doc/vice/html/vice_23.html 102share/doc/vice/html/vice_23.html
127share/doc/vice/html/vice_3.html 103share/doc/vice/html/vice_3.html
128share/doc/vice/html/vice_4.html 104share/doc/vice/html/vice_4.html
129share/doc/vice/html/vice_5.html 105share/doc/vice/html/vice_5.html
130share/doc/vice/html/vice_6.html 106share/doc/vice/html/vice_6.html
131share/doc/vice/html/vice_7.html 107share/doc/vice/html/vice_7.html
132share/doc/vice/html/vice_8.html 108share/doc/vice/html/vice_8.html
133share/doc/vice/html/vice_9.html 109share/doc/vice/html/vice_9.html
134share/doc/vice/html/vice_foot.html 110share/doc/vice/html/vice_foot.html
135share/doc/vice/html/vice_toc.html 111share/doc/vice/html/vice_toc.html
136share/doc/vice/iec-bus.txt 
137share/doc/vice/macOS-Distribution-Howto.txt 
138share/doc/vice/macOS-Howto.txt 
139share/doc/vice/macOS-Xcode-Howto.txt 
140share/doc/vice/vice.texi 
141share/vice/C128/basic64-901226-01.bin 112share/vice/C128/basic64-901226-01.bin
142share/vice/C128/basichi-318019-04.bin 113share/vice/C128/basichi-318019-04.bin
143share/vice/C128/basiclo-318018-04.bin 114share/vice/C128/basiclo-318018-04.bin
144share/vice/C128/c64hq.vpl 115share/vice/C128/c64hq.vpl
145share/vice/C128/c64s.vpl 116share/vice/C128/c64s.vpl
146share/vice/C128/ccs64.vpl 117share/vice/C128/ccs64.vpl
147share/vice/C128/chargen-315079-01.bin 118share/vice/C128/chargen-315079-01.bin
148share/vice/C128/chargen-325078-02.bin 119share/vice/C128/chargen-325078-02.bin
149share/vice/C128/chargen-325167-01.bin 120share/vice/C128/chargen-325167-01.bin
 121share/vice/C128/chargen-325167-02.bin
150share/vice/C128/chargen-325173-01D.bin 122share/vice/C128/chargen-325173-01D.bin
151share/vice/C128/chargen-325181-01.bin 123share/vice/C128/chargen-325181-01.bin
152share/vice/C128/chargen-390059-01.bin 124share/vice/C128/chargen-390059-01.bin
153share/vice/C128/cjam.vpl 125share/vice/C128/cjam.vpl
154share/vice/C128/colodore.vpl 126share/vice/C128/colodore.vpl
155share/vice/C128/community-colors.vpl 127share/vice/C128/community-colors.vpl
156share/vice/C128/deekay.vpl 128share/vice/C128/deekay.vpl
157share/vice/C128/default.vrs 129share/vice/C128/default.vrs
158share/vice/C128/frodo.vpl 130share/vice/C128/frodo.vpl
159share/vice/C128/godot.vpl 131share/vice/C128/godot.vpl
160${PLIST.gtk}share/vice/C128/gtk3-hotkeys-mac.vhk 132${PLIST.gtk}share/vice/C128/gtk3_keyrahv3.vkm
161${PLIST.gtk}share/vice/C128/gtk3-hotkeys.vhk 133${PLIST.gtk}share/vice/C128/gtk3_keyrahv3_de.vkm
162${PLIST.gtk}share/vice/C128/gtk3_pos.vkm 134${PLIST.gtk}share/vice/C128/gtk3_pos.vkm
163${PLIST.gtk}share/vice/C128/gtk3_pos_de.vkm 135${PLIST.gtk}share/vice/C128/gtk3_pos_de.vkm
164${PLIST.gtk}share/vice/C128/gtk3_pos_se.vkm 136${PLIST.gtk}share/vice/C128/gtk3_pos_se.vkm
165${PLIST.gtk}share/vice/C128/gtk3_sym.vkm 137${PLIST.gtk}share/vice/C128/gtk3_sym.vkm
166${PLIST.gtk}share/vice/C128/gtk3_sym_de.vkm 138${PLIST.gtk}share/vice/C128/gtk3_sym_de.vkm
167${PLIST.gtk}share/vice/C128/gtk3_sym_fr.vkm 139${PLIST.gtk}share/vice/C128/gtk3_sym_fr.vkm
168${PLIST.gtk}share/vice/C128/gtk3_sym_se.vkm 140${PLIST.gtk}share/vice/C128/gtk3_sym_se.vkm
169share/vice/C128/kernal-315078-03.bin 141share/vice/C128/kernal-315078-03.bin
170share/vice/C128/kernal-318020-05.bin 142share/vice/C128/kernal-318020-05.bin
171share/vice/C128/kernal-318034-01.bin 143share/vice/C128/kernal-318034-01.bin
172share/vice/C128/kernal-325172-01.bin 144share/vice/C128/kernal-325172-01.bin
 145share/vice/C128/kernal64-325179-01.bin
 146share/vice/C128/kernal64-325182-01.bin
173share/vice/C128/kernal64-901227-03.bin 147share/vice/C128/kernal64-901227-03.bin
174share/vice/C128/kernalfi 148share/vice/C128/kernalfi
175share/vice/C128/kernalfr 149share/vice/C128/kernalfr
176share/vice/C128/kernalit 150share/vice/C128/kernalit
177share/vice/C128/kernalno 151share/vice/C128/kernalno
178share/vice/C128/palette.vpl 152share/vice/C128/palette.vpl
 153share/vice/C128/palette_6569R1_v1r.vpl
 154share/vice/C128/palette_6569R5_v1r.vpl
 155share/vice/C128/palette_8565R2_v1r.vpl
 156share/vice/C128/palette_C64_amber.vpl
 157share/vice/C128/palette_C64_cyan.vpl
 158share/vice/C128/palette_C64_green.vpl
179share/vice/C128/pc64.vpl 159share/vice/C128/pc64.vpl
180share/vice/C128/pepto-ntsc-sony.vpl 160share/vice/C128/pepto-ntsc-sony.vpl
181share/vice/C128/pepto-ntsc.vpl 161share/vice/C128/pepto-ntsc.vpl
182share/vice/C128/pepto-pal.vpl 162share/vice/C128/pepto-pal.vpl
183share/vice/C128/pepto-palold.vpl 163share/vice/C128/pepto-palold.vpl
184share/vice/C128/pixcen.vpl 164share/vice/C128/pixcen.vpl
185share/vice/C128/ptoing.vpl 165share/vice/C128/ptoing.vpl
186share/vice/C128/rgb.vpl 166share/vice/C128/rgb.vpl
187${PLIST.sdl}share/vice/C128/sdl-hotkeys.vhk 
188${PLIST.sdl}share/vice/C128/sdl_pos.vkm 167${PLIST.sdl}share/vice/C128/sdl_pos.vkm
189${PLIST.sdl}share/vice/C128/sdl_pos_de.vkm 168${PLIST.sdl}share/vice/C128/sdl_pos_de.vkm
190${PLIST.sdl}share/vice/C128/sdl_sym.vkm 169${PLIST.sdl}share/vice/C128/sdl_sym.vkm
191${PLIST.sdl}share/vice/C128/sdl_sym_de.vkm 170${PLIST.sdl}share/vice/C128/sdl_sym_de.vkm
192${PLIST.sdl}share/vice/C128/sdl_sym_fr.vkm 171${PLIST.sdl}share/vice/C128/sdl_sym_fr.vkm
193${PLIST.sdl}share/vice/C128/sdl_v128.vkm 172${PLIST.sdl}share/vice/C128/sdl_v128.vkm
 173share/vice/C128/the64.vpl
194share/vice/C128/vdc_comp.vpl 174share/vice/C128/vdc_comp.vpl
195share/vice/C128/vdc_deft.vpl 175share/vice/C128/vdc_deft.vpl
 176share/vice/C128/vdc_scart.vpl
196share/vice/C128/vice.vpl 177share/vice/C128/vice.vpl
197share/vice/C64/basic-901226-01.bin 178share/vice/C64/basic-901226-01.bin
198share/vice/C64/c64hq.vpl 179share/vice/C64/c64hq.vpl
199share/vice/C64/c64mem.sym 180share/vice/C64/c64mem.sym
200share/vice/C64/c64s.vpl 181share/vice/C64/c64s.vpl
201share/vice/C64/ccs64.vpl 182share/vice/C64/ccs64.vpl
202share/vice/C64/chargen-901225-01.bin 183share/vice/C64/chargen-901225-01.bin
203share/vice/C64/chargen-906143-02.bin 184share/vice/C64/chargen-906143-02.bin
204share/vice/C64/cjam.vpl 185share/vice/C64/cjam.vpl
205share/vice/C64/colodore.vpl 186share/vice/C64/colodore.vpl
206share/vice/C64/community-colors.vpl 187share/vice/C64/community-colors.vpl
207share/vice/C64/deekay.vpl 188share/vice/C64/deekay.vpl
208share/vice/C64/default.vrs 189share/vice/C64/default.vrs
209share/vice/C64/frodo.vpl 190share/vice/C64/frodo.vpl
210share/vice/C64/godot.vpl 191share/vice/C64/godot.vpl
211${PLIST.gtk}share/vice/C64/gtk3-hotkeys-mac.vhk 
212${PLIST.gtk}share/vice/C64/gtk3-hotkeys.vhk 
213${PLIST.gtk}share/vice/C64/gtk3-vsid-hotkeys-mac.vhk 
214${PLIST.gtk}share/vice/C64/gtk3-vsid-hotkeys.vhk 
215${PLIST.gtk}share/vice/C64/gtk3-winvice-legacy.vhk 
216${PLIST.gtk}share/vice/C64/gtk3_keyrah.vkm 192${PLIST.gtk}share/vice/C64/gtk3_keyrah.vkm
217${PLIST.gtk}share/vice/C64/gtk3_keyrah_de.vkm 193${PLIST.gtk}share/vice/C64/gtk3_keyrah_de.vkm
218${PLIST.gtk}share/vice/C64/gtk3_pos.vkm 194${PLIST.gtk}share/vice/C64/gtk3_pos.vkm
219${PLIST.gtk}share/vice/C64/gtk3_pos_bmc64.vkm 195${PLIST.gtk}share/vice/C64/gtk3_pos_bmc64.vkm
220${PLIST.gtk}share/vice/C64/gtk3_pos_de.vkm 196${PLIST.gtk}share/vice/C64/gtk3_pos_de.vkm
221${PLIST.gtk}share/vice/C64/gtk3_pos_es.vkm 197${PLIST.gtk}share/vice/C64/gtk3_pos_es.vkm
222${PLIST.gtk}share/vice/C64/gtk3_pos_it.vkm 198${PLIST.gtk}share/vice/C64/gtk3_pos_it.vkm
223${PLIST.gtk}share/vice/C64/gtk3_pos_se.vkm 199${PLIST.gtk}share/vice/C64/gtk3_pos_se.vkm
224${PLIST.gtk}share/vice/C64/gtk3_pos_tr.vkm 200${PLIST.gtk}share/vice/C64/gtk3_pos_tr.vkm
225${PLIST.gtk}share/vice/C64/gtk3_pos_uk.vkm 201${PLIST.gtk}share/vice/C64/gtk3_pos_uk.vkm
226${PLIST.gtk}share/vice/C64/gtk3_sym.vkm 202${PLIST.gtk}share/vice/C64/gtk3_sym.vkm
227${PLIST.gtk}share/vice/C64/gtk3_sym_be.vkm 203${PLIST.gtk}share/vice/C64/gtk3_sym_be.vkm
228${PLIST.gtk}share/vice/C64/gtk3_sym_da.vkm 204${PLIST.gtk}share/vice/C64/gtk3_sym_da.vkm
@@ -232,90 +208,92 @@ ${PLIST.gtk}share/vice/C64/gtk3_sym_it.v @@ -232,90 +208,92 @@ ${PLIST.gtk}share/vice/C64/gtk3_sym_it.v
232${PLIST.gtk}share/vice/C64/gtk3_sym_nl.vkm 208${PLIST.gtk}share/vice/C64/gtk3_sym_nl.vkm
233${PLIST.gtk}share/vice/C64/gtk3_sym_se.vkm 209${PLIST.gtk}share/vice/C64/gtk3_sym_se.vkm
234${PLIST.gtk}share/vice/C64/gtk3_sym_tr.vkm 210${PLIST.gtk}share/vice/C64/gtk3_sym_tr.vkm
235${PLIST.gtk}share/vice/C64/gtk3_sym_uk.vkm 211${PLIST.gtk}share/vice/C64/gtk3_sym_uk.vkm
236${PLIST.gtk}share/vice/C64/gtk3_the64_de.vkm 212${PLIST.gtk}share/vice/C64/gtk3_the64_de.vkm
237share/vice/C64/kernal-251104-04.bin 213share/vice/C64/kernal-251104-04.bin
238share/vice/C64/kernal-390852-01.bin 214share/vice/C64/kernal-390852-01.bin
239share/vice/C64/kernal-901227-01.bin 215share/vice/C64/kernal-901227-01.bin
240share/vice/C64/kernal-901227-02.bin 216share/vice/C64/kernal-901227-02.bin
241share/vice/C64/kernal-901227-03.bin 217share/vice/C64/kernal-901227-03.bin
242share/vice/C64/kernal-901246-01.bin 218share/vice/C64/kernal-901246-01.bin
243share/vice/C64/kernal-906145-02.bin 219share/vice/C64/kernal-906145-02.bin
244share/vice/C64/palette.vpl 220share/vice/C64/palette.vpl
 221share/vice/C64/palette_6569R1_v1r.vpl
 222share/vice/C64/palette_6569R5_v1r.vpl
 223share/vice/C64/palette_8565R2_v1r.vpl
 224share/vice/C64/palette_C64_amber.vpl
 225share/vice/C64/palette_C64_cyan.vpl
 226share/vice/C64/palette_C64_green.vpl
245share/vice/C64/pc64.vpl 227share/vice/C64/pc64.vpl
246share/vice/C64/pepto-ntsc-sony.vpl 228share/vice/C64/pepto-ntsc-sony.vpl
247share/vice/C64/pepto-ntsc.vpl 229share/vice/C64/pepto-ntsc.vpl
248share/vice/C64/pepto-pal.vpl 230share/vice/C64/pepto-pal.vpl
249share/vice/C64/pepto-palold.vpl 231share/vice/C64/pepto-palold.vpl
250share/vice/C64/pixcen.vpl 232share/vice/C64/pixcen.vpl
251share/vice/C64/ptoing.vpl 233share/vice/C64/ptoing.vpl
252share/vice/C64/rgb.vpl 234share/vice/C64/rgb.vpl
253${PLIST.sdl}share/vice/C64/sdl-hotkeys-vsid.vhk 
254${PLIST.sdl}share/vice/C64/sdl-hotkeys.vhk 
255${PLIST.sdl}share/vice/C64/sdl_joymap_ps3.vjm 235${PLIST.sdl}share/vice/C64/sdl_joymap_ps3.vjm
256${PLIST.sdl}share/vice/C64/sdl_joymap_thec64.vjm 236${PLIST.sdl}share/vice/C64/sdl_joymap_thec64.vjm
257${PLIST.sdl}share/vice/C64/sdl_keyrah.vkm 237${PLIST.sdl}share/vice/C64/sdl_keyrah.vkm
258${PLIST.sdl}share/vice/C64/sdl_keyrah_combian.vkm 238${PLIST.sdl}share/vice/C64/sdl_keyrah_combian.vkm
259${PLIST.sdl}share/vice/C64/sdl_keyrah_de.vkm 239${PLIST.sdl}share/vice/C64/sdl_keyrah_de.vkm
260${PLIST.sdl}share/vice/C64/sdl_keyrah_retropie.vkm 240${PLIST.sdl}share/vice/C64/sdl_keyrah_retropie.vkm
261${PLIST.sdl}share/vice/C64/sdl_keyrah_retropie_de.vkm 241${PLIST.sdl}share/vice/C64/sdl_keyrah_retropie_de.vkm
262${PLIST.sdl}share/vice/C64/sdl_pos.vkm 242${PLIST.sdl}share/vice/C64/sdl_pos.vkm
263${PLIST.sdl}share/vice/C64/sdl_pos_ch.vkm 243${PLIST.sdl}share/vice/C64/sdl_pos_ch.vkm
264${PLIST.sdl}share/vice/C64/sdl_pos_da.vkm 244${PLIST.sdl}share/vice/C64/sdl_pos_da.vkm
265${PLIST.sdl}share/vice/C64/sdl_pos_de.vkm 245${PLIST.sdl}share/vice/C64/sdl_pos_de.vkm
266${PLIST.sdl}share/vice/C64/sdl_pos_fi.vkm 246${PLIST.sdl}share/vice/C64/sdl_pos_fi.vkm
267${PLIST.sdl}share/vice/C64/sdl_pos_no.vkm 247${PLIST.sdl}share/vice/C64/sdl_pos_no.vkm
268${PLIST.sdl}share/vice/C64/sdl_pos_tr.vkm 248${PLIST.sdl}share/vice/C64/sdl_pos_tr.vkm
269${PLIST.sdl}share/vice/C64/sdl_pos_uk.vkm 249${PLIST.sdl}share/vice/C64/sdl_pos_uk.vkm
270${PLIST.sdl}share/vice/C64/sdl_sym.vkm 250${PLIST.sdl}share/vice/C64/sdl_sym.vkm
271${PLIST.sdl}share/vice/C64/sdl_sym_da.vkm 251${PLIST.sdl}share/vice/C64/sdl_sym_da.vkm
272${PLIST.sdl}share/vice/C64/sdl_sym_de.vkm 252${PLIST.sdl}share/vice/C64/sdl_sym_de.vkm
273${PLIST.sdl}share/vice/C64/sdl_sym_fr.vkm 253${PLIST.sdl}share/vice/C64/sdl_sym_fr.vkm
274${PLIST.sdl}share/vice/C64/sdl_sym_it.vkm 254${PLIST.sdl}share/vice/C64/sdl_sym_it.vkm
275${PLIST.sdl}share/vice/C64/sdl_sym_nl.vkm 255${PLIST.sdl}share/vice/C64/sdl_sym_nl.vkm
276${PLIST.sdl}share/vice/C64/sdl_sym_tr.vkm 256${PLIST.sdl}share/vice/C64/sdl_sym_tr.vkm
277${PLIST.sdl}share/vice/C64/sdl_sym_uk.vkm 257${PLIST.sdl}share/vice/C64/sdl_sym_uk.vkm
 258share/vice/C64/the64.vpl
278share/vice/C64/vice.vpl 259share/vice/C64/vice.vpl
279share/vice/C64DTV/basic-901226-01.bin 260share/vice/C64DTV/basic-901226-01.bin
280share/vice/C64DTV/c64mem.sym 261share/vice/C64DTV/c64mem.sym
281share/vice/C64DTV/chargen-901225-01.bin 262share/vice/C64DTV/chargen-901225-01.bin
282share/vice/C64DTV/default.vrs 263share/vice/C64DTV/default.vrs
283share/vice/C64DTV/dtvrom.bin 264share/vice/C64DTV/dtvrom.bin
284${PLIST.gtk}share/vice/C64DTV/gtk3-hotkeys-mac.vhk 
285${PLIST.gtk}share/vice/C64DTV/gtk3-hotkeys.vhk 
286${PLIST.gtk}share/vice/C64DTV/gtk3_keyrah.vkm 265${PLIST.gtk}share/vice/C64DTV/gtk3_keyrah.vkm
287${PLIST.gtk}share/vice/C64DTV/gtk3_keyrah_de.vkm 266${PLIST.gtk}share/vice/C64DTV/gtk3_keyrah_de.vkm
288${PLIST.gtk}share/vice/C64DTV/gtk3_pos.vkm 267${PLIST.gtk}share/vice/C64DTV/gtk3_pos.vkm
289${PLIST.gtk}share/vice/C64DTV/gtk3_pos_bmc64.vkm 268${PLIST.gtk}share/vice/C64DTV/gtk3_pos_bmc64.vkm
290${PLIST.gtk}share/vice/C64DTV/gtk3_pos_de.vkm 269${PLIST.gtk}share/vice/C64DTV/gtk3_pos_de.vkm
291${PLIST.gtk}share/vice/C64DTV/gtk3_pos_es.vkm 270${PLIST.gtk}share/vice/C64DTV/gtk3_pos_es.vkm
292${PLIST.gtk}share/vice/C64DTV/gtk3_pos_it.vkm 271${PLIST.gtk}share/vice/C64DTV/gtk3_pos_it.vkm
293${PLIST.gtk}share/vice/C64DTV/gtk3_pos_se.vkm 272${PLIST.gtk}share/vice/C64DTV/gtk3_pos_se.vkm
294${PLIST.gtk}share/vice/C64DTV/gtk3_pos_tr.vkm 273${PLIST.gtk}share/vice/C64DTV/gtk3_pos_tr.vkm
295${PLIST.gtk}share/vice/C64DTV/gtk3_pos_uk.vkm 274${PLIST.gtk}share/vice/C64DTV/gtk3_pos_uk.vkm
296${PLIST.gtk}share/vice/C64DTV/gtk3_sym.vkm 275${PLIST.gtk}share/vice/C64DTV/gtk3_sym.vkm
297${PLIST.gtk}share/vice/C64DTV/gtk3_sym_be.vkm 276${PLIST.gtk}share/vice/C64DTV/gtk3_sym_be.vkm
298${PLIST.gtk}share/vice/C64DTV/gtk3_sym_da.vkm 277${PLIST.gtk}share/vice/C64DTV/gtk3_sym_da.vkm
299${PLIST.gtk}share/vice/C64DTV/gtk3_sym_de.vkm 278${PLIST.gtk}share/vice/C64DTV/gtk3_sym_de.vkm
300${PLIST.gtk}share/vice/C64DTV/gtk3_sym_fr.vkm 279${PLIST.gtk}share/vice/C64DTV/gtk3_sym_fr.vkm
301${PLIST.gtk}share/vice/C64DTV/gtk3_sym_it.vkm 280${PLIST.gtk}share/vice/C64DTV/gtk3_sym_it.vkm
302${PLIST.gtk}share/vice/C64DTV/gtk3_sym_nl.vkm 281${PLIST.gtk}share/vice/C64DTV/gtk3_sym_nl.vkm
303${PLIST.gtk}share/vice/C64DTV/gtk3_sym_se.vkm 282${PLIST.gtk}share/vice/C64DTV/gtk3_sym_se.vkm
304${PLIST.gtk}share/vice/C64DTV/gtk3_sym_tr.vkm 283${PLIST.gtk}share/vice/C64DTV/gtk3_sym_tr.vkm
305${PLIST.gtk}share/vice/C64DTV/gtk3_sym_uk.vkm 284${PLIST.gtk}share/vice/C64DTV/gtk3_sym_uk.vkm
306${PLIST.gtk}share/vice/C64DTV/gtk3_the64_de.vkm 285${PLIST.gtk}share/vice/C64DTV/gtk3_the64_de.vkm
307share/vice/C64DTV/kernal-901227-03.bin 286share/vice/C64DTV/kernal-901227-03.bin
308${PLIST.sdl}share/vice/C64DTV/sdl-hotkeys.vhk 
309${PLIST.sdl}share/vice/C64DTV/sdl_keyrah.vkm 287${PLIST.sdl}share/vice/C64DTV/sdl_keyrah.vkm
310${PLIST.sdl}share/vice/C64DTV/sdl_keyrah_combian.vkm 288${PLIST.sdl}share/vice/C64DTV/sdl_keyrah_combian.vkm
311${PLIST.sdl}share/vice/C64DTV/sdl_keyrah_de.vkm 289${PLIST.sdl}share/vice/C64DTV/sdl_keyrah_de.vkm
312${PLIST.sdl}share/vice/C64DTV/sdl_keyrah_retropie.vkm 290${PLIST.sdl}share/vice/C64DTV/sdl_keyrah_retropie.vkm
313${PLIST.sdl}share/vice/C64DTV/sdl_keyrah_retropie_de.vkm 291${PLIST.sdl}share/vice/C64DTV/sdl_keyrah_retropie_de.vkm
314${PLIST.sdl}share/vice/C64DTV/sdl_pos.vkm 292${PLIST.sdl}share/vice/C64DTV/sdl_pos.vkm
315${PLIST.sdl}share/vice/C64DTV/sdl_pos_ch.vkm 293${PLIST.sdl}share/vice/C64DTV/sdl_pos_ch.vkm
316${PLIST.sdl}share/vice/C64DTV/sdl_pos_da.vkm 294${PLIST.sdl}share/vice/C64DTV/sdl_pos_da.vkm
317${PLIST.sdl}share/vice/C64DTV/sdl_pos_de.vkm 295${PLIST.sdl}share/vice/C64DTV/sdl_pos_de.vkm
318${PLIST.sdl}share/vice/C64DTV/sdl_pos_fi.vkm 296${PLIST.sdl}share/vice/C64DTV/sdl_pos_fi.vkm
319${PLIST.sdl}share/vice/C64DTV/sdl_pos_no.vkm 297${PLIST.sdl}share/vice/C64DTV/sdl_pos_no.vkm
320${PLIST.sdl}share/vice/C64DTV/sdl_pos_tr.vkm 298${PLIST.sdl}share/vice/C64DTV/sdl_pos_tr.vkm
321${PLIST.sdl}share/vice/C64DTV/sdl_pos_uk.vkm 299${PLIST.sdl}share/vice/C64DTV/sdl_pos_uk.vkm
@@ -334,93 +312,97 @@ share/vice/CBM-II/basic-901242+3-04a.bin @@ -334,93 +312,97 @@ share/vice/CBM-II/basic-901242+3-04a.bin
334share/vice/CBM-II/c64hq.vpl 312share/vice/CBM-II/c64hq.vpl
335share/vice/CBM-II/c64s.vpl 313share/vice/CBM-II/c64s.vpl
336share/vice/CBM-II/ccs64.vpl 314share/vice/CBM-II/ccs64.vpl
337share/vice/CBM-II/chargen-901225-01.bin 315share/vice/CBM-II/chargen-901225-01.bin
338share/vice/CBM-II/chargen-901232-01.bin 316share/vice/CBM-II/chargen-901232-01.bin
339share/vice/CBM-II/chargen-901237-01.bin 317share/vice/CBM-II/chargen-901237-01.bin
340share/vice/CBM-II/cjam.vpl 318share/vice/CBM-II/cjam.vpl
341share/vice/CBM-II/colodore.vpl 319share/vice/CBM-II/colodore.vpl
342share/vice/CBM-II/community-colors.vpl 320share/vice/CBM-II/community-colors.vpl
343share/vice/CBM-II/deekay.vpl 321share/vice/CBM-II/deekay.vpl
344share/vice/CBM-II/frodo.vpl 322share/vice/CBM-II/frodo.vpl
345share/vice/CBM-II/godot.vpl 323share/vice/CBM-II/godot.vpl
346share/vice/CBM-II/green.vpl 324share/vice/CBM-II/green.vpl
347${PLIST.gtk}share/vice/CBM-II/gtk3-hotkeys-mac.vhk 
348${PLIST.gtk}share/vice/CBM-II/gtk3-hotkeys.vhk 
349${PLIST.gtk}share/vice/CBM-II/gtk3_pos.vkm 325${PLIST.gtk}share/vice/CBM-II/gtk3_pos.vkm
 326${PLIST.gtk}share/vice/CBM-II/gtk3_pos_de.vkm
350${PLIST.gtk}share/vice/CBM-II/gtk3_sym.vkm 327${PLIST.gtk}share/vice/CBM-II/gtk3_sym.vkm
351${PLIST.gtk}share/vice/CBM-II/gtk3_sym_de.vkm 328${PLIST.gtk}share/vice/CBM-II/gtk3_sym_de.vkm
352share/vice/CBM-II/kernal-901234-02.bin 329share/vice/CBM-II/kernal-901234-02.bin
353share/vice/CBM-II/kernal-901244-04a.bin 330share/vice/CBM-II/kernal-901244-04a.bin
354share/vice/CBM-II/palette.vpl 331share/vice/CBM-II/palette.vpl
 332share/vice/CBM-II/palette_6569R1_v1r.vpl
 333share/vice/CBM-II/palette_6569R5_v1r.vpl
 334share/vice/CBM-II/palette_8565R2_v1r.vpl
 335share/vice/CBM-II/palette_C64_amber.vpl
 336share/vice/CBM-II/palette_C64_cyan.vpl
 337share/vice/CBM-II/palette_C64_green.vpl
355share/vice/CBM-II/pc64.vpl 338share/vice/CBM-II/pc64.vpl
356share/vice/CBM-II/pepto-ntsc-sony.vpl 339share/vice/CBM-II/pepto-ntsc-sony.vpl
357share/vice/CBM-II/pepto-ntsc.vpl 340share/vice/CBM-II/pepto-ntsc.vpl
358share/vice/CBM-II/pepto-pal.vpl 341share/vice/CBM-II/pepto-pal.vpl
359share/vice/CBM-II/pepto-palold.vpl 342share/vice/CBM-II/pepto-palold.vpl
360share/vice/CBM-II/pixcen.vpl 343share/vice/CBM-II/pixcen.vpl
361share/vice/CBM-II/ptoing.vpl 344share/vice/CBM-II/ptoing.vpl
362share/vice/CBM-II/rgb.vpl 345share/vice/CBM-II/rgb.vpl
363share/vice/CBM-II/rom128h.vrs 346share/vice/CBM-II/rom128h.vrs
364share/vice/CBM-II/rom128l.vrs 347share/vice/CBM-II/rom128l.vrs
365share/vice/CBM-II/rom256h.vrs 348share/vice/CBM-II/rom256h.vrs
366share/vice/CBM-II/rom256l.vrs 349share/vice/CBM-II/rom256l.vrs
367share/vice/CBM-II/rom500.vrs 350share/vice/CBM-II/rom500.vrs
368${PLIST.sdl}share/vice/CBM-II/sdl-hotkeys.vhk 
369${PLIST.sdl}share/vice/CBM-II/sdl_pos.vkm 351${PLIST.sdl}share/vice/CBM-II/sdl_pos.vkm
370${PLIST.sdl}share/vice/CBM-II/sdl_sym.vkm 352${PLIST.sdl}share/vice/CBM-II/sdl_sym.vkm
 353share/vice/CBM-II/the64.vpl
371share/vice/CBM-II/vice.vpl 354share/vice/CBM-II/vice.vpl
372share/vice/CBM-II/white.vpl 355share/vice/CBM-II/white.vpl
373share/vice/DRIVES/dos1001-901887+8-01.bin 356share/vice/DRIVES/dos1001-901887+8-01.bin
374share/vice/DRIVES/dos1540-325302+3-01.bin 357share/vice/DRIVES/dos1540-325302+3-01.bin
375share/vice/DRIVES/dos1541-325302-01+901229-05.bin 358share/vice/DRIVES/dos1541-325302-01+901229-05.bin
376share/vice/DRIVES/dos1541ii-251968-03.bin 359share/vice/DRIVES/dos1541ii-251968-03.bin
377share/vice/DRIVES/dos1551-318008-01.bin 360share/vice/DRIVES/dos1551-318008-01.bin
378share/vice/DRIVES/dos1570-315090-01.bin 361share/vice/DRIVES/dos1570-315090-01.bin
379share/vice/DRIVES/dos1571-310654-05.bin 362share/vice/DRIVES/dos1571-310654-05.bin
380share/vice/DRIVES/dos1571cr-318047-01.bin 363share/vice/DRIVES/dos1571cr-318047-01.bin
381share/vice/DRIVES/dos1581-318045-02.bin 364share/vice/DRIVES/dos1581-318045-02.bin
382share/vice/DRIVES/dos2031-901484-03+05.bin 365share/vice/DRIVES/dos2031-901484-03+05.bin
383share/vice/DRIVES/dos2040-901468-06+07.bin 366share/vice/DRIVES/dos2040-901468-06+07.bin
384share/vice/DRIVES/dos3040-901468-11-13.bin 367share/vice/DRIVES/dos3040-901468-11-13.bin
385share/vice/DRIVES/dos4040-901468-14-16.bin 368share/vice/DRIVES/dos4040-901468-14-16.bin
386share/vice/DRIVES/dos9000-300516+7-revC.bin 369share/vice/DRIVES/dos9000-300516+7-revC.bin
387share/vice/GLSL/bicubic-interlaced.frag 370share/vice/GLSL/bicubic-interlaced.frag
388share/vice/GLSL/bicubic.frag 371share/vice/GLSL/bicubic.frag
389share/vice/GLSL/builtin-interlaced.frag 372share/vice/GLSL/builtin-interlaced.frag
390share/vice/GLSL/builtin.frag 373share/vice/GLSL/builtin.frag
391share/vice/GLSL/viewport.vert 374share/vice/GLSL/viewport.vert
 375share/vice/PET/2001-blueish.vpl
392share/vice/PET/amber.vpl 376share/vice/PET/amber.vpl
393share/vice/PET/basic-1.901439-09-05-02-06.bin 377share/vice/PET/basic-1.901439-09-05-02-06.bin
394share/vice/PET/basic-2.901465-01-02.bin 378share/vice/PET/basic-2.901465-01-02.bin
395share/vice/PET/basic-4.901465-23-20-21.bin 379share/vice/PET/basic-4.901465-23-20-21.bin
396share/vice/PET/characters-1.901447-08.bin 380share/vice/PET/characters-1.901447-08.bin
397share/vice/PET/characters-2.901447-10.bin 381share/vice/PET/characters-2.901447-10.bin
398share/vice/PET/characters.901640-01.bin 382share/vice/PET/characters.901640-01.bin
399share/vice/PET/chargen.de 383share/vice/PET/chargen.de
400share/vice/PET/edit-1-n.901439-03.bin 384share/vice/PET/edit-1-n.901439-03.bin
401share/vice/PET/edit-2-b.901474-01.bin 385share/vice/PET/edit-2-b.901474-01.bin
402share/vice/PET/edit-2-n.901447-24.bin 386share/vice/PET/edit-2-n.901447-24.bin
403share/vice/PET/edit-4-40-b-50Hz.ts.bin 387share/vice/PET/edit-4-40-b-50Hz.ts.bin
404share/vice/PET/edit-4-40-b-60Hz.ts.bin 388share/vice/PET/edit-4-40-b-60Hz.ts.bin
405share/vice/PET/edit-4-40-n-50Hz.901498-01.bin 389share/vice/PET/edit-4-40-n-50Hz.901498-01.bin
406share/vice/PET/edit-4-40-n-60Hz.901499-01.bin 390share/vice/PET/edit-4-40-n-60Hz.901499-01.bin
407share/vice/PET/edit-4-80-b-50Hz.901474-04.bin 391share/vice/PET/edit-4-80-b-50Hz.901474-04.bin
408share/vice/PET/edit-4-80-b-50Hz.901474-04_.bin 392share/vice/PET/edit-4-80-b-50Hz.901474-04_.bin
409share/vice/PET/edit-4-80-b-60Hz.901474-03.bin 393share/vice/PET/edit-4-80-b-60Hz.901474-03.bin
410share/vice/PET/edit-4-b-noCRTC.901474-02.bin 394share/vice/PET/edit-4-b-noCRTC.901474-02.bin
411share/vice/PET/green.vpl 395share/vice/PET/green.vpl
412${PLIST.gtk}share/vice/PET/gtk3-hotkeys-mac.vhk 
413${PLIST.gtk}share/vice/PET/gtk3-hotkeys.vhk 
414${PLIST.gtk}share/vice/PET/gtk3_bude_pos.vkm 396${PLIST.gtk}share/vice/PET/gtk3_bude_pos.vkm
415${PLIST.gtk}share/vice/PET/gtk3_bude_pos_de.vkm 397${PLIST.gtk}share/vice/PET/gtk3_bude_pos_de.vkm
416${PLIST.gtk}share/vice/PET/gtk3_bude_sym.vkm 398${PLIST.gtk}share/vice/PET/gtk3_bude_sym.vkm
417${PLIST.gtk}share/vice/PET/gtk3_bude_sym_de.vkm 399${PLIST.gtk}share/vice/PET/gtk3_bude_sym_de.vkm
418${PLIST.gtk}share/vice/PET/gtk3_buuk_pos.vkm 400${PLIST.gtk}share/vice/PET/gtk3_buuk_pos.vkm
419${PLIST.gtk}share/vice/PET/gtk3_buuk_pos_de.vkm 401${PLIST.gtk}share/vice/PET/gtk3_buuk_pos_de.vkm
420${PLIST.gtk}share/vice/PET/gtk3_buuk_sym.vkm 402${PLIST.gtk}share/vice/PET/gtk3_buuk_sym.vkm
421${PLIST.gtk}share/vice/PET/gtk3_buuk_sym_de.vkm 403${PLIST.gtk}share/vice/PET/gtk3_buuk_sym_de.vkm
422${PLIST.gtk}share/vice/PET/gtk3_grus_pos.vkm 404${PLIST.gtk}share/vice/PET/gtk3_grus_pos.vkm
423${PLIST.gtk}share/vice/PET/gtk3_grus_pos_de.vkm 405${PLIST.gtk}share/vice/PET/gtk3_grus_pos_de.vkm
424${PLIST.gtk}share/vice/PET/gtk3_grus_sym.vkm 406${PLIST.gtk}share/vice/PET/gtk3_grus_sym.vkm
425${PLIST.gtk}share/vice/PET/gtk3_grus_sym_de.vkm 407${PLIST.gtk}share/vice/PET/gtk3_grus_sym_de.vkm
426${PLIST.gtk}share/vice/PET/gtk3_pos.vkm 408${PLIST.gtk}share/vice/PET/gtk3_pos.vkm
@@ -428,167 +410,173 @@ ${PLIST.gtk}share/vice/PET/gtk3_sym.vkm @@ -428,167 +410,173 @@ ${PLIST.gtk}share/vice/PET/gtk3_sym.vkm
428share/vice/PET/hre-9000.324992-02.bin 410share/vice/PET/hre-9000.324992-02.bin
429share/vice/PET/hre-a000.324993-02.bin 411share/vice/PET/hre-a000.324993-02.bin
430share/vice/PET/hre.vrs 412share/vice/PET/hre.vrs
431share/vice/PET/kernal-1.901439-04-07.bin 413share/vice/PET/kernal-1.901439-04-07.bin
432share/vice/PET/kernal-2.901465-03.bin 414share/vice/PET/kernal-2.901465-03.bin
433share/vice/PET/kernal-4.901465-22.bin 415share/vice/PET/kernal-4.901465-22.bin
434share/vice/PET/rom1g.vrs 416share/vice/PET/rom1g.vrs
435share/vice/PET/rom2b.vrs 417share/vice/PET/rom2b.vrs
436share/vice/PET/rom2g.vrs 418share/vice/PET/rom2g.vrs
437share/vice/PET/rom4b40.vrs 419share/vice/PET/rom4b40.vrs
438share/vice/PET/rom4b80.vrs 420share/vice/PET/rom4b80.vrs
439share/vice/PET/rom4g40.vrs 421share/vice/PET/rom4g40.vrs
440share/vice/PET/romsuperpet.vrs 422share/vice/PET/romsuperpet.vrs
441${PLIST.sdl}share/vice/PET/sdl-hotkeys.vhk 
442${PLIST.sdl}share/vice/PET/sdl_buuk_pos.vkm 423${PLIST.sdl}share/vice/PET/sdl_buuk_pos.vkm
443${PLIST.sdl}share/vice/PET/sdl_buuk_pos_de.vkm 424${PLIST.sdl}share/vice/PET/sdl_buuk_pos_de.vkm
444${PLIST.sdl}share/vice/PET/sdl_buuk_sym.vkm 425${PLIST.sdl}share/vice/PET/sdl_buuk_sym.vkm
445${PLIST.sdl}share/vice/PET/sdl_buuk_sym_de.vkm 426${PLIST.sdl}share/vice/PET/sdl_buuk_sym_de.vkm
446${PLIST.sdl}share/vice/PET/sdl_grus_pos.vkm 427${PLIST.sdl}share/vice/PET/sdl_grus_pos.vkm
447${PLIST.sdl}share/vice/PET/sdl_grus_pos_de.vkm 428${PLIST.sdl}share/vice/PET/sdl_grus_pos_de.vkm
448${PLIST.sdl}share/vice/PET/sdl_grus_sym.vkm 429${PLIST.sdl}share/vice/PET/sdl_grus_sym.vkm
449${PLIST.sdl}share/vice/PET/sdl_grus_sym_de.vkm 430${PLIST.sdl}share/vice/PET/sdl_grus_sym_de.vkm
450${PLIST.sdl}share/vice/PET/sdl_pos.vkm 431${PLIST.sdl}share/vice/PET/sdl_pos.vkm
451${PLIST.sdl}share/vice/PET/sdl_sym.vkm 432${PLIST.sdl}share/vice/PET/sdl_sym.vkm
452share/vice/PET/waterloo-a000.901898-01.bin 433share/vice/PET/waterloo-a000.901898-01.bin
453share/vice/PET/waterloo-b000.901898-02.bin 434share/vice/PET/waterloo-b000.901898-02.bin
454share/vice/PET/waterloo-c000.901898-03.bin 435share/vice/PET/waterloo-c000.901898-03.bin
455share/vice/PET/waterloo-d000.901898-04.bin 436share/vice/PET/waterloo-d000.901898-04.bin
456share/vice/PET/waterloo-e000.901897-01.bin 437share/vice/PET/waterloo-e000.901897-01.bin
457share/vice/PET/waterloo-f000.901898-05.bin 438share/vice/PET/waterloo-f000.901898-05.bin
458share/vice/PET/white.vpl 439share/vice/PET/white.vpl
459share/vice/PLUS4/3plus1-317053-01.bin 440share/vice/PLUS4/3plus1-317053-01.bin
460share/vice/PLUS4/3plus1-317054-01.bin 441share/vice/PLUS4/3plus1-317054-01.bin
 442share/vice/PLUS4/ITU-R_BT2020.vpl
 443share/vice/PLUS4/ITU-R_BT601_CRT.vpl
 444share/vice/PLUS4/ITU-R_BT709_HDTV.vpl
461share/vice/PLUS4/basic-318006-01.bin 445share/vice/PLUS4/basic-318006-01.bin
462share/vice/PLUS4/c2lo-364.bin 446share/vice/PLUS4/c2lo-364.bin
463share/vice/PLUS4/colodore_ted.vpl 447share/vice/PLUS4/colodore_ted.vpl
464share/vice/PLUS4/default.vrs 448share/vice/PLUS4/default.vrs
465${PLIST.gtk}share/vice/PLUS4/gtk3-hotkeys-mac.vhk 
466${PLIST.gtk}share/vice/PLUS4/gtk3-hotkeys.vhk 
467${PLIST.gtk}share/vice/PLUS4/gtk3_c116_pos_it.vkm 449${PLIST.gtk}share/vice/PLUS4/gtk3_c116_pos_it.vkm
468${PLIST.gtk}share/vice/PLUS4/gtk3_c16_pos_it.vkm 450${PLIST.gtk}share/vice/PLUS4/gtk3_c16_pos_it.vkm
469${PLIST.gtk}share/vice/PLUS4/gtk3_pos.vkm 451${PLIST.gtk}share/vice/PLUS4/gtk3_pos.vkm
 452${PLIST.gtk}share/vice/PLUS4/gtk3_pos_de.vkm
 453${PLIST.gtk}share/vice/PLUS4/gtk3_pos_es.vkm
470${PLIST.gtk}share/vice/PLUS4/gtk3_pos_it.vkm 454${PLIST.gtk}share/vice/PLUS4/gtk3_pos_it.vkm
471${PLIST.gtk}share/vice/PLUS4/gtk3_sym.vkm 455${PLIST.gtk}share/vice/PLUS4/gtk3_sym.vkm
472${PLIST.gtk}share/vice/PLUS4/gtk3_sym_de.vkm 456${PLIST.gtk}share/vice/PLUS4/gtk3_sym_de.vkm
473${PLIST.gtk}share/vice/PLUS4/gtk3_sym_fr.vkm 457${PLIST.gtk}share/vice/PLUS4/gtk3_sym_fr.vkm
474${PLIST.gtk}share/vice/PLUS4/gtk3_sym_it.vkm 458${PLIST.gtk}share/vice/PLUS4/gtk3_sym_it.vkm
475share/vice/PLUS4/kernal-318004-01.bin 459share/vice/PLUS4/kernal-318004-01.bin
476share/vice/PLUS4/kernal-318004-05.bin 460share/vice/PLUS4/kernal-318004-05.bin
477share/vice/PLUS4/kernal-318005-05.bin 461share/vice/PLUS4/kernal-318005-05.bin
478share/vice/PLUS4/kernal-364.bin 462share/vice/PLUS4/kernal-364.bin
479${PLIST.sdl}share/vice/PLUS4/sdl-hotkeys.vhk 
480${PLIST.sdl}share/vice/PLUS4/sdl_pos.vkm 463${PLIST.sdl}share/vice/PLUS4/sdl_pos.vkm
481${PLIST.sdl}share/vice/PLUS4/sdl_pos_fr.vkm 464${PLIST.sdl}share/vice/PLUS4/sdl_pos_fr.vkm
482${PLIST.sdl}share/vice/PLUS4/sdl_sym.vkm 465${PLIST.sdl}share/vice/PLUS4/sdl_sym.vkm
483${PLIST.sdl}share/vice/PLUS4/sdl_sym_de.vkm 466${PLIST.sdl}share/vice/PLUS4/sdl_sym_de.vkm
484share/vice/PLUS4/yape-ntsc.vpl 467share/vice/PLUS4/yape-ntsc.vpl
485share/vice/PLUS4/yape-pal.vpl 468share/vice/PLUS4/yape-pal.vpl
486share/vice/PRINTER/1520.vpl 469share/vice/PRINTER/1520.vpl
 470share/vice/PRINTER/2022-901472-04.bin
 471share/vice/PRINTER/3022-901472-06.bin
 472share/vice/PRINTER/4023-325360-02.bin
 473share/vice/PRINTER/8023-325320-02.bin
487share/vice/PRINTER/cbm1526-325341-08.bin 474share/vice/PRINTER/cbm1526-325341-08.bin
488share/vice/PRINTER/mps801.bin 475share/vice/PRINTER/mps801.bin
489share/vice/PRINTER/mps803.bin 476share/vice/PRINTER/mps803-D7811G-111-U32053A.bin
490share/vice/PRINTER/mps803.vpl 477share/vice/PRINTER/mps803.vpl
491share/vice/PRINTER/nl10.bin 478share/vice/PRINTER/nl10.bin
492share/vice/PRINTER/nl10.vpl 479share/vice/PRINTER/nl10.vpl
493share/vice/SCPU64/c64hq.vpl 480share/vice/SCPU64/c64hq.vpl
494share/vice/SCPU64/c64s.vpl 481share/vice/SCPU64/c64s.vpl
495share/vice/SCPU64/ccs64.vpl 482share/vice/SCPU64/ccs64.vpl
496share/vice/SCPU64/chargen-901225-01.bin 483share/vice/SCPU64/chargen-901225-01.bin
497share/vice/SCPU64/chargen-906143-02.bin 484share/vice/SCPU64/chargen-906143-02.bin
498share/vice/SCPU64/cjam.vpl 485share/vice/SCPU64/cjam.vpl
499share/vice/SCPU64/colodore.vpl 486share/vice/SCPU64/colodore.vpl
500share/vice/SCPU64/community-colors.vpl 487share/vice/SCPU64/community-colors.vpl
501share/vice/SCPU64/deekay.vpl 488share/vice/SCPU64/deekay.vpl
502share/vice/SCPU64/default.vrs 489share/vice/SCPU64/default.vrs
503share/vice/SCPU64/frodo.vpl 490share/vice/SCPU64/frodo.vpl
504share/vice/SCPU64/godot.vpl 491share/vice/SCPU64/godot.vpl
505${PLIST.gtk}share/vice/SCPU64/gtk3-hotkeys-mac.vhk 
506${PLIST.gtk}share/vice/SCPU64/gtk3-hotkeys.vhk 
507${PLIST.gtk}share/vice/SCPU64/gtk3_keyrah.vkm 492${PLIST.gtk}share/vice/SCPU64/gtk3_keyrah.vkm
508${PLIST.gtk}share/vice/SCPU64/gtk3_keyrah_de.vkm 493${PLIST.gtk}share/vice/SCPU64/gtk3_keyrah_de.vkm
509${PLIST.gtk}share/vice/SCPU64/gtk3_pos.vkm 494${PLIST.gtk}share/vice/SCPU64/gtk3_pos.vkm
510${PLIST.gtk}share/vice/SCPU64/gtk3_pos_bmc64.vkm 495${PLIST.gtk}share/vice/SCPU64/gtk3_pos_bmc64.vkm
511${PLIST.gtk}share/vice/SCPU64/gtk3_pos_de.vkm 496${PLIST.gtk}share/vice/SCPU64/gtk3_pos_de.vkm
512${PLIST.gtk}share/vice/SCPU64/gtk3_pos_es.vkm 497${PLIST.gtk}share/vice/SCPU64/gtk3_pos_es.vkm
513${PLIST.gtk}share/vice/SCPU64/gtk3_pos_it.vkm 498${PLIST.gtk}share/vice/SCPU64/gtk3_pos_it.vkm
514${PLIST.gtk}share/vice/SCPU64/gtk3_pos_se.vkm 499${PLIST.gtk}share/vice/SCPU64/gtk3_pos_se.vkm
515${PLIST.gtk}share/vice/SCPU64/gtk3_pos_tr.vkm 500${PLIST.gtk}share/vice/SCPU64/gtk3_pos_tr.vkm
516${PLIST.gtk}share/vice/SCPU64/gtk3_pos_uk.vkm 501${PLIST.gtk}share/vice/SCPU64/gtk3_pos_uk.vkm
517${PLIST.gtk}share/vice/SCPU64/gtk3_sym.vkm 502${PLIST.gtk}share/vice/SCPU64/gtk3_sym.vkm
518${PLIST.gtk}share/vice/SCPU64/gtk3_sym_be.vkm 503${PLIST.gtk}share/vice/SCPU64/gtk3_sym_be.vkm
519${PLIST.gtk}share/vice/SCPU64/gtk3_sym_da.vkm 504${PLIST.gtk}share/vice/SCPU64/gtk3_sym_da.vkm
520${PLIST.gtk}share/vice/SCPU64/gtk3_sym_de.vkm 505${PLIST.gtk}share/vice/SCPU64/gtk3_sym_de.vkm
521${PLIST.gtk}share/vice/SCPU64/gtk3_sym_fr.vkm 506${PLIST.gtk}share/vice/SCPU64/gtk3_sym_fr.vkm
522${PLIST.gtk}share/vice/SCPU64/gtk3_sym_it.vkm 507${PLIST.gtk}share/vice/SCPU64/gtk3_sym_it.vkm
523${PLIST.gtk}share/vice/SCPU64/gtk3_sym_nl.vkm 508${PLIST.gtk}share/vice/SCPU64/gtk3_sym_nl.vkm
524${PLIST.gtk}share/vice/SCPU64/gtk3_sym_se.vkm 509${PLIST.gtk}share/vice/SCPU64/gtk3_sym_se.vkm
525${PLIST.gtk}share/vice/SCPU64/gtk3_sym_tr.vkm 510${PLIST.gtk}share/vice/SCPU64/gtk3_sym_tr.vkm
526${PLIST.gtk}share/vice/SCPU64/gtk3_sym_uk.vkm 511${PLIST.gtk}share/vice/SCPU64/gtk3_sym_uk.vkm
527${PLIST.gtk}share/vice/SCPU64/gtk3_the64_de.vkm 512${PLIST.gtk}share/vice/SCPU64/gtk3_the64_de.vkm
528share/vice/SCPU64/palette.vpl 513share/vice/SCPU64/palette.vpl
 514share/vice/SCPU64/palette_6569R1_v1r.vpl
 515share/vice/SCPU64/palette_6569R5_v1r.vpl
 516share/vice/SCPU64/palette_8565R2_v1r.vpl
 517share/vice/SCPU64/palette_C64_amber.vpl
 518share/vice/SCPU64/palette_C64_cyan.vpl
 519share/vice/SCPU64/palette_C64_green.vpl
529share/vice/SCPU64/pc64.vpl 520share/vice/SCPU64/pc64.vpl
530share/vice/SCPU64/pepto-ntsc-sony.vpl 521share/vice/SCPU64/pepto-ntsc-sony.vpl
531share/vice/SCPU64/pepto-ntsc.vpl 522share/vice/SCPU64/pepto-ntsc.vpl
532share/vice/SCPU64/pepto-pal.vpl 523share/vice/SCPU64/pepto-pal.vpl
533share/vice/SCPU64/pepto-palold.vpl 524share/vice/SCPU64/pepto-palold.vpl
534share/vice/SCPU64/pixcen.vpl 525share/vice/SCPU64/pixcen.vpl
535share/vice/SCPU64/ptoing.vpl 526share/vice/SCPU64/ptoing.vpl
536share/vice/SCPU64/rgb.vpl 527share/vice/SCPU64/rgb.vpl
537share/vice/SCPU64/scpu64 528share/vice/SCPU64/scpu64
538share/vice/SCPU64/scpu64mem.sym 529share/vice/SCPU64/scpu64mem.sym
539${PLIST.sdl}share/vice/SCPU64/sdl-hotkeys.vhk 
540${PLIST.sdl}share/vice/SCPU64/sdl_keyrah.vkm 530${PLIST.sdl}share/vice/SCPU64/sdl_keyrah.vkm
541${PLIST.sdl}share/vice/SCPU64/sdl_keyrah_combian.vkm 531${PLIST.sdl}share/vice/SCPU64/sdl_keyrah_combian.vkm
542${PLIST.sdl}share/vice/SCPU64/sdl_keyrah_de.vkm 532${PLIST.sdl}share/vice/SCPU64/sdl_keyrah_de.vkm
543${PLIST.sdl}share/vice/SCPU64/sdl_keyrah_retropie.vkm 533${PLIST.sdl}share/vice/SCPU64/sdl_keyrah_retropie.vkm
544${PLIST.sdl}share/vice/SCPU64/sdl_keyrah_retropie_de.vkm 534${PLIST.sdl}share/vice/SCPU64/sdl_keyrah_retropie_de.vkm
545${PLIST.sdl}share/vice/SCPU64/sdl_pos.vkm 535${PLIST.sdl}share/vice/SCPU64/sdl_pos.vkm
546${PLIST.sdl}share/vice/SCPU64/sdl_pos_ch.vkm 536${PLIST.sdl}share/vice/SCPU64/sdl_pos_ch.vkm
547${PLIST.sdl}share/vice/SCPU64/sdl_pos_da.vkm 537${PLIST.sdl}share/vice/SCPU64/sdl_pos_da.vkm
548${PLIST.sdl}share/vice/SCPU64/sdl_pos_de.vkm 538${PLIST.sdl}share/vice/SCPU64/sdl_pos_de.vkm
549${PLIST.sdl}share/vice/SCPU64/sdl_pos_fi.vkm 539${PLIST.sdl}share/vice/SCPU64/sdl_pos_fi.vkm
550${PLIST.sdl}share/vice/SCPU64/sdl_pos_no.vkm 540${PLIST.sdl}share/vice/SCPU64/sdl_pos_no.vkm
551${PLIST.sdl}share/vice/SCPU64/sdl_pos_tr.vkm 541${PLIST.sdl}share/vice/SCPU64/sdl_pos_tr.vkm
552${PLIST.sdl}share/vice/SCPU64/sdl_pos_uk.vkm 542${PLIST.sdl}share/vice/SCPU64/sdl_pos_uk.vkm
553${PLIST.sdl}share/vice/SCPU64/sdl_sym.vkm 543${PLIST.sdl}share/vice/SCPU64/sdl_sym.vkm
554${PLIST.sdl}share/vice/SCPU64/sdl_sym_da.vkm 544${PLIST.sdl}share/vice/SCPU64/sdl_sym_da.vkm
555${PLIST.sdl}share/vice/SCPU64/sdl_sym_de.vkm 545${PLIST.sdl}share/vice/SCPU64/sdl_sym_de.vkm
556${PLIST.sdl}share/vice/SCPU64/sdl_sym_fr.vkm 546${PLIST.sdl}share/vice/SCPU64/sdl_sym_fr.vkm
557${PLIST.sdl}share/vice/SCPU64/sdl_sym_nl.vkm 547${PLIST.sdl}share/vice/SCPU64/sdl_sym_nl.vkm
558${PLIST.sdl}share/vice/SCPU64/sdl_sym_tr.vkm 548${PLIST.sdl}share/vice/SCPU64/sdl_sym_tr.vkm
559${PLIST.sdl}share/vice/SCPU64/sdl_sym_uk.vkm 549${PLIST.sdl}share/vice/SCPU64/sdl_sym_uk.vkm
 550share/vice/SCPU64/the64.vpl
560share/vice/SCPU64/vice.vpl 551share/vice/SCPU64/vice.vpl
561share/vice/VIC20/PALette.vpl 552share/vice/VIC20/PALette.vpl
562share/vice/VIC20/basic-901486-01.bin 553share/vice/VIC20/basic-901486-01.bin
563share/vice/VIC20/chargen-901460-02.bin 554share/vice/VIC20/chargen-901460-02.bin
564share/vice/VIC20/chargen-901460-03.bin 555share/vice/VIC20/chargen-901460-03.bin
565share/vice/VIC20/colodore_vic.vpl 556share/vice/VIC20/colodore_vic.vpl
566share/vice/VIC20/default.vrs 557share/vice/VIC20/default.vrs
567${PLIST.gtk}share/vice/VIC20/gtk3-hotkeys-mac.vhk 
568${PLIST.gtk}share/vice/VIC20/gtk3-hotkeys.vhk 
569${PLIST.gtk}share/vice/VIC20/gtk3_pos.vkm 558${PLIST.gtk}share/vice/VIC20/gtk3_pos.vkm
570${PLIST.gtk}share/vice/VIC20/gtk3_pos_de.vkm 559${PLIST.gtk}share/vice/VIC20/gtk3_pos_de.vkm
571${PLIST.gtk}share/vice/VIC20/gtk3_pos_it.vkm 560${PLIST.gtk}share/vice/VIC20/gtk3_pos_it.vkm
572${PLIST.gtk}share/vice/VIC20/gtk3_sym.vkm 561${PLIST.gtk}share/vice/VIC20/gtk3_sym.vkm
573${PLIST.gtk}share/vice/VIC20/gtk3_sym_de.vkm 562${PLIST.gtk}share/vice/VIC20/gtk3_sym_de.vkm
574${PLIST.gtk}share/vice/VIC20/gtk3_sym_fr.vkm 563${PLIST.gtk}share/vice/VIC20/gtk3_sym_fr.vkm
575${PLIST.gtk}share/vice/VIC20/gtk3_sym_it.vkm 564${PLIST.gtk}share/vice/VIC20/gtk3_sym_it.vkm
576share/vice/VIC20/kernal.901486-02.bin 565share/vice/VIC20/kernal.901486-02.bin
577share/vice/VIC20/kernal.901486-06.bin 566share/vice/VIC20/kernal.901486-06.bin
578share/vice/VIC20/kernal.901486-07.bin 567share/vice/VIC20/kernal.901486-07.bin
579share/vice/VIC20/mike-ntsc.vpl 568share/vice/VIC20/mike-ntsc.vpl
580share/vice/VIC20/mike-pal.vpl 569share/vice/VIC20/mike-pal.vpl
581${PLIST.sdl}share/vice/VIC20/sdl-hotkeys.vhk 
582${PLIST.sdl}share/vice/VIC20/sdl_pos.vkm 570${PLIST.sdl}share/vice/VIC20/sdl_pos.vkm
583${PLIST.sdl}share/vice/VIC20/sdl_pos_fi.vkm 571${PLIST.sdl}share/vice/VIC20/sdl_pos_fi.vkm
584${PLIST.sdl}share/vice/VIC20/sdl_pos_fr.vkm 572${PLIST.sdl}share/vice/VIC20/sdl_pos_fr.vkm
585${PLIST.sdl}share/vice/VIC20/sdl_sym.vkm 573${PLIST.sdl}share/vice/VIC20/sdl_sym.vkm
586${PLIST.sdl}share/vice/VIC20/sdl_sym_de.vkm 574${PLIST.sdl}share/vice/VIC20/sdl_sym_de.vkm
587share/vice/VIC20/vice.vpl 575share/vice/VIC20/vice.vpl
588share/vice/common/C128_1024.svg 576share/vice/common/C128_1024.svg
589share/vice/common/C128_16.png 577share/vice/common/C128_16.png
590share/vice/common/C128_24.png 578share/vice/common/C128_24.png
591share/vice/common/C128_256.png 579share/vice/common/C128_256.png
592share/vice/common/C128_32.png 580share/vice/common/C128_32.png
593share/vice/common/C128_48.png 581share/vice/common/C128_48.png
594share/vice/common/C128_64.png 582share/vice/common/C128_64.png
@@ -642,36 +630,29 @@ share/vice/common/SID_1024.svg @@ -642,36 +630,29 @@ share/vice/common/SID_1024.svg
642share/vice/common/SID_16.png 630share/vice/common/SID_16.png
643share/vice/common/SID_24.png 631share/vice/common/SID_24.png
644share/vice/common/SID_256.png 632share/vice/common/SID_256.png
645share/vice/common/SID_32.png 633share/vice/common/SID_32.png
646share/vice/common/SID_48.png 634share/vice/common/SID_48.png
647share/vice/common/SID_64.png 635share/vice/common/SID_64.png
648share/vice/common/VIC20_1024.svg 636share/vice/common/VIC20_1024.svg
649share/vice/common/VIC20_16.png 637share/vice/common/VIC20_16.png
650share/vice/common/VIC20_24.png 638share/vice/common/VIC20_24.png
651share/vice/common/VIC20_256.png 639share/vice/common/VIC20_256.png
652share/vice/common/VIC20_32.png 640share/vice/common/VIC20_32.png
653share/vice/common/VIC20_48.png 641share/vice/common/VIC20_48.png
654share/vice/common/VIC20_64.png 642share/vice/common/VIC20_64.png
655${PLIST.gtk}share/vice/common/gtk3-hotkeys-cartridge-mac.vhk 
656${PLIST.gtk}share/vice/common/gtk3-hotkeys-cartridge.vhk 
657${PLIST.gtk}share/vice/common/gtk3-hotkeys-datasette1-mac.vhk 
658${PLIST.gtk}share/vice/common/gtk3-hotkeys-datasette1.vhk 
659${PLIST.gtk}share/vice/common/gtk3-hotkeys-datasette2-mac.vhk 
660${PLIST.gtk}share/vice/common/gtk3-hotkeys-datasette2.vhk 
661${PLIST.gtk}share/vice/common/gtk3-hotkeys-debug-mac.vhk 
662${PLIST.gtk}share/vice/common/gtk3-hotkeys-debug.vhk 
663${PLIST.gtk}share/vice/common/gtk3-hotkeys-drive-mac.vhk 
664${PLIST.gtk}share/vice/common/gtk3-hotkeys-drive.vhk 
665${PLIST.gtk}share/vice/common/gtk3-hotkeys-fliplist-mac.vhk 
666${PLIST.gtk}share/vice/common/gtk3-hotkeys-fliplist.vhk 
667${PLIST.gtk}share/vice/common/gtk3-hotkeys-help-mac.vhk 
668${PLIST.gtk}share/vice/common/gtk3-hotkeys-help.vhk 
669${PLIST.gtk}share/vice/common/gtk3-hotkeys-settings-mac.vhk 
670${PLIST.gtk}share/vice/common/gtk3-hotkeys-settings.vhk 
671${PLIST.gtk}share/vice/common/gtk3-hotkeys-snapshot-mac.vhk 
672${PLIST.gtk}share/vice/common/gtk3-hotkeys-snapshot.vhk 
673share/vice/common/icon1024x1024.png 643share/vice/common/icon1024x1024.png
674share/vice/common/vice-logo-black.svg 644share/vice/common/vice-logo-black.svg
675${PLIST.gtk}share/vice/common/vice.gresource 645${PLIST.gtk}share/vice/common/vice.gresource
 646share/vice/hotkeys/hotkeys-cartridge.vhk
 647share/vice/hotkeys/hotkeys-datasette.vhk
 648share/vice/hotkeys/hotkeys-debug.vhk
 649share/vice/hotkeys/hotkeys-drive.vhk
 650share/vice/hotkeys/hotkeys-fliplist.vhk
 651share/vice/hotkeys/hotkeys-help.vhk
 652share/vice/hotkeys/hotkeys-settings.vhk
 653share/vice/hotkeys/hotkeys-snapshot.vhk
 654share/vice/hotkeys/hotkeys-vsid.vhk
 655share/vice/hotkeys/hotkeys-winvice-legacy.vhk
 656share/vice/hotkeys/hotkeys.vhk
676${PLIST.desktop}share/vice/vice-org-vice-org.menu 657${PLIST.desktop}share/vice/vice-org-vice-org.menu
677${PLIST.gtk}@pkgdir etc/xdg/menus/applications-merged 658${PLIST.gtk}@pkgdir etc/xdg/menus/applications-merged

cvs diff -r1.54 -r1.55 pkgsrc/emulators/vice/distinfo (expand / switch to unified diff)

--- pkgsrc/emulators/vice/distinfo 2022/12/31 18:30:00 1.54
+++ pkgsrc/emulators/vice/distinfo 2024/01/06 15:35:26 1.55
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.54 2022/12/31 18:30:00 rhialto Exp $ 1$NetBSD: distinfo,v 1.55 2024/01/06 15:35:26 rhialto Exp $
2 2
3BLAKE2s (vice-3.7.1.tar.gz) = 68829aa834902e6914cb09ec95732e14251dfa468f14dc79e67923ed2791060c 3BLAKE2s (vice-3.8.tar.gz) = bf92bbeaa67bd633bb5a0b85f63b571b241e3c53ab9aebb0db0d43590dfff441
4SHA512 (vice-3.7.1.tar.gz) = 80f81dd4d163cc5030eee2908b274bce4f3f21a3adb6d01559f4695d58b27ebc7b7570d8896718dfe74b2f2e4983ed3f9c4919b6e81934063d344b543b081f30 4SHA512 (vice-3.8.tar.gz) = fe644667736c32386b62af53314a95bf510c75d476eaab14b4c37693f2f57d6815126ab3db2f0cb11300c1a4a07c29b3f25210800ce97a673a0460ab59d0ebba
5Size (vice-3.7.1.tar.gz) = 13444946 bytes 5Size (vice-3.8.tar.gz) = 13564021 bytes
6SHA1 (patch-configure) = afa9b0022985c5828dea1496e84117c4866e8d3a 6SHA1 (patch-configure) = afa9b0022985c5828dea1496e84117c4866e8d3a
7SHA1 (patch-src_arch_gtk3_actions-help.c) = 136fa108e999dbb98362a2e80a5389710f60290e 7SHA1 (patch-src_arch_gtk3_actions-help.c) = 136fa108e999dbb98362a2e80a5389710f60290e
8SHA1 (patch-src_arch_gtk3_data_unix_Makefile.in) = 40ec2748090222fe95b54ea2266e48fc07363bd3 8SHA1 (patch-src_arch_gtk3_data_unix_Makefile.in) = c233ac070f00d0210f469466c4250c8b2cdfdc5c

cvs diff -r1.16 -r1.17 pkgsrc/emulators/vice/options.mk (expand / switch to unified diff)

--- pkgsrc/emulators/vice/options.mk 2022/12/31 18:30:00 1.16
+++ pkgsrc/emulators/vice/options.mk 2024/01/06 15:35:26 1.17
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: options.mk,v 1.16 2022/12/31 18:30:00 rhialto Exp $ 1# $NetBSD: options.mk,v 1.17 2024/01/06 15:35:26 rhialto Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.vice 3PKG_OPTIONS_VAR= PKG_OPTIONS.vice
4PKG_SUPPORTED_OPTIONS= ffmpeg vice-x64 vice-cpuhistory pulseaudio alsa 4PKG_SUPPORTED_OPTIONS= ffmpeg vice-x64 vice-cpuhistory pulseaudio alsa
5PKG_OPTIONS_REQUIRED_GROUPS= gui 5PKG_OPTIONS_REQUIRED_GROUPS= gui
6PKG_OPTIONS_GROUP.gui= gtk3 sdl sdl2 vice-headless 6PKG_OPTIONS_GROUP.gui= gtk3 sdl sdl2 vice-headless
7PKG_SUGGESTED_OPTIONS= gtk3 ffmpeg 7PKG_SUGGESTED_OPTIONS= gtk3 ffmpeg
8 8
9.include "../../mk/bsd.options.mk" 9.include "../../mk/bsd.options.mk"
10 10
11PLIST_VARS+= gtk sdl x64 desktop 11PLIST_VARS+= gtk sdl sdl1 sdl2 x64 desktop
12 12
13.if !empty(PKG_OPTIONS:Mgtk3) 13.if !empty(PKG_OPTIONS:Mgtk3)
14CONFIGURE_ARGS+= --enable-gtk3ui 14CONFIGURE_ARGS+= --enable-gtk3ui
15PLIST.gtk= yes 15PLIST.gtk= yes
16TOOL_DEPENDS+= glib2-tools>=2.56:../../devel/glib2-tools 16TOOL_DEPENDS+= glib2-tools>=2.56:../../devel/glib2-tools
17 17
18CONFIGURE_ARGS+= --enable-desktop-files 18CONFIGURE_ARGS+= --enable-desktop-files
19PLIST.desktop= yes 19PLIST.desktop= yes
20TOOL_DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils 20TOOL_DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
21 21
22. include "../../x11/gtk3/buildlink3.mk" 22. include "../../x11/gtk3/buildlink3.mk"
23. include "../../graphics/glew/buildlink3.mk" 23. include "../../graphics/glew/buildlink3.mk"
24 24
@@ -35,33 +35,35 @@ INSTALLATION_DIRS+= ${XDG_DATA_DIR}/desk @@ -35,33 +35,35 @@ INSTALLATION_DIRS+= ${XDG_DATA_DIR}/desk
35MAKE_DIRS+= ${PKG_SYSCONFBASE}/xdg/menus/applications-merged 35MAKE_DIRS+= ${PKG_SYSCONFBASE}/xdg/menus/applications-merged
36 36
37CONF_FILES+= ${PREFIX}/share/vice/vice-org-vice-org.menu \ 37CONF_FILES+= ${PREFIX}/share/vice/vice-org-vice-org.menu \
38 ${PKG_SYSCONFBASE}/xdg/menus/applications-merged/vice-org-vice-org.menu 38 ${PKG_SYSCONFBASE}/xdg/menus/applications-merged/vice-org-vice-org.menu
39 39
40BUILD_DEFS+= PKG_SYSCONFBASE 40BUILD_DEFS+= PKG_SYSCONFBASE
41 41
42. include "../../sysutils/desktop-file-utils/desktopdb.mk" 42. include "../../sysutils/desktop-file-utils/desktopdb.mk"
43.endif 43.endif
44 44
45.if !empty(PKG_OPTIONS:Msdl) 45.if !empty(PKG_OPTIONS:Msdl)
46CONFIGURE_ARGS+= --enable-sdl1ui 46CONFIGURE_ARGS+= --enable-sdl1ui
47PLIST.sdl= yes 47PLIST.sdl= yes
 48PLIST.sdl1= yes
48. include "../../devel/SDL/buildlink3.mk" 49. include "../../devel/SDL/buildlink3.mk"
49. include "../../graphics/SDL_image/buildlink3.mk" 50. include "../../graphics/SDL_image/buildlink3.mk"
50.endif 51.endif
51 52
52.if !empty(PKG_OPTIONS:Msdl2) 53.if !empty(PKG_OPTIONS:Msdl2)
53CONFIGURE_ARGS+= --enable-sdl2ui 54CONFIGURE_ARGS+= --enable-sdl2ui
54PLIST.sdl= yes 55PLIST.sdl= yes
 56PLIST.sdl2= yes
55. include "../../devel/SDL2/buildlink3.mk" 57. include "../../devel/SDL2/buildlink3.mk"
56. include "../../graphics/SDL2_image/buildlink3.mk" 58. include "../../graphics/SDL2_image/buildlink3.mk"
57.endif 59.endif
58 60
59.if !empty(PKG_OPTIONS:Mvice-headless) 61.if !empty(PKG_OPTIONS:Mvice-headless)
60CONFIGURE_ARGS+= --enable-headlessui 62CONFIGURE_ARGS+= --enable-headlessui
61.endif 63.endif
62 64
63# If desired, ffmpeg and lame can be build-time-only dependencies, 65# If desired, ffmpeg and lame can be build-time-only dependencies,
64# since they are loaded dynamically only. 66# since they are loaded dynamically only.
65.if !empty(PKG_OPTIONS:Mffmpeg) 67.if !empty(PKG_OPTIONS:Mffmpeg)
66#BUILDLINK_DEPMETHOD.ffmpeg?= build 68#BUILDLINK_DEPMETHOD.ffmpeg?= build
67CONFIGURE_ARGS+= --enable-ffmpeg 69CONFIGURE_ARGS+= --enable-ffmpeg

cvs diff -r1.2 -r1.3 pkgsrc/emulators/vice/patches/patch-src_arch_gtk3_data_unix_Makefile.in (expand / switch to unified diff)

--- pkgsrc/emulators/vice/patches/patch-src_arch_gtk3_data_unix_Makefile.in 2022/12/31 18:30:00 1.2
+++ pkgsrc/emulators/vice/patches/patch-src_arch_gtk3_data_unix_Makefile.in 2024/01/06 15:35:26 1.3
@@ -1,22 +1,25 @@ @@ -1,22 +1,25 @@
1$NetBSD: patch-src_arch_gtk3_data_unix_Makefile.in,v 1.2 2022/12/31 18:30:00 rhialto Exp $ 1$NetBSD: patch-src_arch_gtk3_data_unix_Makefile.in,v 1.3 2024/01/06 15:35:26 rhialto Exp $
2 2
3Install .desktop files in the system location instead of 3Install .desktop files in the system location instead of
4the (fake) home directory. 4the (fake) home directory.
5 5
6--- src/arch/gtk3/data/unix/Makefile.in.orig 2022-12-27 23:57:18.000000000 +0000 6--- src/arch/gtk3/data/unix/Makefile.in.orig 2023-12-24 17:42:17.000000000 +0000
7+++ src/arch/gtk3/data/unix/Makefile.in 7+++ src/arch/gtk3/data/unix/Makefile.in
8@@ -735,12 +735,12 @@ uninstall-am: 8@@ -732,7 +732,7 @@ uninstall-am:
9 @INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ "SID_1024.svg" 9 @INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ "SID_1024.svg"
10  10
11 @INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@install-data-hook: $(VICE_DIR_FILE) $(VICE_DESKTOP_FILES) 11 @INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@install-data-hook: $(VICE_DIR_FILE) $(VICE_DESKTOP_FILES)
12-@INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ $(XDG_DESKTOP_MENU) install "$(VICE_DIR_FILE)" $(VICE_DESKTOP_FILES) 12-@INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ $(XDG_DESKTOP_MENU) install "$(VICE_DIR_FILE)" $(VICE_DESKTOP_FILES)
13+@INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ $(XDG_DESKTOP_MENU) install --mode system "$(VICE_DIR_FILE)" $(VICE_DESKTOP_FILES) 13+@INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ $(XDG_DESKTOP_MENU) install --mode system "$(VICE_DIR_FILE)" $(VICE_DESKTOP_FILES)
14  14 @INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ $(XDG_DESKTOP_MENU) forceupdate
 15 @INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ @echo " "
 16 @INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ @echo "* Remember that for desktop updates to show up, you may have to log off and on,"
 17@@ -745,7 +745,7 @@ uninstall-am:
15 # Seems GNU disapproves of this, but it works to uninstall the .desktop/.directory 18 # Seems GNU disapproves of this, but it works to uninstall the .desktop/.directory
16 # files. 19 # files.
17 @INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@uninstall-hook: 20 @INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@uninstall-hook:
18-@INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ $(XDG_DESKTOP_MENU) uninstall "$(VICE_DIR_FILE)" $(VICE_DESKTOP_FILES) 21-@INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ $(XDG_DESKTOP_MENU) uninstall "$(VICE_DIR_FILE)" $(VICE_DESKTOP_FILES)
19+@INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ $(XDG_DESKTOP_MENU) uninstall --mode system "$(VICE_DIR_FILE)" $(VICE_DESKTOP_FILES) 22+@INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ $(XDG_DESKTOP_MENU) uninstall --mode system "$(VICE_DIR_FILE)" $(VICE_DESKTOP_FILES)
20  23 @INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ $(XDG_DESKTOP_MENU) forceupdate
21 # if INSTALL_DESKTOP_FILES 24 @INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ @echo " "
22 # if !MACOS_COMPILE 25 @INSTALL_DESKTOP_FILES_TRUE@@MACOS_COMPILE_FALSE@@UNIX_COMPILE_TRUE@ @echo "* Remember that for desktop updates to show up, you may have to log off and on,"