Switch www/mozilla-firefox to www/mozilla MODULE. Makefile is now much
more sane : 31 insertions(+), 141 deletions(-) Switch pkg/PLIST to MOZILLA_PROJECT, and correctly patch config/autoconf.mk.in.
This commit is contained in:
parent
01a7cb2f80
commit
fd01387962
@ -1,29 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.141 2010/07/01 20:32:10 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.142 2010/07/09 15:43:54 landry Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
|
||||
|
||||
COMMENT= redesign of Mozilla's browser component
|
||||
COMMENT = Mozilla web browser
|
||||
|
||||
# Don't forget to bump www/firefox-i18n after updates.
|
||||
MOZILLA_VERSION = 3.6.6
|
||||
MOZILLA_BRANCH = 1.9.2
|
||||
MOZILLA_PROJECT = mozilla-firefox
|
||||
MOZILLA_CODENAME = browser
|
||||
|
||||
VER= 3.6.6
|
||||
DISTNAME= mozilla-1.9.2
|
||||
PKGNAME= mozilla-firefox-${VER}
|
||||
SO_VERSION= 22.0
|
||||
PKGNAME = ${MOZILLA_PROJECT}-${MOZILLA_VERSION}p0
|
||||
SO_VERSION = 22.0
|
||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||
# components dir to avoid pkg_add -r issues.
|
||||
.for _lib in browsercomps browserdirprovider imgicon mozjs \
|
||||
xpcom xul nullplugin unixprintplugin
|
||||
SHARED_LIBS+= ${_lib} ${SO_VERSION}
|
||||
.endfor
|
||||
MOZILLA_LIBS = browsercomps browserdirprovider imgicon mozjs \
|
||||
xpcom xul nullplugin unixprintplugin
|
||||
|
||||
CATEGORIES= www
|
||||
|
||||
FLAVORS= debug
|
||||
FLAVOR?=
|
||||
|
||||
HOMEPAGE= http://www.mozilla.org/projects/firefox/
|
||||
CATEGORIES = www
|
||||
|
||||
# mozilla public license
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -31,140 +23,38 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${VER}/source/
|
||||
DISTFILES= firefox-${VER}.source.tar.bz2
|
||||
# needed for convert xpm icon to png
|
||||
BUILD_DEPENDS += ::graphics/netpbm
|
||||
|
||||
MODULES= devel/gettext lang/python
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
BUILD_DEPENDS= :libIDL-*:devel/libIDL \
|
||||
::graphics/netpbm \
|
||||
:zip->=2.3:archivers/zip
|
||||
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
|
||||
nspr4.>=21,plc4.>=21,plds4.>=21:nspr->=4.8:devel/nspr \
|
||||
nss3.>=25,smime3.>=25,softokn3.>=25,ssl3.>=25:nss->=3.12.6:security/nss \
|
||||
sqlite3.>=13.3:sqlite3->=3.6.16:databases/sqlite3
|
||||
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi \
|
||||
Xinerama Xrandr Xrender Xt atk-1.0 c cairo expat fontconfig \
|
||||
freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 \
|
||||
gthread-2.0 jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
||||
pixman-1 png pthread pthread-stubs sndio stdc++ xcb \
|
||||
xcb-render xcb-render-util z
|
||||
# lots of logic in mozilla.port.mk
|
||||
MODULES = www/mozilla devel/gettext lang/python
|
||||
|
||||
VMEM_WARNING= Yes
|
||||
MODPY_RUNDEP = No
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
USE_X11 = Yes
|
||||
# Regression tests are too hard to adapt to run here
|
||||
NO_REGRESS= Yes
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/build/autoconf \
|
||||
${WRKSRC}/js/src/build/autoconf
|
||||
|
||||
AUTOCONF_VERSION= 2.13
|
||||
CONFIGURE_STYLE= autoconf no-autoheader
|
||||
CONFIGURE_ARGS= --with-system-jpeg=${LOCALBASE} \
|
||||
--with-system-zlib=/usr/lib \
|
||||
--with-system-nspr \
|
||||
--with-system-nss \
|
||||
--with-pthreads \
|
||||
--enable-xft \
|
||||
--disable-optimize \
|
||||
--enable-default-toolkit=cairo-gtk2 \
|
||||
--disable-debug \
|
||||
--disable-tests \
|
||||
--disable-freetypetest \
|
||||
--disable-mochitest \
|
||||
--disable-libIDLtest \
|
||||
--disable-glibtest \
|
||||
--disable-pedantic \
|
||||
--disable-installer \
|
||||
--disable-updater \
|
||||
--disable-gnomeui \
|
||||
--disable-gnomevfs \
|
||||
--disable-dbus \
|
||||
--disable-ipc \
|
||||
--enable-xinerama \
|
||||
--enable-svg \
|
||||
--enable-svg-renderer=cairo \
|
||||
--enable-system-cairo \
|
||||
--enable-system-sqlite \
|
||||
--enable-canvas \
|
||||
--disable-crashreporter \
|
||||
--disable-libnotify \
|
||||
--disable-necko-wifi \
|
||||
--enable-official-branding
|
||||
NO_REGRESS = Yes
|
||||
|
||||
CONFIGURE_STYLE = autoconf no-autoheader
|
||||
CONFIGURE_ARGS += --enable-official-branding
|
||||
CONFIGURE_ARGS += --enable-system-sqlite
|
||||
LIB_DEPENDS += :sqlite3->=3.6.16:databases/sqlite3
|
||||
WANTLIB += sqlite3.>=13.3
|
||||
# --with-system-png=${LOCALBASE}
|
||||
# no system png : apng support not bundled in
|
||||
|
||||
# from browser/config/mozconfig
|
||||
CONFIGURE_ARGS+=--enable-application=browser
|
||||
MOZILLA_DATADIRS = chrome components defaults dictionaries extensions \
|
||||
greprefs icons modules plugins res searchplugins
|
||||
|
||||
.if ${FLAVOR:L:Mdebug}
|
||||
CONFIGURE_ARGS+=--enable-debug
|
||||
.endif
|
||||
MOZILLA_AUTOCONF_DIRS += js/src
|
||||
MOZILLA_SUBST_FILES += config/autoconf.mk.in
|
||||
|
||||
MAKE_ENV= MOZ_CO_PROJECT=browser \
|
||||
LD_LIBRARY_PATH="${WRKSRC}/dist/bin" \
|
||||
BUILD_OFFICIAL=1 \
|
||||
MOZILLA_OFFICIAL=1 \
|
||||
NSS_ENABLE_ECC=1 \
|
||||
NSS_USE_SYSTEM_SQLITE=1 \
|
||||
SO_VERSION="${SO_VERSION}"
|
||||
CONFIGURE_ENV= ${MAKE_ENV} \
|
||||
MOZ_ENABLE_COREXFONTS=1 \
|
||||
topsrcdir=${WRKSRC}
|
||||
|
||||
MODPY_RUNDEP= No
|
||||
|
||||
MOB= ${WRKSRC}/dist/bin
|
||||
DIRECTORY= mozilla-firefox
|
||||
MOZ= ${PREFIX}/${DIRECTORY}
|
||||
|
||||
DATADIRS= chrome components defaults dictionaries extensions \
|
||||
greprefs icons modules plugins res searchplugins
|
||||
|
||||
SUBST_VARS+= VER DIRECTORY
|
||||
|
||||
post-extract:
|
||||
@find ${WRKSRC} -name "*.orig" -exec rm -f {} \;
|
||||
@cp -f ${FILESDIR}/nsSound.cpp ${WRKSRC}/widget/src/gtk2/
|
||||
@cp -f ${FILESDIR}/sydney_audio_sndio.c \
|
||||
${WRKSRC}/media/libsydneyaudio/src/
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC}/js/src && ${SETENV} ${AUTOCONF_ENV} ${AUTOCONF}
|
||||
${SUBST_CMD} ${WRKSRC}/xpcom/io/nsAppFileLocationProvider.cpp \
|
||||
${WRKSRC}/config/autoconf.mk.in \
|
||||
${WRKSRC}/build/unix/mozilla.in \
|
||||
${WRKSRC}/extensions/spellcheck/hunspell/src/mozHunspell.cpp \
|
||||
${WRKSRC}/js/src/xpconnect/shell/Makefile.in \
|
||||
${WRKSRC}/toolkit/xre/nsXREDirProvider.cpp
|
||||
|
||||
do-install:
|
||||
cd ${MOB} && \
|
||||
find ${DATADIRS} -type d \
|
||||
-exec ${INSTALL_DATA_DIR} ${MOZ}/{} \; && \
|
||||
find ${DATADIRS} ! -type d \
|
||||
-exec ${INSTALL_DATA} -m 644 {} ${MOZ}/{} \;
|
||||
${INSTALL_DATA} ${FILESDIR}/README.OpenBSD \
|
||||
${FILESDIR}/browserconfig.properties ${MOB}/*.so.${SO_VERSION} \
|
||||
${MOB}/LICENSE ${MOB}/application.ini ${MOB}/blocklist.xml \
|
||||
${MOB}/platform.ini ${MOZ}
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
|
||||
${INSTALL_DATA} ${FILESDIR}/firefox.desktop ${PREFIX}/share/applications
|
||||
${INSTALL_MAN} ${FILESDIR}/mozilla-firefox.1 ${PREFIX}/man/man1
|
||||
${SUBST_CMD} ${MOZ}/README.OpenBSD ${PREFIX}/man/man1/mozilla-firefox.1 \
|
||||
${PREFIX}/share/applications/firefox.desktop
|
||||
rm -f ${MOZ}/README.OpenBSD.beforesubst \
|
||||
${PREFIX}/man/man1/mozilla-firefox.1.beforesubst \
|
||||
${PREFIX}/share/applications/firefox.desktop.beforesubst
|
||||
post-install:
|
||||
${INSTALL_DATA} ${FILESDIR}/browserconfig.properties ${MOB}/LICENSE ${MOB}/blocklist.xml ${MOZ}
|
||||
${SUBST_CMD} -o ${SHAREOWN} -g ${SHAREGRP} -c ${FILESDIR}/mozilla-firefox.1 \
|
||||
${PREFIX}/man/man1/mozilla-firefox.1
|
||||
ln -f ${PREFIX}/man/man1/mozilla-firefox.1 ${PREFIX}/man/man1/firefox.1
|
||||
${INSTALL_SCRIPT} ${MOB}/firefox ${PREFIX}/bin
|
||||
ln -f ${PREFIX}/bin/firefox ${PREFIX}/bin/mozilla-firefox
|
||||
${INSTALL_SCRIPT} ${MOB}/run-mozilla.sh ${MOZ}
|
||||
${INSTALL_PROGRAM} ${MOB}/firefox-bin ${MOB}/mozilla-xremote-client \
|
||||
${MOB}/regxpcom ${MOZ}
|
||||
ln -f ${MOZ}/firefox-bin ${MOZ}/mozilla-firefox-bin
|
||||
# create an xpm icon from the png one as nsWindow::SetWindowIconList
|
||||
# fails to load png icons : confuses the png pixbuf loader from gtk, which
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-config_autoconf_mk_in,v 1.8 2010/06/12 15:00:12 landry Exp $
|
||||
$OpenBSD: patch-config_autoconf_mk_in,v 1.9 2010/07/09 15:43:54 landry Exp $
|
||||
--- config/autoconf.mk.in.orig Wed Jan 6 05:35:11 2010
|
||||
+++ config/autoconf.mk.in Sun Jan 10 17:47:23 2010
|
||||
@@ -58,14 +58,14 @@ MOZ_PKG_SPECIAL = @MOZ_PKG_SPECIAL@
|
||||
@ -6,17 +6,17 @@ $OpenBSD: patch-config_autoconf_mk_in,v 1.8 2010/06/12 15:00:12 landry Exp $
|
||||
exec_prefix = @exec_prefix@
|
||||
bindir = @bindir@
|
||||
-includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
||||
+includedir = $(prefix)/${DIRECTORY}/include
|
||||
+includedir = $(prefix)/${MOZILLA_PROJECT}/include
|
||||
libdir = @libdir@
|
||||
datadir = @datadir@
|
||||
mandir = @mandir@
|
||||
-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
||||
+idldir = $(prefix)/${DIRECTORY}/idl
|
||||
+idldir = $(prefix)/${MOZILLA_PROJECT}/idl
|
||||
|
||||
-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
||||
-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
|
||||
+installdir = $(prefix)/${DIRECTORY}
|
||||
+sdkdir = $(prefix)/${DIRECTORY}
|
||||
+installdir = $(prefix)/${MOZILLA_PROJECT}
|
||||
+sdkdir = $(prefix)/${MOZILLA_PROJECT}
|
||||
|
||||
DIST = $(DEPTH)/dist
|
||||
LIBXUL_SDK = @LIBXUL_SDK@
|
||||
|
@ -1,367 +1,367 @@
|
||||
@comment $OpenBSD: PLIST,v 1.28 2010/06/28 21:24:22 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.29 2010/07/09 15:43:54 landry Exp $
|
||||
@conflict firefox3-*
|
||||
@conflict mozilla-firebird-*
|
||||
@pkgpath www/firefox3
|
||||
@pkgpath www/mozilla-firefox,-main
|
||||
bin/firefox
|
||||
bin/mozilla-firefox
|
||||
bin/${MOZILLA_PROJECT}
|
||||
@man man/man1/firefox.1
|
||||
@man man/man1/mozilla-firefox.1
|
||||
mozilla-firefox/
|
||||
mozilla-firefox/LICENSE
|
||||
mozilla-firefox/README.OpenBSD
|
||||
mozilla-firefox/application.ini
|
||||
mozilla-firefox/blocklist.xml
|
||||
mozilla-firefox/browserconfig.properties
|
||||
mozilla-firefox/chrome/
|
||||
mozilla-firefox/chrome/browser.jar
|
||||
mozilla-firefox/chrome/browser.manifest
|
||||
mozilla-firefox/chrome/classic.jar
|
||||
mozilla-firefox/chrome/classic.manifest
|
||||
mozilla-firefox/chrome/comm.jar
|
||||
mozilla-firefox/chrome/comm.manifest
|
||||
mozilla-firefox/chrome/en-US.jar
|
||||
mozilla-firefox/chrome/en-US.manifest
|
||||
mozilla-firefox/chrome/icons/
|
||||
mozilla-firefox/chrome/icons/default/
|
||||
mozilla-firefox/chrome/icons/default/default.xpm
|
||||
mozilla-firefox/chrome/icons/default/default16.png
|
||||
mozilla-firefox/chrome/icons/default/default32.png
|
||||
mozilla-firefox/chrome/icons/default/default48.png
|
||||
mozilla-firefox/chrome/pippki.jar
|
||||
mozilla-firefox/chrome/pippki.manifest
|
||||
mozilla-firefox/chrome/reporter.jar
|
||||
mozilla-firefox/chrome/reporter.manifest
|
||||
mozilla-firefox/chrome/toolkit.jar
|
||||
mozilla-firefox/chrome/toolkit.manifest
|
||||
mozilla-firefox/components/
|
||||
mozilla-firefox/components/FeedConverter.js
|
||||
mozilla-firefox/components/FeedProcessor.js
|
||||
mozilla-firefox/components/FeedWriter.js
|
||||
mozilla-firefox/components/GPSDGeolocationProvider.js
|
||||
mozilla-firefox/components/NetworkGeolocationProvider.js
|
||||
mozilla-firefox/components/WebContentConverter.js
|
||||
mozilla-firefox/components/accessibility.xpt
|
||||
mozilla-firefox/components/alerts.xpt
|
||||
mozilla-firefox/components/appshell.xpt
|
||||
mozilla-firefox/components/appstartup.xpt
|
||||
mozilla-firefox/components/autocomplete.xpt
|
||||
mozilla-firefox/components/autoconfig.xpt
|
||||
mozilla-firefox/components/browser-feeds.xpt
|
||||
mozilla-firefox/components/browsercompsbase.xpt
|
||||
mozilla-firefox/components/browserplaces.xpt
|
||||
mozilla-firefox/components/caps.xpt
|
||||
mozilla-firefox/components/chardet.xpt
|
||||
mozilla-firefox/components/chrome.xpt
|
||||
mozilla-firefox/components/commandhandler.xpt
|
||||
mozilla-firefox/components/commandlines.xpt
|
||||
mozilla-firefox/components/components.list
|
||||
mozilla-firefox/components/composer.xpt
|
||||
mozilla-firefox/components/content_base.xpt
|
||||
mozilla-firefox/components/content_events.xpt
|
||||
mozilla-firefox/components/content_html.xpt
|
||||
mozilla-firefox/components/content_htmldoc.xpt
|
||||
mozilla-firefox/components/content_xmldoc.xpt
|
||||
mozilla-firefox/components/content_xslt.xpt
|
||||
mozilla-firefox/components/content_xtf.xpt
|
||||
mozilla-firefox/components/contentprefs.xpt
|
||||
mozilla-firefox/components/cookie.xpt
|
||||
mozilla-firefox/components/directory.xpt
|
||||
mozilla-firefox/components/docshell.xpt
|
||||
mozilla-firefox/components/dom.xpt
|
||||
mozilla-firefox/components/dom_base.xpt
|
||||
mozilla-firefox/components/dom_canvas.xpt
|
||||
mozilla-firefox/components/dom_core.xpt
|
||||
mozilla-firefox/components/dom_css.xpt
|
||||
mozilla-firefox/components/dom_events.xpt
|
||||
mozilla-firefox/components/dom_geolocation.xpt
|
||||
mozilla-firefox/components/dom_html.xpt
|
||||
mozilla-firefox/components/dom_json.xpt
|
||||
mozilla-firefox/components/dom_loadsave.xpt
|
||||
mozilla-firefox/components/dom_offline.xpt
|
||||
mozilla-firefox/components/dom_range.xpt
|
||||
mozilla-firefox/components/dom_sidebar.xpt
|
||||
mozilla-firefox/components/dom_storage.xpt
|
||||
mozilla-firefox/components/dom_stylesheets.xpt
|
||||
mozilla-firefox/components/dom_svg.xpt
|
||||
mozilla-firefox/components/dom_threads.xpt
|
||||
mozilla-firefox/components/dom_traversal.xpt
|
||||
mozilla-firefox/components/dom_views.xpt
|
||||
mozilla-firefox/components/dom_xbl.xpt
|
||||
mozilla-firefox/components/dom_xpath.xpt
|
||||
mozilla-firefox/components/dom_xul.xpt
|
||||
mozilla-firefox/components/downloads.xpt
|
||||
mozilla-firefox/components/editor.xpt
|
||||
mozilla-firefox/components/embed_base.xpt
|
||||
mozilla-firefox/components/extensions.xpt
|
||||
mozilla-firefox/components/exthandler.xpt
|
||||
mozilla-firefox/components/exthelper.xpt
|
||||
mozilla-firefox/components/fastfind.xpt
|
||||
mozilla-firefox/components/feeds.xpt
|
||||
mozilla-firefox/components/filepicker.xpt
|
||||
mozilla-firefox/components/find.xpt
|
||||
mozilla-firefox/components/fuel.xpt
|
||||
mozilla-firefox/components/fuelApplication.js
|
||||
mozilla-firefox/components/gfx.xpt
|
||||
mozilla-firefox/components/htmlparser.xpt
|
||||
mozilla-firefox/components/imgicon.xpt
|
||||
mozilla-firefox/components/imglib2.xpt
|
||||
mozilla-firefox/components/inspector.xpt
|
||||
mozilla-firefox/components/intl.xpt
|
||||
mozilla-firefox/components/jar.xpt
|
||||
mozilla-firefox/components/jsconsole-clhandler.js
|
||||
mozilla-firefox/components/jsdservice.xpt
|
||||
mozilla-firefox/components/layout_base.xpt
|
||||
mozilla-firefox/components/layout_printing.xpt
|
||||
mozilla-firefox/components/layout_xul.xpt
|
||||
mozilla-firefox/components/layout_xul_tree.xpt
|
||||
@lib mozilla-firefox/components/libbrowsercomps.so.${LIBbrowsercomps_VERSION}
|
||||
@lib mozilla-firefox/components/libbrowserdirprovider.so.${LIBbrowserdirprovider_VERSION}
|
||||
@lib mozilla-firefox/components/libimgicon.so.${LIBimgicon_VERSION}
|
||||
mozilla-firefox/components/locale.xpt
|
||||
mozilla-firefox/components/loginmgr.xpt
|
||||
mozilla-firefox/components/lwbrk.xpt
|
||||
mozilla-firefox/components/microsummaries.xpt
|
||||
mozilla-firefox/components/migration.xpt
|
||||
mozilla-firefox/components/mimetype.xpt
|
||||
mozilla-firefox/components/mozbrwsr.xpt
|
||||
mozilla-firefox/components/mozfind.xpt
|
||||
mozilla-firefox/components/necko.xpt
|
||||
mozilla-firefox/components/necko_about.xpt
|
||||
mozilla-firefox/components/necko_cache.xpt
|
||||
mozilla-firefox/components/necko_cookie.xpt
|
||||
mozilla-firefox/components/necko_dns.xpt
|
||||
mozilla-firefox/components/necko_file.xpt
|
||||
mozilla-firefox/components/necko_ftp.xpt
|
||||
mozilla-firefox/components/necko_http.xpt
|
||||
mozilla-firefox/components/necko_res.xpt
|
||||
mozilla-firefox/components/necko_socket.xpt
|
||||
mozilla-firefox/components/necko_strconv.xpt
|
||||
mozilla-firefox/components/necko_viewsource.xpt
|
||||
mozilla-firefox/components/nsAddonRepository.js
|
||||
mozilla-firefox/components/nsBadCertHandler.js
|
||||
mozilla-firefox/components/nsBlocklistService.js
|
||||
mozilla-firefox/components/nsBrowserContentHandler.js
|
||||
mozilla-firefox/components/nsBrowserGlue.js
|
||||
mozilla-firefox/components/nsContentDispatchChooser.js
|
||||
mozilla-firefox/components/nsContentPrefService.js
|
||||
mozilla-firefox/components/nsDefaultCLH.js
|
||||
mozilla-firefox/components/nsDownloadManagerUI.js
|
||||
mozilla-firefox/components/nsExtensionManager.js
|
||||
mozilla-firefox/components/nsFilePicker.js
|
||||
mozilla-firefox/components/nsFormAutoComplete.js
|
||||
mozilla-firefox/components/nsHandlerService.js
|
||||
mozilla-firefox/components/nsHelperAppDlg.js
|
||||
mozilla-firefox/components/nsINIProcessor.js
|
||||
mozilla-firefox/components/nsLivemarkService.js
|
||||
mozilla-firefox/components/nsLoginInfo.js
|
||||
mozilla-firefox/components/nsLoginManager.js
|
||||
mozilla-firefox/components/nsLoginManagerPrompter.js
|
||||
mozilla-firefox/components/nsMicrosummaryService.js
|
||||
mozilla-firefox/components/nsPlacesAutoComplete.js
|
||||
mozilla-firefox/components/nsPlacesDBFlush.js
|
||||
mozilla-firefox/components/nsPlacesTransactionsService.js
|
||||
mozilla-firefox/components/nsPrivateBrowsingService.js
|
||||
mozilla-firefox/components/nsProgressDialog.js
|
||||
mozilla-firefox/components/nsProxyAutoConfig.js
|
||||
mozilla-firefox/components/nsSafebrowsingApplication.js
|
||||
mozilla-firefox/components/nsSearchService.js
|
||||
mozilla-firefox/components/nsSearchSuggestions.js
|
||||
mozilla-firefox/components/nsSessionStartup.js
|
||||
mozilla-firefox/components/nsSessionStore.js
|
||||
mozilla-firefox/components/nsSetDefaultBrowser.js
|
||||
mozilla-firefox/components/nsSidebar.js
|
||||
mozilla-firefox/components/nsTaggingService.js
|
||||
mozilla-firefox/components/nsTryToClose.js
|
||||
mozilla-firefox/components/nsURLFormatter.js
|
||||
mozilla-firefox/components/nsUpdateTimerManager.js
|
||||
mozilla-firefox/components/nsUrlClassifierLib.js
|
||||
mozilla-firefox/components/nsUrlClassifierListManager.js
|
||||
mozilla-firefox/components/nsWebHandlerApp.js
|
||||
mozilla-firefox/components/parentalcontrols.xpt
|
||||
mozilla-firefox/components/pipboot.xpt
|
||||
mozilla-firefox/components/pipnss.xpt
|
||||
mozilla-firefox/components/pippki.xpt
|
||||
mozilla-firefox/components/places.xpt
|
||||
mozilla-firefox/components/plugin.xpt
|
||||
mozilla-firefox/components/pluginGlue.js
|
||||
mozilla-firefox/components/pref.xpt
|
||||
mozilla-firefox/components/prefetch.xpt
|
||||
mozilla-firefox/components/profile.xpt
|
||||
mozilla-firefox/components/proxyObjInst.xpt
|
||||
mozilla-firefox/components/rdf.xpt
|
||||
mozilla-firefox/components/satchel.xpt
|
||||
mozilla-firefox/components/saxparser.xpt
|
||||
mozilla-firefox/components/sessionstore.xpt
|
||||
mozilla-firefox/components/shellservice.xpt
|
||||
mozilla-firefox/components/shistory.xpt
|
||||
mozilla-firefox/components/spellchecker.xpt
|
||||
mozilla-firefox/components/storage-Legacy.js
|
||||
mozilla-firefox/components/storage-mozStorage.js
|
||||
mozilla-firefox/components/storage.xpt
|
||||
mozilla-firefox/components/toolkitprofile.xpt
|
||||
mozilla-firefox/components/toolkitremote.xpt
|
||||
mozilla-firefox/components/toolkitsearch.xpt
|
||||
mozilla-firefox/components/txEXSLTRegExFunctions.js
|
||||
mozilla-firefox/components/txmgr.xpt
|
||||
mozilla-firefox/components/txtsvc.xpt
|
||||
mozilla-firefox/components/uconv.xpt
|
||||
mozilla-firefox/components/unicharutil.xpt
|
||||
mozilla-firefox/components/update.xpt
|
||||
mozilla-firefox/components/uriloader.xpt
|
||||
mozilla-firefox/components/url-classifier.xpt
|
||||
mozilla-firefox/components/urlformatter.xpt
|
||||
mozilla-firefox/components/webBrowser_core.xpt
|
||||
mozilla-firefox/components/webbrowserpersist.xpt
|
||||
mozilla-firefox/components/webshell_idls.xpt
|
||||
mozilla-firefox/components/widget.xpt
|
||||
mozilla-firefox/components/windowds.xpt
|
||||
mozilla-firefox/components/windowwatcher.xpt
|
||||
mozilla-firefox/components/xpcom_base.xpt
|
||||
mozilla-firefox/components/xpcom_components.xpt
|
||||
mozilla-firefox/components/xpcom_ds.xpt
|
||||
mozilla-firefox/components/xpcom_io.xpt
|
||||
mozilla-firefox/components/xpcom_system.xpt
|
||||
mozilla-firefox/components/xpcom_threads.xpt
|
||||
mozilla-firefox/components/xpcom_xpti.xpt
|
||||
mozilla-firefox/components/xpconnect.xpt
|
||||
mozilla-firefox/components/xpinstall.xpt
|
||||
mozilla-firefox/components/xulapp.xpt
|
||||
mozilla-firefox/components/xuldoc.xpt
|
||||
mozilla-firefox/components/xultmpl.xpt
|
||||
mozilla-firefox/components/zipwriter.xpt
|
||||
mozilla-firefox/defaults/
|
||||
mozilla-firefox/defaults/autoconfig/
|
||||
mozilla-firefox/defaults/autoconfig/platform.js
|
||||
mozilla-firefox/defaults/autoconfig/prefcalls.js
|
||||
mozilla-firefox/defaults/pref/
|
||||
mozilla-firefox/defaults/pref/channel-prefs.js
|
||||
mozilla-firefox/defaults/pref/firefox-branding.js
|
||||
mozilla-firefox/defaults/pref/firefox-l10n.js
|
||||
mozilla-firefox/defaults/pref/firefox.js
|
||||
mozilla-firefox/defaults/pref/reporter.js
|
||||
mozilla-firefox/defaults/profile/
|
||||
mozilla-firefox/defaults/profile/bookmarks.html
|
||||
mozilla-firefox/defaults/profile/chrome/
|
||||
mozilla-firefox/defaults/profile/chrome/userChrome-example.css
|
||||
mozilla-firefox/defaults/profile/chrome/userContent-example.css
|
||||
mozilla-firefox/defaults/profile/localstore.rdf
|
||||
mozilla-firefox/defaults/profile/mimeTypes.rdf
|
||||
mozilla-firefox/defaults/profile/prefs.js
|
||||
mozilla-firefox/dictionaries/
|
||||
mozilla-firefox/dictionaries/en-US.aff
|
||||
mozilla-firefox/dictionaries/en-US.dic
|
||||
mozilla-firefox/extensions/
|
||||
mozilla-firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/
|
||||
mozilla-firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png
|
||||
mozilla-firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
|
||||
mozilla-firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png
|
||||
@bin mozilla-firefox/firefox-bin
|
||||
mozilla-firefox/greprefs/
|
||||
mozilla-firefox/greprefs/all.js
|
||||
mozilla-firefox/greprefs/security-prefs.js
|
||||
mozilla-firefox/greprefs/xpinstall.js
|
||||
mozilla-firefox/icons/
|
||||
mozilla-firefox/icons/document.png
|
||||
mozilla-firefox/icons/mozicon128.png
|
||||
@lib mozilla-firefox/libmozjs.so.${LIBmozjs_VERSION}
|
||||
@lib mozilla-firefox/libxpcom.so.${LIBxpcom_VERSION}
|
||||
@lib mozilla-firefox/libxul.so.${LIBxul_VERSION}
|
||||
mozilla-firefox/modules/
|
||||
mozilla-firefox/modules/CertUtils.jsm
|
||||
mozilla-firefox/modules/DownloadLastDir.jsm
|
||||
mozilla-firefox/modules/DownloadUtils.jsm
|
||||
mozilla-firefox/modules/FileUtils.jsm
|
||||
mozilla-firefox/modules/ISO8601DateUtils.jsm
|
||||
mozilla-firefox/modules/LightweightThemeConsumer.jsm
|
||||
mozilla-firefox/modules/LightweightThemeManager.jsm
|
||||
mozilla-firefox/modules/Microformats.js
|
||||
mozilla-firefox/modules/NetUtil.jsm
|
||||
mozilla-firefox/modules/NetworkPrioritizer.jsm
|
||||
mozilla-firefox/modules/PlacesDBUtils.jsm
|
||||
mozilla-firefox/modules/PluralForm.jsm
|
||||
mozilla-firefox/modules/SpatialNavigation.js
|
||||
mozilla-firefox/modules/WindowDraggingUtils.jsm
|
||||
mozilla-firefox/modules/XPCOMUtils.jsm
|
||||
mozilla-firefox/modules/ctypes.jsm
|
||||
mozilla-firefox/modules/debug.js
|
||||
mozilla-firefox/modules/distribution.js
|
||||
mozilla-firefox/modules/openLocationLastURL.jsm
|
||||
mozilla-firefox/modules/utils.js
|
||||
@bin mozilla-firefox/mozilla-firefox-bin
|
||||
@bin mozilla-firefox/mozilla-xremote-client
|
||||
mozilla-firefox/platform.ini
|
||||
mozilla-firefox/plugins/
|
||||
@lib mozilla-firefox/plugins/libnullplugin.so.${LIBnullplugin_VERSION}
|
||||
@lib mozilla-firefox/plugins/libunixprintplugin.so.${LIBunixprintplugin_VERSION}
|
||||
@bin mozilla-firefox/regxpcom
|
||||
mozilla-firefox/res/
|
||||
mozilla-firefox/res/EditorOverride.css
|
||||
mozilla-firefox/res/arrow.gif
|
||||
mozilla-firefox/res/arrowd.gif
|
||||
mozilla-firefox/res/broken-image.png
|
||||
mozilla-firefox/res/charsetData.properties
|
||||
mozilla-firefox/res/charsetalias.properties
|
||||
mozilla-firefox/res/contenteditable.css
|
||||
mozilla-firefox/res/designmode.css
|
||||
mozilla-firefox/res/dtd/
|
||||
mozilla-firefox/res/dtd/mathml.dtd
|
||||
mozilla-firefox/res/dtd/xhtml11.dtd
|
||||
mozilla-firefox/res/entityTables/
|
||||
mozilla-firefox/res/entityTables/html40Latin1.properties
|
||||
mozilla-firefox/res/entityTables/html40Special.properties
|
||||
mozilla-firefox/res/entityTables/html40Symbols.properties
|
||||
mozilla-firefox/res/entityTables/htmlEntityVersions.properties
|
||||
mozilla-firefox/res/entityTables/mathml20.properties
|
||||
mozilla-firefox/res/entityTables/transliterate.properties
|
||||
mozilla-firefox/res/fonts/
|
||||
mozilla-firefox/res/fonts/mathfont.properties
|
||||
mozilla-firefox/res/fonts/mathfontSTIXNonUnicode.properties
|
||||
mozilla-firefox/res/fonts/mathfontSTIXSize1.properties
|
||||
mozilla-firefox/res/fonts/mathfontStandardSymbolsL.properties
|
||||
mozilla-firefox/res/fonts/mathfontUnicode.properties
|
||||
mozilla-firefox/res/forms.css
|
||||
mozilla-firefox/res/grabber.gif
|
||||
mozilla-firefox/res/hiddenWindow.html
|
||||
mozilla-firefox/res/html/
|
||||
mozilla-firefox/res/html.css
|
||||
mozilla-firefox/res/html/folder.png
|
||||
mozilla-firefox/res/langGroups.properties
|
||||
mozilla-firefox/res/language.properties
|
||||
mozilla-firefox/res/loading-image.png
|
||||
mozilla-firefox/res/mathml.css
|
||||
mozilla-firefox/res/quirk.css
|
||||
mozilla-firefox/res/svg.css
|
||||
mozilla-firefox/res/table-add-column-after-active.gif
|
||||
mozilla-firefox/res/table-add-column-after-hover.gif
|
||||
mozilla-firefox/res/table-add-column-after.gif
|
||||
mozilla-firefox/res/table-add-column-before-active.gif
|
||||
mozilla-firefox/res/table-add-column-before-hover.gif
|
||||
mozilla-firefox/res/table-add-column-before.gif
|
||||
mozilla-firefox/res/table-add-row-after-active.gif
|
||||
mozilla-firefox/res/table-add-row-after-hover.gif
|
||||
mozilla-firefox/res/table-add-row-after.gif
|
||||
mozilla-firefox/res/table-add-row-before-active.gif
|
||||
mozilla-firefox/res/table-add-row-before-hover.gif
|
||||
mozilla-firefox/res/table-add-row-before.gif
|
||||
mozilla-firefox/res/table-remove-column-active.gif
|
||||
mozilla-firefox/res/table-remove-column-hover.gif
|
||||
mozilla-firefox/res/table-remove-column.gif
|
||||
mozilla-firefox/res/table-remove-row-active.gif
|
||||
mozilla-firefox/res/table-remove-row-hover.gif
|
||||
mozilla-firefox/res/table-remove-row.gif
|
||||
mozilla-firefox/res/ua.css
|
||||
mozilla-firefox/res/unixcharset.properties
|
||||
mozilla-firefox/res/viewsource.css
|
||||
mozilla-firefox/run-mozilla.sh
|
||||
mozilla-firefox/searchplugins/
|
||||
mozilla-firefox/searchplugins/amazondotcom.xml
|
||||
mozilla-firefox/searchplugins/answers.xml
|
||||
mozilla-firefox/searchplugins/creativecommons.xml
|
||||
mozilla-firefox/searchplugins/eBay.xml
|
||||
mozilla-firefox/searchplugins/google.xml
|
||||
mozilla-firefox/searchplugins/wikipedia.xml
|
||||
mozilla-firefox/searchplugins/yahoo.xml
|
||||
@man man/man1/${MOZILLA_PROJECT}.1
|
||||
${MOZILLA_PROJECT}/
|
||||
${MOZILLA_PROJECT}/LICENSE
|
||||
${MOZILLA_PROJECT}/README.OpenBSD
|
||||
${MOZILLA_PROJECT}/application.ini
|
||||
${MOZILLA_PROJECT}/blocklist.xml
|
||||
${MOZILLA_PROJECT}/browserconfig.properties
|
||||
${MOZILLA_PROJECT}/chrome/
|
||||
${MOZILLA_PROJECT}/chrome/browser.jar
|
||||
${MOZILLA_PROJECT}/chrome/browser.manifest
|
||||
${MOZILLA_PROJECT}/chrome/classic.jar
|
||||
${MOZILLA_PROJECT}/chrome/classic.manifest
|
||||
${MOZILLA_PROJECT}/chrome/comm.jar
|
||||
${MOZILLA_PROJECT}/chrome/comm.manifest
|
||||
${MOZILLA_PROJECT}/chrome/en-US.jar
|
||||
${MOZILLA_PROJECT}/chrome/en-US.manifest
|
||||
${MOZILLA_PROJECT}/chrome/icons/
|
||||
${MOZILLA_PROJECT}/chrome/icons/default/
|
||||
${MOZILLA_PROJECT}/chrome/icons/default/default.xpm
|
||||
${MOZILLA_PROJECT}/chrome/icons/default/default16.png
|
||||
${MOZILLA_PROJECT}/chrome/icons/default/default32.png
|
||||
${MOZILLA_PROJECT}/chrome/icons/default/default48.png
|
||||
${MOZILLA_PROJECT}/chrome/pippki.jar
|
||||
${MOZILLA_PROJECT}/chrome/pippki.manifest
|
||||
${MOZILLA_PROJECT}/chrome/reporter.jar
|
||||
${MOZILLA_PROJECT}/chrome/reporter.manifest
|
||||
${MOZILLA_PROJECT}/chrome/toolkit.jar
|
||||
${MOZILLA_PROJECT}/chrome/toolkit.manifest
|
||||
${MOZILLA_PROJECT}/components/
|
||||
${MOZILLA_PROJECT}/components/FeedConverter.js
|
||||
${MOZILLA_PROJECT}/components/FeedProcessor.js
|
||||
${MOZILLA_PROJECT}/components/FeedWriter.js
|
||||
${MOZILLA_PROJECT}/components/GPSDGeolocationProvider.js
|
||||
${MOZILLA_PROJECT}/components/NetworkGeolocationProvider.js
|
||||
${MOZILLA_PROJECT}/components/WebContentConverter.js
|
||||
${MOZILLA_PROJECT}/components/accessibility.xpt
|
||||
${MOZILLA_PROJECT}/components/alerts.xpt
|
||||
${MOZILLA_PROJECT}/components/appshell.xpt
|
||||
${MOZILLA_PROJECT}/components/appstartup.xpt
|
||||
${MOZILLA_PROJECT}/components/autocomplete.xpt
|
||||
${MOZILLA_PROJECT}/components/autoconfig.xpt
|
||||
${MOZILLA_PROJECT}/components/browser-feeds.xpt
|
||||
${MOZILLA_PROJECT}/components/browsercompsbase.xpt
|
||||
${MOZILLA_PROJECT}/components/browserplaces.xpt
|
||||
${MOZILLA_PROJECT}/components/caps.xpt
|
||||
${MOZILLA_PROJECT}/components/chardet.xpt
|
||||
${MOZILLA_PROJECT}/components/chrome.xpt
|
||||
${MOZILLA_PROJECT}/components/commandhandler.xpt
|
||||
${MOZILLA_PROJECT}/components/commandlines.xpt
|
||||
${MOZILLA_PROJECT}/components/components.list
|
||||
${MOZILLA_PROJECT}/components/composer.xpt
|
||||
${MOZILLA_PROJECT}/components/content_base.xpt
|
||||
${MOZILLA_PROJECT}/components/content_events.xpt
|
||||
${MOZILLA_PROJECT}/components/content_html.xpt
|
||||
${MOZILLA_PROJECT}/components/content_htmldoc.xpt
|
||||
${MOZILLA_PROJECT}/components/content_xmldoc.xpt
|
||||
${MOZILLA_PROJECT}/components/content_xslt.xpt
|
||||
${MOZILLA_PROJECT}/components/content_xtf.xpt
|
||||
${MOZILLA_PROJECT}/components/contentprefs.xpt
|
||||
${MOZILLA_PROJECT}/components/cookie.xpt
|
||||
${MOZILLA_PROJECT}/components/directory.xpt
|
||||
${MOZILLA_PROJECT}/components/docshell.xpt
|
||||
${MOZILLA_PROJECT}/components/dom.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_base.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_canvas.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_core.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_css.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_events.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_geolocation.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_html.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_json.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_loadsave.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_offline.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_range.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_sidebar.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_storage.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_stylesheets.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_svg.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_threads.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_traversal.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_views.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_xbl.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_xpath.xpt
|
||||
${MOZILLA_PROJECT}/components/dom_xul.xpt
|
||||
${MOZILLA_PROJECT}/components/downloads.xpt
|
||||
${MOZILLA_PROJECT}/components/editor.xpt
|
||||
${MOZILLA_PROJECT}/components/embed_base.xpt
|
||||
${MOZILLA_PROJECT}/components/extensions.xpt
|
||||
${MOZILLA_PROJECT}/components/exthandler.xpt
|
||||
${MOZILLA_PROJECT}/components/exthelper.xpt
|
||||
${MOZILLA_PROJECT}/components/fastfind.xpt
|
||||
${MOZILLA_PROJECT}/components/feeds.xpt
|
||||
${MOZILLA_PROJECT}/components/filepicker.xpt
|
||||
${MOZILLA_PROJECT}/components/find.xpt
|
||||
${MOZILLA_PROJECT}/components/fuel.xpt
|
||||
${MOZILLA_PROJECT}/components/fuelApplication.js
|
||||
${MOZILLA_PROJECT}/components/gfx.xpt
|
||||
${MOZILLA_PROJECT}/components/htmlparser.xpt
|
||||
${MOZILLA_PROJECT}/components/imgicon.xpt
|
||||
${MOZILLA_PROJECT}/components/imglib2.xpt
|
||||
${MOZILLA_PROJECT}/components/inspector.xpt
|
||||
${MOZILLA_PROJECT}/components/intl.xpt
|
||||
${MOZILLA_PROJECT}/components/jar.xpt
|
||||
${MOZILLA_PROJECT}/components/jsconsole-clhandler.js
|
||||
${MOZILLA_PROJECT}/components/jsdservice.xpt
|
||||
${MOZILLA_PROJECT}/components/layout_base.xpt
|
||||
${MOZILLA_PROJECT}/components/layout_printing.xpt
|
||||
${MOZILLA_PROJECT}/components/layout_xul.xpt
|
||||
${MOZILLA_PROJECT}/components/layout_xul_tree.xpt
|
||||
@lib ${MOZILLA_PROJECT}/components/libbrowsercomps.so.${LIBbrowsercomps_VERSION}
|
||||
@lib ${MOZILLA_PROJECT}/components/libbrowserdirprovider.so.${LIBbrowserdirprovider_VERSION}
|
||||
@lib ${MOZILLA_PROJECT}/components/libimgicon.so.${LIBimgicon_VERSION}
|
||||
${MOZILLA_PROJECT}/components/locale.xpt
|
||||
${MOZILLA_PROJECT}/components/loginmgr.xpt
|
||||
${MOZILLA_PROJECT}/components/lwbrk.xpt
|
||||
${MOZILLA_PROJECT}/components/microsummaries.xpt
|
||||
${MOZILLA_PROJECT}/components/migration.xpt
|
||||
${MOZILLA_PROJECT}/components/mimetype.xpt
|
||||
${MOZILLA_PROJECT}/components/mozbrwsr.xpt
|
||||
${MOZILLA_PROJECT}/components/mozfind.xpt
|
||||
${MOZILLA_PROJECT}/components/necko.xpt
|
||||
${MOZILLA_PROJECT}/components/necko_about.xpt
|
||||
${MOZILLA_PROJECT}/components/necko_cache.xpt
|
||||
${MOZILLA_PROJECT}/components/necko_cookie.xpt
|
||||
${MOZILLA_PROJECT}/components/necko_dns.xpt
|
||||
${MOZILLA_PROJECT}/components/necko_file.xpt
|
||||
${MOZILLA_PROJECT}/components/necko_ftp.xpt
|
||||
${MOZILLA_PROJECT}/components/necko_http.xpt
|
||||
${MOZILLA_PROJECT}/components/necko_res.xpt
|
||||
${MOZILLA_PROJECT}/components/necko_socket.xpt
|
||||
${MOZILLA_PROJECT}/components/necko_strconv.xpt
|
||||
${MOZILLA_PROJECT}/components/necko_viewsource.xpt
|
||||
${MOZILLA_PROJECT}/components/nsAddonRepository.js
|
||||
${MOZILLA_PROJECT}/components/nsBadCertHandler.js
|
||||
${MOZILLA_PROJECT}/components/nsBlocklistService.js
|
||||
${MOZILLA_PROJECT}/components/nsBrowserContentHandler.js
|
||||
${MOZILLA_PROJECT}/components/nsBrowserGlue.js
|
||||
${MOZILLA_PROJECT}/components/nsContentDispatchChooser.js
|
||||
${MOZILLA_PROJECT}/components/nsContentPrefService.js
|
||||
${MOZILLA_PROJECT}/components/nsDefaultCLH.js
|
||||
${MOZILLA_PROJECT}/components/nsDownloadManagerUI.js
|
||||
${MOZILLA_PROJECT}/components/nsExtensionManager.js
|
||||
${MOZILLA_PROJECT}/components/nsFilePicker.js
|
||||
${MOZILLA_PROJECT}/components/nsFormAutoComplete.js
|
||||
${MOZILLA_PROJECT}/components/nsHandlerService.js
|
||||
${MOZILLA_PROJECT}/components/nsHelperAppDlg.js
|
||||
${MOZILLA_PROJECT}/components/nsINIProcessor.js
|
||||
${MOZILLA_PROJECT}/components/nsLivemarkService.js
|
||||
${MOZILLA_PROJECT}/components/nsLoginInfo.js
|
||||
${MOZILLA_PROJECT}/components/nsLoginManager.js
|
||||
${MOZILLA_PROJECT}/components/nsLoginManagerPrompter.js
|
||||
${MOZILLA_PROJECT}/components/nsMicrosummaryService.js
|
||||
${MOZILLA_PROJECT}/components/nsPlacesAutoComplete.js
|
||||
${MOZILLA_PROJECT}/components/nsPlacesDBFlush.js
|
||||
${MOZILLA_PROJECT}/components/nsPlacesTransactionsService.js
|
||||
${MOZILLA_PROJECT}/components/nsPrivateBrowsingService.js
|
||||
${MOZILLA_PROJECT}/components/nsProgressDialog.js
|
||||
${MOZILLA_PROJECT}/components/nsProxyAutoConfig.js
|
||||
${MOZILLA_PROJECT}/components/nsSafebrowsingApplication.js
|
||||
${MOZILLA_PROJECT}/components/nsSearchService.js
|
||||
${MOZILLA_PROJECT}/components/nsSearchSuggestions.js
|
||||
${MOZILLA_PROJECT}/components/nsSessionStartup.js
|
||||
${MOZILLA_PROJECT}/components/nsSessionStore.js
|
||||
${MOZILLA_PROJECT}/components/nsSetDefaultBrowser.js
|
||||
${MOZILLA_PROJECT}/components/nsSidebar.js
|
||||
${MOZILLA_PROJECT}/components/nsTaggingService.js
|
||||
${MOZILLA_PROJECT}/components/nsTryToClose.js
|
||||
${MOZILLA_PROJECT}/components/nsURLFormatter.js
|
||||
${MOZILLA_PROJECT}/components/nsUpdateTimerManager.js
|
||||
${MOZILLA_PROJECT}/components/nsUrlClassifierLib.js
|
||||
${MOZILLA_PROJECT}/components/nsUrlClassifierListManager.js
|
||||
${MOZILLA_PROJECT}/components/nsWebHandlerApp.js
|
||||
${MOZILLA_PROJECT}/components/parentalcontrols.xpt
|
||||
${MOZILLA_PROJECT}/components/pipboot.xpt
|
||||
${MOZILLA_PROJECT}/components/pipnss.xpt
|
||||
${MOZILLA_PROJECT}/components/pippki.xpt
|
||||
${MOZILLA_PROJECT}/components/places.xpt
|
||||
${MOZILLA_PROJECT}/components/plugin.xpt
|
||||
${MOZILLA_PROJECT}/components/pluginGlue.js
|
||||
${MOZILLA_PROJECT}/components/pref.xpt
|
||||
${MOZILLA_PROJECT}/components/prefetch.xpt
|
||||
${MOZILLA_PROJECT}/components/profile.xpt
|
||||
${MOZILLA_PROJECT}/components/proxyObjInst.xpt
|
||||
${MOZILLA_PROJECT}/components/rdf.xpt
|
||||
${MOZILLA_PROJECT}/components/satchel.xpt
|
||||
${MOZILLA_PROJECT}/components/saxparser.xpt
|
||||
${MOZILLA_PROJECT}/components/sessionstore.xpt
|
||||
${MOZILLA_PROJECT}/components/shellservice.xpt
|
||||
${MOZILLA_PROJECT}/components/shistory.xpt
|
||||
${MOZILLA_PROJECT}/components/spellchecker.xpt
|
||||
${MOZILLA_PROJECT}/components/storage-Legacy.js
|
||||
${MOZILLA_PROJECT}/components/storage-mozStorage.js
|
||||
${MOZILLA_PROJECT}/components/storage.xpt
|
||||
${MOZILLA_PROJECT}/components/toolkitprofile.xpt
|
||||
${MOZILLA_PROJECT}/components/toolkitremote.xpt
|
||||
${MOZILLA_PROJECT}/components/toolkitsearch.xpt
|
||||
${MOZILLA_PROJECT}/components/txEXSLTRegExFunctions.js
|
||||
${MOZILLA_PROJECT}/components/txmgr.xpt
|
||||
${MOZILLA_PROJECT}/components/txtsvc.xpt
|
||||
${MOZILLA_PROJECT}/components/uconv.xpt
|
||||
${MOZILLA_PROJECT}/components/unicharutil.xpt
|
||||
${MOZILLA_PROJECT}/components/update.xpt
|
||||
${MOZILLA_PROJECT}/components/uriloader.xpt
|
||||
${MOZILLA_PROJECT}/components/url-classifier.xpt
|
||||
${MOZILLA_PROJECT}/components/urlformatter.xpt
|
||||
${MOZILLA_PROJECT}/components/webBrowser_core.xpt
|
||||
${MOZILLA_PROJECT}/components/webbrowserpersist.xpt
|
||||
${MOZILLA_PROJECT}/components/webshell_idls.xpt
|
||||
${MOZILLA_PROJECT}/components/widget.xpt
|
||||
${MOZILLA_PROJECT}/components/windowds.xpt
|
||||
${MOZILLA_PROJECT}/components/windowwatcher.xpt
|
||||
${MOZILLA_PROJECT}/components/xpcom_base.xpt
|
||||
${MOZILLA_PROJECT}/components/xpcom_components.xpt
|
||||
${MOZILLA_PROJECT}/components/xpcom_ds.xpt
|
||||
${MOZILLA_PROJECT}/components/xpcom_io.xpt
|
||||
${MOZILLA_PROJECT}/components/xpcom_system.xpt
|
||||
${MOZILLA_PROJECT}/components/xpcom_threads.xpt
|
||||
${MOZILLA_PROJECT}/components/xpcom_xpti.xpt
|
||||
${MOZILLA_PROJECT}/components/xpconnect.xpt
|
||||
${MOZILLA_PROJECT}/components/xpinstall.xpt
|
||||
${MOZILLA_PROJECT}/components/xulapp.xpt
|
||||
${MOZILLA_PROJECT}/components/xuldoc.xpt
|
||||
${MOZILLA_PROJECT}/components/xultmpl.xpt
|
||||
${MOZILLA_PROJECT}/components/zipwriter.xpt
|
||||
${MOZILLA_PROJECT}/defaults/
|
||||
${MOZILLA_PROJECT}/defaults/autoconfig/
|
||||
${MOZILLA_PROJECT}/defaults/autoconfig/platform.js
|
||||
${MOZILLA_PROJECT}/defaults/autoconfig/prefcalls.js
|
||||
${MOZILLA_PROJECT}/defaults/pref/
|
||||
${MOZILLA_PROJECT}/defaults/pref/channel-prefs.js
|
||||
${MOZILLA_PROJECT}/defaults/pref/firefox-branding.js
|
||||
${MOZILLA_PROJECT}/defaults/pref/firefox-l10n.js
|
||||
${MOZILLA_PROJECT}/defaults/pref/firefox.js
|
||||
${MOZILLA_PROJECT}/defaults/pref/reporter.js
|
||||
${MOZILLA_PROJECT}/defaults/profile/
|
||||
${MOZILLA_PROJECT}/defaults/profile/bookmarks.html
|
||||
${MOZILLA_PROJECT}/defaults/profile/chrome/
|
||||
${MOZILLA_PROJECT}/defaults/profile/chrome/userChrome-example.css
|
||||
${MOZILLA_PROJECT}/defaults/profile/chrome/userContent-example.css
|
||||
${MOZILLA_PROJECT}/defaults/profile/localstore.rdf
|
||||
${MOZILLA_PROJECT}/defaults/profile/mimeTypes.rdf
|
||||
${MOZILLA_PROJECT}/defaults/profile/prefs.js
|
||||
${MOZILLA_PROJECT}/dictionaries/
|
||||
${MOZILLA_PROJECT}/dictionaries/en-US.aff
|
||||
${MOZILLA_PROJECT}/dictionaries/en-US.dic
|
||||
${MOZILLA_PROJECT}/extensions/
|
||||
${MOZILLA_PROJECT}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/
|
||||
${MOZILLA_PROJECT}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png
|
||||
${MOZILLA_PROJECT}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
|
||||
${MOZILLA_PROJECT}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png
|
||||
@bin ${MOZILLA_PROJECT}/firefox-bin
|
||||
${MOZILLA_PROJECT}/greprefs/
|
||||
${MOZILLA_PROJECT}/greprefs/all.js
|
||||
${MOZILLA_PROJECT}/greprefs/security-prefs.js
|
||||
${MOZILLA_PROJECT}/greprefs/xpinstall.js
|
||||
${MOZILLA_PROJECT}/icons/
|
||||
${MOZILLA_PROJECT}/icons/document.png
|
||||
${MOZILLA_PROJECT}/icons/mozicon128.png
|
||||
@lib ${MOZILLA_PROJECT}/libmozjs.so.${LIBmozjs_VERSION}
|
||||
@lib ${MOZILLA_PROJECT}/libxpcom.so.${LIBxpcom_VERSION}
|
||||
@lib ${MOZILLA_PROJECT}/libxul.so.${LIBxul_VERSION}
|
||||
${MOZILLA_PROJECT}/modules/
|
||||
${MOZILLA_PROJECT}/modules/CertUtils.jsm
|
||||
${MOZILLA_PROJECT}/modules/DownloadLastDir.jsm
|
||||
${MOZILLA_PROJECT}/modules/DownloadUtils.jsm
|
||||
${MOZILLA_PROJECT}/modules/FileUtils.jsm
|
||||
${MOZILLA_PROJECT}/modules/ISO8601DateUtils.jsm
|
||||
${MOZILLA_PROJECT}/modules/LightweightThemeConsumer.jsm
|
||||
${MOZILLA_PROJECT}/modules/LightweightThemeManager.jsm
|
||||
${MOZILLA_PROJECT}/modules/Microformats.js
|
||||
${MOZILLA_PROJECT}/modules/NetUtil.jsm
|
||||
${MOZILLA_PROJECT}/modules/NetworkPrioritizer.jsm
|
||||
${MOZILLA_PROJECT}/modules/PlacesDBUtils.jsm
|
||||
${MOZILLA_PROJECT}/modules/PluralForm.jsm
|
||||
${MOZILLA_PROJECT}/modules/SpatialNavigation.js
|
||||
${MOZILLA_PROJECT}/modules/WindowDraggingUtils.jsm
|
||||
${MOZILLA_PROJECT}/modules/XPCOMUtils.jsm
|
||||
${MOZILLA_PROJECT}/modules/ctypes.jsm
|
||||
${MOZILLA_PROJECT}/modules/debug.js
|
||||
${MOZILLA_PROJECT}/modules/distribution.js
|
||||
${MOZILLA_PROJECT}/modules/openLocationLastURL.jsm
|
||||
${MOZILLA_PROJECT}/modules/utils.js
|
||||
@bin ${MOZILLA_PROJECT}/${MOZILLA_PROJECT}-bin
|
||||
@bin ${MOZILLA_PROJECT}/mozilla-xremote-client
|
||||
${MOZILLA_PROJECT}/platform.ini
|
||||
${MOZILLA_PROJECT}/plugins/
|
||||
@lib ${MOZILLA_PROJECT}/plugins/libnullplugin.so.${LIBnullplugin_VERSION}
|
||||
@lib ${MOZILLA_PROJECT}/plugins/libunixprintplugin.so.${LIBunixprintplugin_VERSION}
|
||||
@bin ${MOZILLA_PROJECT}/regxpcom
|
||||
${MOZILLA_PROJECT}/res/
|
||||
${MOZILLA_PROJECT}/res/EditorOverride.css
|
||||
${MOZILLA_PROJECT}/res/arrow.gif
|
||||
${MOZILLA_PROJECT}/res/arrowd.gif
|
||||
${MOZILLA_PROJECT}/res/broken-image.png
|
||||
${MOZILLA_PROJECT}/res/charsetData.properties
|
||||
${MOZILLA_PROJECT}/res/charsetalias.properties
|
||||
${MOZILLA_PROJECT}/res/contenteditable.css
|
||||
${MOZILLA_PROJECT}/res/designmode.css
|
||||
${MOZILLA_PROJECT}/res/dtd/
|
||||
${MOZILLA_PROJECT}/res/dtd/mathml.dtd
|
||||
${MOZILLA_PROJECT}/res/dtd/xhtml11.dtd
|
||||
${MOZILLA_PROJECT}/res/entityTables/
|
||||
${MOZILLA_PROJECT}/res/entityTables/html40Latin1.properties
|
||||
${MOZILLA_PROJECT}/res/entityTables/html40Special.properties
|
||||
${MOZILLA_PROJECT}/res/entityTables/html40Symbols.properties
|
||||
${MOZILLA_PROJECT}/res/entityTables/htmlEntityVersions.properties
|
||||
${MOZILLA_PROJECT}/res/entityTables/mathml20.properties
|
||||
${MOZILLA_PROJECT}/res/entityTables/transliterate.properties
|
||||
${MOZILLA_PROJECT}/res/fonts/
|
||||
${MOZILLA_PROJECT}/res/fonts/mathfont.properties
|
||||
${MOZILLA_PROJECT}/res/fonts/mathfontSTIXNonUnicode.properties
|
||||
${MOZILLA_PROJECT}/res/fonts/mathfontSTIXSize1.properties
|
||||
${MOZILLA_PROJECT}/res/fonts/mathfontStandardSymbolsL.properties
|
||||
${MOZILLA_PROJECT}/res/fonts/mathfontUnicode.properties
|
||||
${MOZILLA_PROJECT}/res/forms.css
|
||||
${MOZILLA_PROJECT}/res/grabber.gif
|
||||
${MOZILLA_PROJECT}/res/hiddenWindow.html
|
||||
${MOZILLA_PROJECT}/res/html/
|
||||
${MOZILLA_PROJECT}/res/html.css
|
||||
${MOZILLA_PROJECT}/res/html/folder.png
|
||||
${MOZILLA_PROJECT}/res/langGroups.properties
|
||||
${MOZILLA_PROJECT}/res/language.properties
|
||||
${MOZILLA_PROJECT}/res/loading-image.png
|
||||
${MOZILLA_PROJECT}/res/mathml.css
|
||||
${MOZILLA_PROJECT}/res/quirk.css
|
||||
${MOZILLA_PROJECT}/res/svg.css
|
||||
${MOZILLA_PROJECT}/res/table-add-column-after-active.gif
|
||||
${MOZILLA_PROJECT}/res/table-add-column-after-hover.gif
|
||||
${MOZILLA_PROJECT}/res/table-add-column-after.gif
|
||||
${MOZILLA_PROJECT}/res/table-add-column-before-active.gif
|
||||
${MOZILLA_PROJECT}/res/table-add-column-before-hover.gif
|
||||
${MOZILLA_PROJECT}/res/table-add-column-before.gif
|
||||
${MOZILLA_PROJECT}/res/table-add-row-after-active.gif
|
||||
${MOZILLA_PROJECT}/res/table-add-row-after-hover.gif
|
||||
${MOZILLA_PROJECT}/res/table-add-row-after.gif
|
||||
${MOZILLA_PROJECT}/res/table-add-row-before-active.gif
|
||||
${MOZILLA_PROJECT}/res/table-add-row-before-hover.gif
|
||||
${MOZILLA_PROJECT}/res/table-add-row-before.gif
|
||||
${MOZILLA_PROJECT}/res/table-remove-column-active.gif
|
||||
${MOZILLA_PROJECT}/res/table-remove-column-hover.gif
|
||||
${MOZILLA_PROJECT}/res/table-remove-column.gif
|
||||
${MOZILLA_PROJECT}/res/table-remove-row-active.gif
|
||||
${MOZILLA_PROJECT}/res/table-remove-row-hover.gif
|
||||
${MOZILLA_PROJECT}/res/table-remove-row.gif
|
||||
${MOZILLA_PROJECT}/res/ua.css
|
||||
${MOZILLA_PROJECT}/res/unixcharset.properties
|
||||
${MOZILLA_PROJECT}/res/viewsource.css
|
||||
${MOZILLA_PROJECT}/run-mozilla.sh
|
||||
${MOZILLA_PROJECT}/searchplugins/
|
||||
${MOZILLA_PROJECT}/searchplugins/amazondotcom.xml
|
||||
${MOZILLA_PROJECT}/searchplugins/answers.xml
|
||||
${MOZILLA_PROJECT}/searchplugins/creativecommons.xml
|
||||
${MOZILLA_PROJECT}/searchplugins/eBay.xml
|
||||
${MOZILLA_PROJECT}/searchplugins/google.xml
|
||||
${MOZILLA_PROJECT}/searchplugins/wikipedia.xml
|
||||
${MOZILLA_PROJECT}/searchplugins/yahoo.xml
|
||||
share/applications/firefox.desktop
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
||||
|
Loading…
Reference in New Issue
Block a user