View | Details | Raw Unified | Return to bug 275324 | Differences between
and this patch

Collapse All | Expand All

(-)b/emulators/qmc2/Makefile (-53 / +36 lines)
Lines 1-44 Link Here
1
PORTNAME=	qmc2
1
PORTNAME=	qmc2
2
PORTVERSION=	0.243
3
DISTVERSIONPREFIX=	v
2
DISTVERSIONPREFIX=	v
4
PORTREVISION=	4
3
DISTVERSION=	0.243-14
4
DISTVERSIONSUFFIX=	-g112724d69
5
CATEGORIES=	emulators games
5
CATEGORIES=	emulators games
6
6
7
MAINTAINER=	agh@riseup.net
7
MAINTAINER=	agh@riseup.net
8
COMMENT=	Qt based UNIX MAME frontend
8
COMMENT=	Qt-5 graphical interface for MAME
9
WWW=		https://github.com/qmc2/qmc2-mame-fe
9
WWW=		https://github.com/qmc2/qmc2-mame-fe
10
10
11
LICENSE=	GPLv2+
11
LICENSE=	GPLv2+
12
12
13
DEPRECATED=	Depends on deprecated www/qt5-webkit
14
EXPIRATION_DATE=	2023-12-31
15
16
BUILD_DEPENDS=	bash>0:shells/bash \
13
BUILD_DEPENDS=	bash>0:shells/bash \
17
		gawk>0:lang/gawk
14
		gawk>0:lang/gawk
15
LIB_DEPENDS=	libarchive.so:archivers/libarchive \
16
		libminizip-ng.so:archivers/minizip-ng
18
RUN_DEPENDS=	libglvnd>0:graphics/libglvnd \
17
RUN_DEPENDS=	libglvnd>0:graphics/libglvnd \
19
		mame>=0.250:emulators/mame
18
		mame>=0.259:emulators/mame
20
19
21
USES=		compiler:c++11-lang desktop-file-utils gmake gl qt:5 sdl \
20
USES=		compiler:c++11-lang gl gmake pkgconfig qt:5 sdl shebangfix \
22
		shebangfix tar:bzip2 xorg
21
		tar:bzip2 xorg
23
USE_GITHUB=	yes
22
USE_GITHUB=	yes
24
GH_ACCOUNT=	qmc2
23
GH_ACCOUNT=	qmc2
25
GH_PROJECT=	qmc2-mame-fe
24
GH_PROJECT=	qmc2-mame-fe
26
USE_GL=		gl glu
25
USE_GL=		gl glu
27
USE_QT=		buildtools core declarative gui multimedia network opengl qmake \
26
USE_QT=		buildtools core declarative gui location multimedia network \
28
		script scripttools sql svg testlib webkit widgets xml \
27
		opengl printsupport qmake script scripttools sql svg testlib \
29
		xmlpatterns
28
		webchannel webengine widgets xml xmlpatterns
30
USE_SDL=	sdl2
29
USE_SDL=	sdl2
31
USE_XORG=	x11 xmu
30
USE_XORG=	x11 xmu
32
31
33
SHEBANG_FILES=	scripts/cleanup-category-ini.sh \
32
SHEBANG_FILES=	scripts/cleanup-category-ini.sh \
34
		scripts/generate-option-lists.sh \
33
		scripts/generate-option-lists.sh scripts/make-man-pages.sh \
35
		scripts/make-man-pages.sh \
34
		scripts/plugin_helper.sh scripts/romalyzer.pl \
36
		scripts/plugin_helper.sh \
35
		scripts/sdl-defines.sh scripts/sdl-includepath.sh \
37
		scripts/romalyzer.pl \
36
		scripts/sdl-libs.sh scripts/sdl-version.sh \
38
		scripts/sdl-defines.sh \
39
		scripts/sdl-includepath.sh \
40
		scripts/sdl-libs.sh \
41
		scripts/sdl-version.sh \
42
		scripts/strip-png-headers.sh
37
		scripts/strip-png-headers.sh
43
38
44
MAKE_ARGS=	ARCH="${OPSYS}" \
39
MAKE_ARGS=	ARCH="${OPSYS}" \
Lines 47-58 MAKE_ARGS= ARCH="${OPSYS}" \ Link Here
47
		CXX="${CXX}" \
42
		CXX="${CXX}" \
48
		CXX_FLAGS="${CXXFLAGS} -DUSE_FILE32API" \
43
		CXX_FLAGS="${CXXFLAGS} -DUSE_FILE32API" \
49
		DATADIR="${DATADIR}" \
44
		DATADIR="${DATADIR}" \
50
		LINK="${CXX}" \
45
		LIBARCHIVE=1 \
51
		MAKE="${MAKE_CMD}" \
46
		MAKE="${MAKE_CMD}" \
52
		PHONON="0" \
53
		QMAKE="${QMAKE}" \
47
		QMAKE="${QMAKE}" \
54
		QTDIR="${PREFIX}" \
48
		QTDIR="${PREFIX}" \
55
		SYSCONFDIR="${PREFIX}/etc"
49
		SYSCONFDIR="${ETCDIR}" \
50
		SYSTEM_MINIZIP=1 \
51
		SYSTEM_ZLIB=1
56
52
57
ALL_TARGET=	all arcade tools
53
ALL_TARGET=	all arcade tools
58
CFLAGS_aarch64=	-march=armv8-a+crc+crypto
54
CFLAGS_aarch64=	-march=armv8-a+crc+crypto
Lines 70-116 EXTRA_PATCHES= ${PATCHDIR}/extra-scripts-sdl-includepaths Link Here
70
.endif
66
.endif
71
67
72
post-patch:
68
post-patch:
73
	@${REINPLACE_CMD} -e 's|DATADIR/qmc2|${DATADIR}|g' \
69
	${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}/|g' \
70
		-e 's|%%DOCSDIR%%|${DOCSDIR}/|g' \
74
		${WRKSRC}/inst/*.template
71
		${WRKSRC}/inst/*.template
75
72
76
do-install:
73
do-install:
77
	(cd ${WRKSRC} && \
74
	${FIND} ${WRKSRC} -type f -name "q*" -perm -o=+x -exec ${INSTALL_PROGRAM} \
78
		${INSTALL_PROGRAM} qmc2-sdlmame \
75
		{} ${STAGEDIR}${PREFIX}/bin/ \;
79
		${STAGEDIR}${PREFIX}/bin/qmc2-mame)
76
	${RLN} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-sdlmame ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
80
	(cd ${WRKSRC}/src/arcade && \
81
		${INSTALL_PROGRAM} qmc2-arcade \
82
		${STAGEDIR}${PREFIX}/bin)
83
	(cd ${WRKSRC}/src/tools/qchdman && \
84
		${INSTALL_PROGRAM} qchdman \
85
		${STAGEDIR}${PREFIX}/bin)
86
87
	@${MKDIR} ${STAGEDIR}${DATADIR}
77
	@${MKDIR} ${STAGEDIR}${DATADIR}
88
.for data in img lng opt
78
.for DATA in cat gmn img js lng opt swn
89
	(cd ${WRKSRC}/data && \
79
	(cd ${WRKSRC}/data && \
90
		${COPYTREE_SHARE} ${data} ${STAGEDIR}${DATADIR})
80
		${COPYTREE_SHARE} ${DATA} ${STAGEDIR}${DATADIR} "! -name dirinfo.txt")
91
.endfor
81
.endfor
92
82
	${INSTALL_MAN} ${WRKSRC}/data/doc/man/*.6.gz \
93
	${INSTALL_MAN} ${WRKSRC}/data/doc/man/qchdman.6.gz \
83
		${STAGEDIR}${PREFIX}/share/man/man6
94
		${STAGEDIR}${MANPREFIX}/man/man6
84
	${RLN} ${STAGEDIR}${PREFIX}/share/man/man6/${PORTNAME}-main-gui.6.gz \
95
	${INSTALL_MAN} ${WRKSRC}/data/doc/man/qmc2-arcade.6.gz \
85
		${STAGEDIR}${PREFIX}/share/man/man6/${PORTNAME}.6.gz
96
		${STAGEDIR}${MANPREFIX}/man/man6
86
.for DESKTOP_ENTRY in qchdman.desktop qmc2-arcade.desktop qmc2.desktop
97
	${INSTALL_MAN} ${WRKSRC}/data/doc/man/qmc2-main-gui.6.gz \
87
	${INSTALL_DATA} ${WRKSRC}/inst/${DESKTOP_ENTRY}.template \
98
		${STAGEDIR}${MANPREFIX}/man/man6/qmc2-mame.6.gz
88
		${STAGEDIR}${PREFIX}/share/applications/${DESKTOP_ENTRY}
99
100
.for dsktop_entry in qchdman.desktop qmc2-arcade.desktop qmc2.desktop
101
	(cd ${WRKSRC}/inst && \
102
		${INSTALL_DATA} ${dsktop_entry}.template \
103
		${STAGEDIR}${LOCALBASE}/share/applications/${dsktop_entry})
104
.endfor
89
.endfor
105
106
	@${MKDIR} ${STAGEDIR}${ETCDIR}
90
	@${MKDIR} ${STAGEDIR}${ETCDIR}
107
	(cd ${WRKSRC}/inst && \
91
	${INSTALL_DATA} ${WRKSRC}/inst/qmc2.ini.template \
108
		${INSTALL_DATA} qmc2.ini.template \
92
		${STAGEDIR}${ETCDIR}/qmc2.ini.sample
109
		${STAGEDIR}${ETCDIR}/qmc2.ini.sample)
110
93
111
do-install-DOCS-on:
94
do-install-DOCS-on:
112
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
95
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
113
	@(cd ${WRKSRC}/data/doc && \
96
	(cd ${WRKSRC}/data/doc && \
114
		${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
97
		${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
115
98
116
.include <bsd.port.mk>
99
.include <bsd.port.mk>
(-)b/emulators/qmc2/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1651496883
1
TIMESTAMP = 1701861221
2
SHA256 (qmc2-qmc2-mame-fe-v0.243_GH0.tar.gz) = 0608a4e08bc451ae01856b85525f1dc767e01eb823e7e294c772876971e7609b
2
SHA256 (qmc2-qmc2-mame-fe-v0.243-14-g112724d69_GH0.tar.gz) = cade3cb43ea6c05ea3d424f1b66b4044d5ee8e7d8b58f937d7f25bb1a9f51b18
3
SIZE (qmc2-qmc2-mame-fe-v0.243_GH0.tar.gz) = 14446061
3
SIZE (qmc2-qmc2-mame-fe-v0.243-14-g112724d69_GH0.tar.gz) = 14764986
(-)b/emulators/qmc2/files/patch-Makefile (+11 lines)
Added Link Here
1
--- Makefile.orig	2023-11-25 00:37:51 UTC
2
+++ Makefile
3
@@ -582,7 +582,7 @@ ifneq '$(ARCH)' 'Windows' 
4
 
5
 ifneq '$(ARCH)' 'Windows' 
6
 # global QMC2 configuration file
7
-GLOBAL_QMC2_INI=$(shell $(ECHO) $(DESTDIR)/$(SYSCONFDIR)/$(PROJECT)/$(PROJECT).ini | $(SED) -e "s*//*/*g")
8
+GLOBAL_QMC2_INI=$(shell $(ECHO) $(DESTDIR)/$(SYSCONFDIR)/$(PROJECT).ini | $(SED) -e "s*//*/*g")
9
 # global data directory
10
 GLOBAL_DATADIR=$(shell $(ECHO) $(DESTDIR)/$(DATADIR) | $(SED) -e "s*//*/*g")
11
 endif
(-)b/emulators/qmc2/files/patch-inst_qchdman.desktop.template (+10 lines)
Added Link Here
1
--- inst/qchdman.desktop.template.orig	2023-11-25 02:40:40 UTC
2
+++ inst/qchdman.desktop.template
3
@@ -5,6 +5,6 @@ Exec=qchdman
4
 Comment=Qt CHDMAN GUI
5
 Comment[de]=Qt CHDMAN GUI
6
 Exec=qchdman
7
-Icon=DATADIR/qmc2/img/qchdman.png
8
+Icon=%%DATADIR%%/qmc2/img/qchdman.png
9
 Terminal=false
10
 Categories=Game;Emulator;
(-)b/emulators/qmc2/files/patch-inst_qmc2-arcade.desktop.template (+10 lines)
Added Link Here
1
--- inst/qmc2-arcade.desktop.template.orig	2023-11-25 02:40:48 UTC
2
+++ inst/qmc2-arcade.desktop.template
3
@@ -5,6 +5,6 @@ Exec=qmc2-arcade
4
 Comment=QMC2 Arcade Mode
5
 Comment[de]=QMC2 Arcade Modus
6
 Exec=qmc2-arcade
7
-Icon=DATADIR/qmc2/img/qmc2-arcade.png
8
+Icon=%%DATADIR%%/qmc2/img/qmc2-arcade.png
9
 Terminal=false
10
 Categories=Game;Emulator;
(-)b/emulators/qmc2/files/patch-inst_qmc2.desktop.template (+10 lines)
Added Link Here
1
--- inst/qmc2.desktop.template.orig	2023-11-25 02:41:19 UTC
2
+++ inst/qmc2.desktop.template
3
@@ -6,6 +6,6 @@ Exec=TARGET
4
 Comment[pl]=Nakładka na EMULATOR
5
 Comment[de]=EMULATOR Frontend
6
 Exec=TARGET
7
-Icon=DATADIR/qmc2/img/EMUICO
8
+Icon=%%DATADIR%%/qmc2/img/EMUICO
9
 Terminal=false
10
 Categories=Game;Emulator;
(-)b/emulators/qmc2/files/patch-inst_qmc2.ini.template (+61 lines)
Added Link Here
1
--- inst/qmc2.ini.template.orig	2023-11-25 02:41:33 UTC
2
+++ inst/qmc2.ini.template
3
@@ -1,30 +1,31 @@
4
 [Frontend]
5
-FilesAndDirectories\DataDirectory=DATADIR/qmc2/
6
+FilesAndDirectories\DataDirectory=%%DATADIR%%
7
+FilesAndDirectories\DocumentationDirectory=%%DOCSDIR%%
8
 
9
 [MAME]
10
-FilesAndDirectories\OptionsTemplateFile=DATADIR/qmc2/opt/SDLMAME/template-SDL2.xml
11
-FilesAndDirectories\PreviewDirectory=DATADIR/qmc2/prv/
12
-FilesAndDirectories\PreviewFile=DATADIR/qmc2/prv/previews.zip
13
-FilesAndDirectories\FlyerDirectory=DATADIR/qmc2/fly/
14
-FilesAndDirectories\FlyerFile=DATADIR/qmc2/fly/flyers.zip
15
-FilesAndDirectories\IconDirectory=DATADIR/qmc2/ico/
16
-FilesAndDirectories\IconFile=DATADIR/qmc2/ico/icons.zip
17
-FilesAndDirectories\CabinetDirectory=DATADIR/qmc2/cab/
18
-FilesAndDirectories\CabinetFile=DATADIR/qmc2/cab/cabinets.zip
19
-FilesAndDirectories\ControllerDirectory=DATADIR/qmc2/ctl/
20
-FilesAndDirectories\ControllerFile=DATADIR/qmc2/ctl/controllers.zip
21
-FilesAndDirectories\MarqueeDirectory=DATADIR/qmc2/mrq/
22
-FilesAndDirectories\MarqueeFile=DATADIR/qmc2/mrq/marquees.zip
23
-FilesAndDirectories\TitleDirectory=DATADIR/qmc2/ttl/
24
-FilesAndDirectories\TitleFile=DATADIR/qmc2/ttl/titles.zip
25
-FilesAndDirectories\PCBDirectory=DATADIR/qmc2/pcb/
26
-FilesAndDirectories\PCBFile=DATADIR/qmc2/pcb/pcbs.zip
27
-FilesAndDirectories\SoftwareSnapDirectory=DATADIR/qmc2/sws/
28
-FilesAndDirectories\SoftwareSnapFile=DATADIR/qmc2/sws/swsnaps.zip
29
-FilesAndDirectories\SoftwareNotesFolder=DATADIR/qmc2/swn/
30
-FilesAndDirectories\SoftwareNotesTemplate=DATADIR/qmc2/swn/template.html
31
-FilesAndDirectories\SystemNotesFolder=DATADIR/qmc2/gmn/
32
-FilesAndDirectories\SystemNotesTemplate=DATADIR/qmc2/gmn/template.html
33
-FilesAndDirectories\VideoSnapFolder=DATADIR/qmc2/vdo/
34
-FilesAndDirectories\SystemManualFolder=DATADIR/qmc2/man/systems/
35
-FilesAndDirectories\SoftwareManualFolder=DATADIR/qmc2/man/software/
36
+FilesAndDirectories\OptionsTemplateFile=%%DATADIR%%opt/SDLMAME/template-SDL2.xml
37
+FilesAndDirectories\PreviewDirectory=%%DATADIR%%prv/
38
+FilesAndDirectories\PreviewFile=%%DATADIR%%prv/previews.zip
39
+FilesAndDirectories\FlyerDirectory=%%DATADIR%%fly/
40
+FilesAndDirectories\FlyerFile=%%DATADIR%%fly/flyers.zip
41
+FilesAndDirectories\IconDirectory=%%DATADIR%%ico/
42
+FilesAndDirectories\IconFile=%%DATADIR%%ico/icons.zip
43
+FilesAndDirectories\CabinetDirectory=%%DATADIR%%cab/
44
+FilesAndDirectories\CabinetFile=%%DATADIR%%cab/cabinets.zip
45
+FilesAndDirectories\ControllerDirectory=%%DATADIR%%ctl/
46
+FilesAndDirectories\ControllerFile=%%DATADIR%%ctl/controllers.zip
47
+FilesAndDirectories\MarqueeDirectory=%%DATADIR%%mrq/
48
+FilesAndDirectories\MarqueeFile=%%DATADIR%%mrq/marquees.zip
49
+FilesAndDirectories\TitleDirectory=%%DATADIR%%ttl/
50
+FilesAndDirectories\TitleFile=%%DATADIR%%ttl/titles.zip
51
+FilesAndDirectories\PCBDirectory=%%DATADIR%%pcb/
52
+FilesAndDirectories\PCBFile=%%DATADIR%%pcb/pcbs.zip
53
+FilesAndDirectories\SoftwareSnapDirectory=%%DATADIR%%sws/
54
+FilesAndDirectories\SoftwareSnapFile=%%DATADIR%%sws/swsnaps.zip
55
+FilesAndDirectories\SoftwareNotesFolder=%%DATADIR%%swn/
56
+FilesAndDirectories\SoftwareNotesTemplate=%%DATADIR%%swn/template.html
57
+FilesAndDirectories\SystemNotesFolder=%%DATADIR%%gmn/
58
+FilesAndDirectories\SystemNotesTemplate=%%DATADIR%%gmn/template.html
59
+FilesAndDirectories\VideoSnapFolder=%%DATADIR%%vdo/
60
+FilesAndDirectories\SystemManualFolder=%%DATADIR%%man/systems/
61
+FilesAndDirectories\SoftwareManualFolder=%%DATADIR%%man/software/
(-)b/emulators/qmc2/files/patch-qmc2.pro (+21 lines)
Added Link Here
1
--- qmc2.pro.orig	2022-06-09 13:48:10 UTC
2
+++ qmc2.pro
3
@@ -308,7 +308,8 @@ contains(DEFINES, QMC2_LIBARCHIVE_ENABLED) {
4
 contains(DEFINES, QMC2_LIBARCHIVE_ENABLED) {
5
 	SOURCES += src/archivefile.cpp
6
 	HEADERS += src/archivefile.h
7
-	LIBS += -larchive
8
+	CONFIG += link_pkgconfig
9
+	PKGCONFIG += libarchive
10
 }
11
 
12
 contains(DEFINES, QMC2_BUNDLED_MINIZIP) {
13
@@ -330,7 +331,7 @@ contains(DEFINES, QMC2_BUNDLED_MINIZIP) {
14
 	DEFINES += HAVE_ZLIB ZLIB_COMPAT
15
 } else {
16
 	CONFIG += link_pkgconfig
17
-	PKGCONFIG += minizip
18
+	PKGCONFIG += minizip-ng
19
 }
20
 
21
 contains(DEFINES, QMC2_BUNDLED_ZLIB) {
(-)b/emulators/qmc2/files/patch-src_arcade_qmc2-arcade.pro (+11 lines)
Added Link Here
1
--- src/arcade/qmc2-arcade.pro.orig	2023-11-25 00:48:16 UTC
2
+++ src/arcade/qmc2-arcade.pro
3
@@ -110,7 +110,7 @@ contains(DEFINES, QMC2_ARCADE_BUNDLED_MINIZIP) {
4
 	DEFINES += HAVE_ZLIB ZLIB_COMPAT
5
 } else {
6
 	CONFIG += link_pkgconfig
7
-	PKGCONFIG += minizip
8
+	PKGCONFIG += minizip-ng
9
 }
10
 
11
 contains(DEFINES, QMC2_ARCADE_BUNDLED_ZLIB) {
(-)b/emulators/qmc2/files/patch-src_macros.h (+18 lines)
Added Link Here
1
--- src/macros.h.orig	2023-11-25 04:55:52 UTC
2
+++ src/macros.h
3
@@ -628,13 +628,13 @@
4
 #define QMC2_VIEWS_PREFIX			QString("Views/")
5
 
6
 // Mac OS X uses "~/Library/Application Support/app" rather than "~/.app"
7
-#define QMC2_SYSCONF_PATH			(QString(XSTR(SYSCONFDIR)).replace(QChar(':'), QLatin1String(" ")) + "/qmc2")
8
+#define QMC2_SYSCONF_PATH			(QString(XSTR(SYSCONFDIR)).replace(QChar(':'), QLatin1String(" ")))
9
 #if defined(QMC2_OS_MAC)
10
 #define QMC2_DOT_PATH				(QDir::homePath() + "/Library/Application Support/qmc2")
11
 #define QMC2_DEFAULT_DATA_PATH			(QDir::homePath() + "/Library/Application Support/qmc2")
12
 #else
13
 #define QMC2_DOT_PATH				(QDir::homePath() + "/.qmc2")
14
-#define QMC2_DEFAULT_DATA_PATH			QString("data")
15
+#define QMC2_DEFAULT_DATA_PATH			QString(XSTR(DATADIR))
16
 #endif
17
 
18
 // this allows for changing the configuration path dynamically by adding '-config_path <config_path>' on the command line
(-)b/emulators/qmc2/files/patch-src_qmc2main.cpp (+15 lines)
Added Link Here
1
--- src/qmc2main.cpp.orig	2023-11-25 02:50:17 UTC
2
+++ src/qmc2main.cpp
3
@@ -2837,10 +2837,10 @@ void MainWindow::on_actionDocumentation_triggered(bool
4
 	if ( !qmc2DocBrowser ) {
5
 		qmc2DocBrowser = new DocBrowser(this);
6
 		qmc2DocBrowser->browser->spinBoxZoom->setValue(qmc2Config->value(QMC2_FRONTEND_PREFIX + "Layout/DocBrowser/Zoom", 100).toInt());
7
-		QString searchPath(qmc2Config->value(QMC2_FRONTEND_PREFIX + "FilesAndDirectories/DataDirectory").toString() + "doc/html/" + qmc2Config->value(QMC2_FRONTEND_PREFIX + "GUI/Language", "us").toString());
8
+		QString searchPath(qmc2Config->value(QMC2_FRONTEND_PREFIX + "FilesAndDirectories/DocumentationDirectory").toString() + "html/" + qmc2Config->value(QMC2_FRONTEND_PREFIX + "GUI/Language", "us").toString());
9
 		QFileInfo fi(searchPath + "/index.html");
10
 		if ( !fi.exists() || !fi.isFile() || fi.isSymLink() ) // fall back to US English if there's no language-specific index file
11
-			searchPath = qmc2Config->value(QMC2_FRONTEND_PREFIX + "FilesAndDirectories/DataDirectory").toString() + "doc/html/us";
12
+			searchPath = qmc2Config->value(QMC2_FRONTEND_PREFIX + "FilesAndDirectories/DocumentationDirectory").toString() + "html/us";
13
 #if defined(QMC2_OS_WIN)
14
 		QDir searchDir(searchPath);
15
 		QUrl docUrl("file:///" + searchDir.absolutePath() + "/index.html");
(-)b/emulators/qmc2/pkg-plist (-5 / +387 lines)
Lines 1-12 Link Here
1
bin/qchdman
1
bin/qchdman
2
bin/qmc2
2
bin/qmc2-arcade
3
bin/qmc2-arcade
3
bin/qmc2-mame
4
bin/qmc2-sdlmame
4
man/man6/qchdman.6.gz
5
man/man6/qmc2-arcade.6.gz
6
man/man6/qmc2-mame.6.gz
7
share/applications/qchdman.desktop
5
share/applications/qchdman.desktop
8
share/applications/qmc2-arcade.desktop
6
share/applications/qmc2-arcade.desktop
9
share/applications/qmc2.desktop
7
share/applications/qmc2.desktop
8
share/man/man6/qchdman.6.gz
9
share/man/man6/qmc2-arcade.6.gz
10
share/man/man6/qmc2-main-gui.6.gz
11
share/man/man6/qmc2-sdlmame.6.gz
12
share/man/man6/qmc2.6.gz
13
%%DATADIR%%/cat/category.ini
14
%%DATADIR%%/gmn/Concise.html
15
%%DATADIR%%/gmn/Concise.txt
16
%%DATADIR%%/gmn/Shideravan System Template.html
17
%%DATADIR%%/gmn/Zarth's Visual Template.html
18
%%DATADIR%%/gmn/images/color.png
19
%%DATADIR%%/gmn/images/image.png
20
%%DATADIR%%/gmn/template.html
10
%%DATADIR%%/img/1.png
21
%%DATADIR%%/img/1.png
11
%%DATADIR%%/img/2.png
22
%%DATADIR%%/img/2.png
12
%%DATADIR%%/img/3.png
23
%%DATADIR%%/img/3.png
Lines 1885-1890 share/applications/qmc2.desktop Link Here
1885
%%DATADIR%%/img/zoom-in.png
1896
%%DATADIR%%/img/zoom-in.png
1886
%%DATADIR%%/img/zoom-none.png
1897
%%DATADIR%%/img/zoom-none.png
1887
%%DATADIR%%/img/zoom-out.png
1898
%%DATADIR%%/img/zoom-out.png
1899
%%DATADIR%%/js/pdfjs/LICENSE
1900
%%DATADIR%%/js/pdfjs/README.pdfjs
1901
%%DATADIR%%/js/pdfjs/build/pdf.js
1902
%%DATADIR%%/js/pdfjs/build/pdf.worker.js
1903
%%DATADIR%%/js/pdfjs/web/cmaps/78-EUC-H.bcmap
1904
%%DATADIR%%/js/pdfjs/web/cmaps/78-EUC-V.bcmap
1905
%%DATADIR%%/js/pdfjs/web/cmaps/78-H.bcmap
1906
%%DATADIR%%/js/pdfjs/web/cmaps/78-RKSJ-H.bcmap
1907
%%DATADIR%%/js/pdfjs/web/cmaps/78-RKSJ-V.bcmap
1908
%%DATADIR%%/js/pdfjs/web/cmaps/78-V.bcmap
1909
%%DATADIR%%/js/pdfjs/web/cmaps/78ms-RKSJ-H.bcmap
1910
%%DATADIR%%/js/pdfjs/web/cmaps/78ms-RKSJ-V.bcmap
1911
%%DATADIR%%/js/pdfjs/web/cmaps/83pv-RKSJ-H.bcmap
1912
%%DATADIR%%/js/pdfjs/web/cmaps/90ms-RKSJ-H.bcmap
1913
%%DATADIR%%/js/pdfjs/web/cmaps/90ms-RKSJ-V.bcmap
1914
%%DATADIR%%/js/pdfjs/web/cmaps/90msp-RKSJ-H.bcmap
1915
%%DATADIR%%/js/pdfjs/web/cmaps/90msp-RKSJ-V.bcmap
1916
%%DATADIR%%/js/pdfjs/web/cmaps/90pv-RKSJ-H.bcmap
1917
%%DATADIR%%/js/pdfjs/web/cmaps/90pv-RKSJ-V.bcmap
1918
%%DATADIR%%/js/pdfjs/web/cmaps/Add-H.bcmap
1919
%%DATADIR%%/js/pdfjs/web/cmaps/Add-RKSJ-H.bcmap
1920
%%DATADIR%%/js/pdfjs/web/cmaps/Add-RKSJ-V.bcmap
1921
%%DATADIR%%/js/pdfjs/web/cmaps/Add-V.bcmap
1922
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-CNS1-0.bcmap
1923
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-CNS1-1.bcmap
1924
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-CNS1-2.bcmap
1925
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-CNS1-3.bcmap
1926
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-CNS1-4.bcmap
1927
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-CNS1-5.bcmap
1928
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-CNS1-6.bcmap
1929
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-CNS1-UCS2.bcmap
1930
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-GB1-0.bcmap
1931
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-GB1-1.bcmap
1932
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-GB1-2.bcmap
1933
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-GB1-3.bcmap
1934
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-GB1-4.bcmap
1935
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-GB1-5.bcmap
1936
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-GB1-UCS2.bcmap
1937
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-Japan1-0.bcmap
1938
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-Japan1-1.bcmap
1939
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-Japan1-2.bcmap
1940
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-Japan1-3.bcmap
1941
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-Japan1-4.bcmap
1942
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-Japan1-5.bcmap
1943
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-Japan1-6.bcmap
1944
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-Japan1-UCS2.bcmap
1945
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-Korea1-0.bcmap
1946
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-Korea1-1.bcmap
1947
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-Korea1-2.bcmap
1948
%%DATADIR%%/js/pdfjs/web/cmaps/Adobe-Korea1-UCS2.bcmap
1949
%%DATADIR%%/js/pdfjs/web/cmaps/B5-H.bcmap
1950
%%DATADIR%%/js/pdfjs/web/cmaps/B5-V.bcmap
1951
%%DATADIR%%/js/pdfjs/web/cmaps/B5pc-H.bcmap
1952
%%DATADIR%%/js/pdfjs/web/cmaps/B5pc-V.bcmap
1953
%%DATADIR%%/js/pdfjs/web/cmaps/CNS-EUC-H.bcmap
1954
%%DATADIR%%/js/pdfjs/web/cmaps/CNS-EUC-V.bcmap
1955
%%DATADIR%%/js/pdfjs/web/cmaps/CNS1-H.bcmap
1956
%%DATADIR%%/js/pdfjs/web/cmaps/CNS1-V.bcmap
1957
%%DATADIR%%/js/pdfjs/web/cmaps/CNS2-H.bcmap
1958
%%DATADIR%%/js/pdfjs/web/cmaps/CNS2-V.bcmap
1959
%%DATADIR%%/js/pdfjs/web/cmaps/ETHK-B5-H.bcmap
1960
%%DATADIR%%/js/pdfjs/web/cmaps/ETHK-B5-V.bcmap
1961
%%DATADIR%%/js/pdfjs/web/cmaps/ETen-B5-H.bcmap
1962
%%DATADIR%%/js/pdfjs/web/cmaps/ETen-B5-V.bcmap
1963
%%DATADIR%%/js/pdfjs/web/cmaps/ETenms-B5-H.bcmap
1964
%%DATADIR%%/js/pdfjs/web/cmaps/ETenms-B5-V.bcmap
1965
%%DATADIR%%/js/pdfjs/web/cmaps/EUC-H.bcmap
1966
%%DATADIR%%/js/pdfjs/web/cmaps/EUC-V.bcmap
1967
%%DATADIR%%/js/pdfjs/web/cmaps/Ext-H.bcmap
1968
%%DATADIR%%/js/pdfjs/web/cmaps/Ext-RKSJ-H.bcmap
1969
%%DATADIR%%/js/pdfjs/web/cmaps/Ext-RKSJ-V.bcmap
1970
%%DATADIR%%/js/pdfjs/web/cmaps/Ext-V.bcmap
1971
%%DATADIR%%/js/pdfjs/web/cmaps/GB-EUC-H.bcmap
1972
%%DATADIR%%/js/pdfjs/web/cmaps/GB-EUC-V.bcmap
1973
%%DATADIR%%/js/pdfjs/web/cmaps/GB-H.bcmap
1974
%%DATADIR%%/js/pdfjs/web/cmaps/GB-V.bcmap
1975
%%DATADIR%%/js/pdfjs/web/cmaps/GBK-EUC-H.bcmap
1976
%%DATADIR%%/js/pdfjs/web/cmaps/GBK-EUC-V.bcmap
1977
%%DATADIR%%/js/pdfjs/web/cmaps/GBK2K-H.bcmap
1978
%%DATADIR%%/js/pdfjs/web/cmaps/GBK2K-V.bcmap
1979
%%DATADIR%%/js/pdfjs/web/cmaps/GBKp-EUC-H.bcmap
1980
%%DATADIR%%/js/pdfjs/web/cmaps/GBKp-EUC-V.bcmap
1981
%%DATADIR%%/js/pdfjs/web/cmaps/GBT-EUC-H.bcmap
1982
%%DATADIR%%/js/pdfjs/web/cmaps/GBT-EUC-V.bcmap
1983
%%DATADIR%%/js/pdfjs/web/cmaps/GBT-H.bcmap
1984
%%DATADIR%%/js/pdfjs/web/cmaps/GBT-V.bcmap
1985
%%DATADIR%%/js/pdfjs/web/cmaps/GBTpc-EUC-H.bcmap
1986
%%DATADIR%%/js/pdfjs/web/cmaps/GBTpc-EUC-V.bcmap
1987
%%DATADIR%%/js/pdfjs/web/cmaps/GBpc-EUC-H.bcmap
1988
%%DATADIR%%/js/pdfjs/web/cmaps/GBpc-EUC-V.bcmap
1989
%%DATADIR%%/js/pdfjs/web/cmaps/H.bcmap
1990
%%DATADIR%%/js/pdfjs/web/cmaps/HKdla-B5-H.bcmap
1991
%%DATADIR%%/js/pdfjs/web/cmaps/HKdla-B5-V.bcmap
1992
%%DATADIR%%/js/pdfjs/web/cmaps/HKdlb-B5-H.bcmap
1993
%%DATADIR%%/js/pdfjs/web/cmaps/HKdlb-B5-V.bcmap
1994
%%DATADIR%%/js/pdfjs/web/cmaps/HKgccs-B5-H.bcmap
1995
%%DATADIR%%/js/pdfjs/web/cmaps/HKgccs-B5-V.bcmap
1996
%%DATADIR%%/js/pdfjs/web/cmaps/HKm314-B5-H.bcmap
1997
%%DATADIR%%/js/pdfjs/web/cmaps/HKm314-B5-V.bcmap
1998
%%DATADIR%%/js/pdfjs/web/cmaps/HKm471-B5-H.bcmap
1999
%%DATADIR%%/js/pdfjs/web/cmaps/HKm471-B5-V.bcmap
2000
%%DATADIR%%/js/pdfjs/web/cmaps/HKscs-B5-H.bcmap
2001
%%DATADIR%%/js/pdfjs/web/cmaps/HKscs-B5-V.bcmap
2002
%%DATADIR%%/js/pdfjs/web/cmaps/Hankaku.bcmap
2003
%%DATADIR%%/js/pdfjs/web/cmaps/Hiragana.bcmap
2004
%%DATADIR%%/js/pdfjs/web/cmaps/KSC-EUC-H.bcmap
2005
%%DATADIR%%/js/pdfjs/web/cmaps/KSC-EUC-V.bcmap
2006
%%DATADIR%%/js/pdfjs/web/cmaps/KSC-H.bcmap
2007
%%DATADIR%%/js/pdfjs/web/cmaps/KSC-Johab-H.bcmap
2008
%%DATADIR%%/js/pdfjs/web/cmaps/KSC-Johab-V.bcmap
2009
%%DATADIR%%/js/pdfjs/web/cmaps/KSC-V.bcmap
2010
%%DATADIR%%/js/pdfjs/web/cmaps/KSCms-UHC-H.bcmap
2011
%%DATADIR%%/js/pdfjs/web/cmaps/KSCms-UHC-HW-H.bcmap
2012
%%DATADIR%%/js/pdfjs/web/cmaps/KSCms-UHC-HW-V.bcmap
2013
%%DATADIR%%/js/pdfjs/web/cmaps/KSCms-UHC-V.bcmap
2014
%%DATADIR%%/js/pdfjs/web/cmaps/KSCpc-EUC-H.bcmap
2015
%%DATADIR%%/js/pdfjs/web/cmaps/KSCpc-EUC-V.bcmap
2016
%%DATADIR%%/js/pdfjs/web/cmaps/Katakana.bcmap
2017
%%DATADIR%%/js/pdfjs/web/cmaps/LICENSE
2018
%%DATADIR%%/js/pdfjs/web/cmaps/NWP-H.bcmap
2019
%%DATADIR%%/js/pdfjs/web/cmaps/NWP-V.bcmap
2020
%%DATADIR%%/js/pdfjs/web/cmaps/RKSJ-H.bcmap
2021
%%DATADIR%%/js/pdfjs/web/cmaps/RKSJ-V.bcmap
2022
%%DATADIR%%/js/pdfjs/web/cmaps/Roman.bcmap
2023
%%DATADIR%%/js/pdfjs/web/cmaps/UniCNS-UCS2-H.bcmap
2024
%%DATADIR%%/js/pdfjs/web/cmaps/UniCNS-UCS2-V.bcmap
2025
%%DATADIR%%/js/pdfjs/web/cmaps/UniCNS-UTF16-H.bcmap
2026
%%DATADIR%%/js/pdfjs/web/cmaps/UniCNS-UTF16-V.bcmap
2027
%%DATADIR%%/js/pdfjs/web/cmaps/UniCNS-UTF32-H.bcmap
2028
%%DATADIR%%/js/pdfjs/web/cmaps/UniCNS-UTF32-V.bcmap
2029
%%DATADIR%%/js/pdfjs/web/cmaps/UniCNS-UTF8-H.bcmap
2030
%%DATADIR%%/js/pdfjs/web/cmaps/UniCNS-UTF8-V.bcmap
2031
%%DATADIR%%/js/pdfjs/web/cmaps/UniGB-UCS2-H.bcmap
2032
%%DATADIR%%/js/pdfjs/web/cmaps/UniGB-UCS2-V.bcmap
2033
%%DATADIR%%/js/pdfjs/web/cmaps/UniGB-UTF16-H.bcmap
2034
%%DATADIR%%/js/pdfjs/web/cmaps/UniGB-UTF16-V.bcmap
2035
%%DATADIR%%/js/pdfjs/web/cmaps/UniGB-UTF32-H.bcmap
2036
%%DATADIR%%/js/pdfjs/web/cmaps/UniGB-UTF32-V.bcmap
2037
%%DATADIR%%/js/pdfjs/web/cmaps/UniGB-UTF8-H.bcmap
2038
%%DATADIR%%/js/pdfjs/web/cmaps/UniGB-UTF8-V.bcmap
2039
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS-UCS2-H.bcmap
2040
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS-UCS2-HW-H.bcmap
2041
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS-UCS2-HW-V.bcmap
2042
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS-UCS2-V.bcmap
2043
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS-UTF16-H.bcmap
2044
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS-UTF16-V.bcmap
2045
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS-UTF32-H.bcmap
2046
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS-UTF32-V.bcmap
2047
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS-UTF8-H.bcmap
2048
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS-UTF8-V.bcmap
2049
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS2004-UTF16-H.bcmap
2050
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS2004-UTF16-V.bcmap
2051
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS2004-UTF32-H.bcmap
2052
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS2004-UTF32-V.bcmap
2053
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS2004-UTF8-H.bcmap
2054
%%DATADIR%%/js/pdfjs/web/cmaps/UniJIS2004-UTF8-V.bcmap
2055
%%DATADIR%%/js/pdfjs/web/cmaps/UniJISPro-UCS2-HW-V.bcmap
2056
%%DATADIR%%/js/pdfjs/web/cmaps/UniJISPro-UCS2-V.bcmap
2057
%%DATADIR%%/js/pdfjs/web/cmaps/UniJISPro-UTF8-V.bcmap
2058
%%DATADIR%%/js/pdfjs/web/cmaps/UniJISX0213-UTF32-H.bcmap
2059
%%DATADIR%%/js/pdfjs/web/cmaps/UniJISX0213-UTF32-V.bcmap
2060
%%DATADIR%%/js/pdfjs/web/cmaps/UniJISX02132004-UTF32-H.bcmap
2061
%%DATADIR%%/js/pdfjs/web/cmaps/UniJISX02132004-UTF32-V.bcmap
2062
%%DATADIR%%/js/pdfjs/web/cmaps/UniKS-UCS2-H.bcmap
2063
%%DATADIR%%/js/pdfjs/web/cmaps/UniKS-UCS2-V.bcmap
2064
%%DATADIR%%/js/pdfjs/web/cmaps/UniKS-UTF16-H.bcmap
2065
%%DATADIR%%/js/pdfjs/web/cmaps/UniKS-UTF16-V.bcmap
2066
%%DATADIR%%/js/pdfjs/web/cmaps/UniKS-UTF32-H.bcmap
2067
%%DATADIR%%/js/pdfjs/web/cmaps/UniKS-UTF32-V.bcmap
2068
%%DATADIR%%/js/pdfjs/web/cmaps/UniKS-UTF8-H.bcmap
2069
%%DATADIR%%/js/pdfjs/web/cmaps/UniKS-UTF8-V.bcmap
2070
%%DATADIR%%/js/pdfjs/web/cmaps/V.bcmap
2071
%%DATADIR%%/js/pdfjs/web/cmaps/WP-Symbol.bcmap
2072
%%DATADIR%%/js/pdfjs/web/compatibility.js
2073
%%DATADIR%%/js/pdfjs/web/debugger.js
2074
%%DATADIR%%/js/pdfjs/web/images/annotation-check.svg
2075
%%DATADIR%%/js/pdfjs/web/images/annotation-comment.svg
2076
%%DATADIR%%/js/pdfjs/web/images/annotation-help.svg
2077
%%DATADIR%%/js/pdfjs/web/images/annotation-insert.svg
2078
%%DATADIR%%/js/pdfjs/web/images/annotation-key.svg
2079
%%DATADIR%%/js/pdfjs/web/images/annotation-newparagraph.svg
2080
%%DATADIR%%/js/pdfjs/web/images/annotation-noicon.svg
2081
%%DATADIR%%/js/pdfjs/web/images/annotation-note.svg
2082
%%DATADIR%%/js/pdfjs/web/images/annotation-paragraph.svg
2083
%%DATADIR%%/js/pdfjs/web/images/findbarButton-next-rtl.png
2084
%%DATADIR%%/js/pdfjs/web/images/findbarButton-next-rtl@2x.png
2085
%%DATADIR%%/js/pdfjs/web/images/findbarButton-next.png
2086
%%DATADIR%%/js/pdfjs/web/images/findbarButton-next@2x.png
2087
%%DATADIR%%/js/pdfjs/web/images/findbarButton-previous-rtl.png
2088
%%DATADIR%%/js/pdfjs/web/images/findbarButton-previous-rtl@2x.png
2089
%%DATADIR%%/js/pdfjs/web/images/findbarButton-previous.png
2090
%%DATADIR%%/js/pdfjs/web/images/findbarButton-previous@2x.png
2091
%%DATADIR%%/js/pdfjs/web/images/grab.cur
2092
%%DATADIR%%/js/pdfjs/web/images/grabbing.cur
2093
%%DATADIR%%/js/pdfjs/web/images/loading-icon.gif
2094
%%DATADIR%%/js/pdfjs/web/images/loading-small.png
2095
%%DATADIR%%/js/pdfjs/web/images/loading-small@2x.png
2096
%%DATADIR%%/js/pdfjs/web/images/secondaryToolbarButton-documentProperties.png
2097
%%DATADIR%%/js/pdfjs/web/images/secondaryToolbarButton-documentProperties@2x.png
2098
%%DATADIR%%/js/pdfjs/web/images/secondaryToolbarButton-firstPage.png
2099
%%DATADIR%%/js/pdfjs/web/images/secondaryToolbarButton-firstPage@2x.png
2100
%%DATADIR%%/js/pdfjs/web/images/secondaryToolbarButton-handTool.png
2101
%%DATADIR%%/js/pdfjs/web/images/secondaryToolbarButton-handTool@2x.png
2102
%%DATADIR%%/js/pdfjs/web/images/secondaryToolbarButton-lastPage.png
2103
%%DATADIR%%/js/pdfjs/web/images/secondaryToolbarButton-lastPage@2x.png
2104
%%DATADIR%%/js/pdfjs/web/images/secondaryToolbarButton-rotateCcw.png
2105
%%DATADIR%%/js/pdfjs/web/images/secondaryToolbarButton-rotateCcw@2x.png
2106
%%DATADIR%%/js/pdfjs/web/images/secondaryToolbarButton-rotateCw.png
2107
%%DATADIR%%/js/pdfjs/web/images/secondaryToolbarButton-rotateCw@2x.png
2108
%%DATADIR%%/js/pdfjs/web/images/shadow.png
2109
%%DATADIR%%/js/pdfjs/web/images/texture.png
2110
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-bookmark.png
2111
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-bookmark@2x.png
2112
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-download.png
2113
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-download@2x.png
2114
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-menuArrows.png
2115
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-menuArrows@2x.png
2116
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-openFile.png
2117
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-openFile@2x.png
2118
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-pageDown-rtl.png
2119
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-pageDown-rtl@2x.png
2120
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-pageDown.png
2121
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-pageDown@2x.png
2122
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-pageUp-rtl.png
2123
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-pageUp-rtl@2x.png
2124
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-pageUp.png
2125
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-pageUp@2x.png
2126
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-presentationMode.png
2127
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-presentationMode@2x.png
2128
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-print.png
2129
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-print@2x.png
2130
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-search.png
2131
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-search@2x.png
2132
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl.png
2133
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png
2134
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-secondaryToolbarToggle.png
2135
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-secondaryToolbarToggle@2x.png
2136
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-sidebarToggle-rtl.png
2137
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-sidebarToggle-rtl@2x.png
2138
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-sidebarToggle.png
2139
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-sidebarToggle@2x.png
2140
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-viewAttachments.png
2141
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-viewAttachments@2x.png
2142
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-viewOutline-rtl.png
2143
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-viewOutline-rtl@2x.png
2144
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-viewOutline.png
2145
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-viewOutline@2x.png
2146
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-viewThumbnail.png
2147
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-viewThumbnail@2x.png
2148
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-zoomIn.png
2149
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-zoomIn@2x.png
2150
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-zoomOut.png
2151
%%DATADIR%%/js/pdfjs/web/images/toolbarButton-zoomOut@2x.png
2152
%%DATADIR%%/js/pdfjs/web/images/treeitem-collapsed-rtl.png
2153
%%DATADIR%%/js/pdfjs/web/images/treeitem-collapsed-rtl@2x.png
2154
%%DATADIR%%/js/pdfjs/web/images/treeitem-collapsed.png
2155
%%DATADIR%%/js/pdfjs/web/images/treeitem-collapsed@2x.png
2156
%%DATADIR%%/js/pdfjs/web/images/treeitem-expanded.png
2157
%%DATADIR%%/js/pdfjs/web/images/treeitem-expanded@2x.png
2158
%%DATADIR%%/js/pdfjs/web/l10n.js
2159
%%DATADIR%%/js/pdfjs/web/locale/ach/viewer.properties
2160
%%DATADIR%%/js/pdfjs/web/locale/af/viewer.properties
2161
%%DATADIR%%/js/pdfjs/web/locale/ak/viewer.properties
2162
%%DATADIR%%/js/pdfjs/web/locale/an/viewer.properties
2163
%%DATADIR%%/js/pdfjs/web/locale/ar/viewer.properties
2164
%%DATADIR%%/js/pdfjs/web/locale/as/viewer.properties
2165
%%DATADIR%%/js/pdfjs/web/locale/ast/viewer.properties
2166
%%DATADIR%%/js/pdfjs/web/locale/az/viewer.properties
2167
%%DATADIR%%/js/pdfjs/web/locale/be/viewer.properties
2168
%%DATADIR%%/js/pdfjs/web/locale/bg/viewer.properties
2169
%%DATADIR%%/js/pdfjs/web/locale/bn-BD/viewer.properties
2170
%%DATADIR%%/js/pdfjs/web/locale/bn-IN/viewer.properties
2171
%%DATADIR%%/js/pdfjs/web/locale/br/viewer.properties
2172
%%DATADIR%%/js/pdfjs/web/locale/bs/viewer.properties
2173
%%DATADIR%%/js/pdfjs/web/locale/ca/viewer.properties
2174
%%DATADIR%%/js/pdfjs/web/locale/cs/viewer.properties
2175
%%DATADIR%%/js/pdfjs/web/locale/csb/viewer.properties
2176
%%DATADIR%%/js/pdfjs/web/locale/cy/viewer.properties
2177
%%DATADIR%%/js/pdfjs/web/locale/da/viewer.properties
2178
%%DATADIR%%/js/pdfjs/web/locale/de/viewer.properties
2179
%%DATADIR%%/js/pdfjs/web/locale/el/viewer.properties
2180
%%DATADIR%%/js/pdfjs/web/locale/en-GB/viewer.properties
2181
%%DATADIR%%/js/pdfjs/web/locale/en-US/viewer.properties
2182
%%DATADIR%%/js/pdfjs/web/locale/en-ZA/viewer.properties
2183
%%DATADIR%%/js/pdfjs/web/locale/eo/viewer.properties
2184
%%DATADIR%%/js/pdfjs/web/locale/es-AR/viewer.properties
2185
%%DATADIR%%/js/pdfjs/web/locale/es-CL/viewer.properties
2186
%%DATADIR%%/js/pdfjs/web/locale/es-ES/viewer.properties
2187
%%DATADIR%%/js/pdfjs/web/locale/es-MX/viewer.properties
2188
%%DATADIR%%/js/pdfjs/web/locale/et/viewer.properties
2189
%%DATADIR%%/js/pdfjs/web/locale/eu/viewer.properties
2190
%%DATADIR%%/js/pdfjs/web/locale/fa/viewer.properties
2191
%%DATADIR%%/js/pdfjs/web/locale/ff/viewer.properties
2192
%%DATADIR%%/js/pdfjs/web/locale/fi/viewer.properties
2193
%%DATADIR%%/js/pdfjs/web/locale/fr/viewer.properties
2194
%%DATADIR%%/js/pdfjs/web/locale/fy-NL/viewer.properties
2195
%%DATADIR%%/js/pdfjs/web/locale/ga-IE/viewer.properties
2196
%%DATADIR%%/js/pdfjs/web/locale/gd/viewer.properties
2197
%%DATADIR%%/js/pdfjs/web/locale/gl/viewer.properties
2198
%%DATADIR%%/js/pdfjs/web/locale/gu-IN/viewer.properties
2199
%%DATADIR%%/js/pdfjs/web/locale/he/viewer.properties
2200
%%DATADIR%%/js/pdfjs/web/locale/hi-IN/viewer.properties
2201
%%DATADIR%%/js/pdfjs/web/locale/hr/viewer.properties
2202
%%DATADIR%%/js/pdfjs/web/locale/hu/viewer.properties
2203
%%DATADIR%%/js/pdfjs/web/locale/hy-AM/viewer.properties
2204
%%DATADIR%%/js/pdfjs/web/locale/id/viewer.properties
2205
%%DATADIR%%/js/pdfjs/web/locale/is/viewer.properties
2206
%%DATADIR%%/js/pdfjs/web/locale/it/viewer.properties
2207
%%DATADIR%%/js/pdfjs/web/locale/ja/viewer.properties
2208
%%DATADIR%%/js/pdfjs/web/locale/ka/viewer.properties
2209
%%DATADIR%%/js/pdfjs/web/locale/kk/viewer.properties
2210
%%DATADIR%%/js/pdfjs/web/locale/km/viewer.properties
2211
%%DATADIR%%/js/pdfjs/web/locale/kn/viewer.properties
2212
%%DATADIR%%/js/pdfjs/web/locale/ko/viewer.properties
2213
%%DATADIR%%/js/pdfjs/web/locale/ku/viewer.properties
2214
%%DATADIR%%/js/pdfjs/web/locale/lg/viewer.properties
2215
%%DATADIR%%/js/pdfjs/web/locale/lij/viewer.properties
2216
%%DATADIR%%/js/pdfjs/web/locale/locale.properties
2217
%%DATADIR%%/js/pdfjs/web/locale/lt/viewer.properties
2218
%%DATADIR%%/js/pdfjs/web/locale/lv/viewer.properties
2219
%%DATADIR%%/js/pdfjs/web/locale/mai/viewer.properties
2220
%%DATADIR%%/js/pdfjs/web/locale/mk/viewer.properties
2221
%%DATADIR%%/js/pdfjs/web/locale/ml/viewer.properties
2222
%%DATADIR%%/js/pdfjs/web/locale/mn/viewer.properties
2223
%%DATADIR%%/js/pdfjs/web/locale/mr/viewer.properties
2224
%%DATADIR%%/js/pdfjs/web/locale/ms/viewer.properties
2225
%%DATADIR%%/js/pdfjs/web/locale/my/viewer.properties
2226
%%DATADIR%%/js/pdfjs/web/locale/nb-NO/viewer.properties
2227
%%DATADIR%%/js/pdfjs/web/locale/nl/viewer.properties
2228
%%DATADIR%%/js/pdfjs/web/locale/nn-NO/viewer.properties
2229
%%DATADIR%%/js/pdfjs/web/locale/nso/viewer.properties
2230
%%DATADIR%%/js/pdfjs/web/locale/oc/viewer.properties
2231
%%DATADIR%%/js/pdfjs/web/locale/or/viewer.properties
2232
%%DATADIR%%/js/pdfjs/web/locale/pa-IN/viewer.properties
2233
%%DATADIR%%/js/pdfjs/web/locale/pl/viewer.properties
2234
%%DATADIR%%/js/pdfjs/web/locale/pt-BR/viewer.properties
2235
%%DATADIR%%/js/pdfjs/web/locale/pt-PT/viewer.properties
2236
%%DATADIR%%/js/pdfjs/web/locale/rm/viewer.properties
2237
%%DATADIR%%/js/pdfjs/web/locale/ro/viewer.properties
2238
%%DATADIR%%/js/pdfjs/web/locale/ru/viewer.properties
2239
%%DATADIR%%/js/pdfjs/web/locale/rw/viewer.properties
2240
%%DATADIR%%/js/pdfjs/web/locale/sah/viewer.properties
2241
%%DATADIR%%/js/pdfjs/web/locale/si/viewer.properties
2242
%%DATADIR%%/js/pdfjs/web/locale/sk/viewer.properties
2243
%%DATADIR%%/js/pdfjs/web/locale/sl/viewer.properties
2244
%%DATADIR%%/js/pdfjs/web/locale/son/viewer.properties
2245
%%DATADIR%%/js/pdfjs/web/locale/sq/viewer.properties
2246
%%DATADIR%%/js/pdfjs/web/locale/sr/viewer.properties
2247
%%DATADIR%%/js/pdfjs/web/locale/sv-SE/viewer.properties
2248
%%DATADIR%%/js/pdfjs/web/locale/sw/viewer.properties
2249
%%DATADIR%%/js/pdfjs/web/locale/ta-LK/viewer.properties
2250
%%DATADIR%%/js/pdfjs/web/locale/ta/viewer.properties
2251
%%DATADIR%%/js/pdfjs/web/locale/te/viewer.properties
2252
%%DATADIR%%/js/pdfjs/web/locale/th/viewer.properties
2253
%%DATADIR%%/js/pdfjs/web/locale/tl/viewer.properties
2254
%%DATADIR%%/js/pdfjs/web/locale/tn/viewer.properties
2255
%%DATADIR%%/js/pdfjs/web/locale/tr/viewer.properties
2256
%%DATADIR%%/js/pdfjs/web/locale/uk/viewer.properties
2257
%%DATADIR%%/js/pdfjs/web/locale/ur/viewer.properties
2258
%%DATADIR%%/js/pdfjs/web/locale/vi/viewer.properties
2259
%%DATADIR%%/js/pdfjs/web/locale/wo/viewer.properties
2260
%%DATADIR%%/js/pdfjs/web/locale/xh/viewer.properties
2261
%%DATADIR%%/js/pdfjs/web/locale/zh-CN/viewer.properties
2262
%%DATADIR%%/js/pdfjs/web/locale/zh-TW/viewer.properties
2263
%%DATADIR%%/js/pdfjs/web/locale/zu/viewer.properties
2264
%%DATADIR%%/js/pdfjs/web/viewer.css
2265
%%DATADIR%%/js/pdfjs/web/viewer.html
2266
%%DATADIR%%/js/pdfjs/web/viewer.js
1888
%%DATADIR%%/lng/qmc2_de.qm
2267
%%DATADIR%%/lng/qmc2_de.qm
1889
%%DATADIR%%/lng/qmc2_de.ts
2268
%%DATADIR%%/lng/qmc2_de.ts
1890
%%DATADIR%%/lng/qmc2_el.qm
2269
%%DATADIR%%/lng/qmc2_el.qm
Lines 1899-1904 share/applications/qmc2.desktop Link Here
1899
%%DATADIR%%/lng/qmc2_pl.ts
2278
%%DATADIR%%/lng/qmc2_pl.ts
1900
%%DATADIR%%/lng/qmc2_pt.qm
2279
%%DATADIR%%/lng/qmc2_pt.qm
1901
%%DATADIR%%/lng/qmc2_pt.ts
2280
%%DATADIR%%/lng/qmc2_pt.ts
2281
%%DATADIR%%/lng/qmc2_pt_BR.qm
2282
%%DATADIR%%/lng/qmc2_pt_BR.ts
1902
%%DATADIR%%/lng/qmc2_ro.qm
2283
%%DATADIR%%/lng/qmc2_ro.qm
1903
%%DATADIR%%/lng/qmc2_ro.ts
2284
%%DATADIR%%/lng/qmc2_ro.ts
1904
%%DATADIR%%/lng/qmc2_sv.qm
2285
%%DATADIR%%/lng/qmc2_sv.qm
Lines 1907-1910 share/applications/qmc2.desktop Link Here
1907
%%DATADIR%%/lng/qmc2_us.ts
2288
%%DATADIR%%/lng/qmc2_us.ts
1908
%%DATADIR%%/opt/MAME/template.xml
2289
%%DATADIR%%/opt/MAME/template.xml
1909
%%DATADIR%%/opt/SDLMAME/template-SDL2.xml
2290
%%DATADIR%%/opt/SDLMAME/template-SDL2.xml
2291
%%DATADIR%%/swn/Shideravan Software Template.html
2292
%%DATADIR%%/swn/template.html
1910
@sample %%ETCDIR%%/qmc2.ini.sample
2293
@sample %%ETCDIR%%/qmc2.ini.sample
1911
- 

Return to bug 275324