[Midnightbsd-cvs] mports [18384] trunk/www/epiphany: epiphany 3.12.1
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Mar 27 19:30:59 EDT 2015
Revision: 18384
http://svnweb.midnightbsd.org/mports/?rev=18384
Author: laffer1
Date: 2015-03-27 19:30:58 -0400 (Fri, 27 Mar 2015)
Log Message:
-----------
epiphany 3.12.1
Modified Paths:
--------------
trunk/www/epiphany/Makefile
trunk/www/epiphany/distinfo
trunk/www/epiphany/pkg-plist
Removed Paths:
-------------
trunk/www/epiphany/files/
Modified: trunk/www/epiphany/Makefile
===================================================================
--- trunk/www/epiphany/Makefile 2015-03-27 23:29:11 UTC (rev 18383)
+++ trunk/www/epiphany/Makefile 2015-03-27 23:30:58 UTC (rev 18384)
@@ -1,89 +1,59 @@
# $MidnightBSD$
-# $FreeBSD: ports/www/epiphany/Makefile,v 1.148 2010/11/20 15:36:57 kwm Exp $
PORTNAME= epiphany
-PORTVERSION= 2.30.6
-PORTREVISION?= 0
+PORTVERSION= 3.12.1
CATEGORIES= www gnome
MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
+DIST_SUBDIR= gnome3
MAINTAINER= ports at MidnightBSD.org
-COMMENT?= An extremely lightweight and simple web browser for GNOME 2
+COMMENT= Extremely lightweight and simple web browser for GNOME 3
+
LICENSE= gpl2
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
- ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
-LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2 \
- soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \
- notify.1:${PORTSDIR}/devel/libnotify \
- gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
-RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
- ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
- ${LOCALBASE}/share/icons/HighContrastLargePrint/index.theme:${PORTSDIR}/x11-themes/gnome-themes
+BUILD_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \
+ itstool:${PORTSDIR}/textproc/itstool \
+ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
+LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \
+ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \
+ libgcr-3.so:${PORTSDIR}/security/gcr \
+ libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
+ libnss3.so:${PORTSDIR}/security/nss \
+ libavahi-gobject.so:${PORTSDIR}/net/avahi-app \
+ libnotify.so:${PORTSDIR}/devel/libnotify \
+ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
+RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \
+ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
+ gnome-icon-theme-symbolic>=0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \
+ gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme
+USES= desktop-file-utils gettext gmake libtool pathfix \
+ pkgconfig python:3 tar:xz
+USE_GNOME= gnomedesktop3 gnomeprefix intlhack libwnck3 libxml2 libxslt
+USE_XORG= ice x11 sm
+INSTALLS_ICONS= yes
+USE_SQLITE= 3
USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
-USE_GETTEXT= yes
-USE_BZIP2= yes
-USE_PYTHON= yes
-GNOME_DESKTOP_VERSION=2
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils
-WANT_GNOME= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-INSTALLS_OMF= yes
CONFIGURE_ARGS+=--enable-introspection \
- --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} ${EXTRA_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} ${EXTRA_LIBS}"
+ --with-distributor-name="FreeBSD GNOME Project"
+# --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
-GCONF_SCHEMAS= epiphany-lockdown.schemas epiphany.schemas
+GLIB_SCHEMAS= org.gnome.Epiphany.enums.xml \
+ org.gnome.epiphany.gschema.xml
-PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}"
+PLIST_SUB+= EPHY_VERSION=${PORTVERSION:R}
-MAN1= epiphany.1
-
-OPTIONS= NSS "Import passwords from 2.26 and older on first run" on \
- SPELLCHECK "Enable spell checking by default" on \
- SEED "Enable seed (JavaScript) support" off \
-
-.if defined(PACKAGE_BUILDING)
-.undef WITHOUT_GNOME
-WITH_GNOME= yes
-.endif
-
-.include <bsd.port.pre.mk>
-
-NO_WERROR= yes
-# allow build with more warnings enabled
-.if defined(NO_WERROR)
CONFIGURE_ARGS+= --enable-compile-warnings=no
-.endif
-.if defined(WITH_NSS)
-LIB_DEPENDS+= nss3.1:${PORTSDIR}/security/nss
-CONFIGURE_ARGS+=--enable-nss
-.else
-CONFIGURE_ARGS+=--disable-nss
-.endif
-
-.if defined(WITH_SEED)
-LIB_DEPENDS+= seed.0:${PORTSDIR}/devel/seed
-CONFIGURE_ARGS+=--enable-seed
-.endif
-
-.if defined(WITH_SPELLCHECK)
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-embed_ephy-embed-prefs.c
-.endif
-
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g'
@${REINPLACE_CMD} -e 's|execinfo.h|#|g ; \
s|-ldl"$$|"|g' \
- -e 's|EPIPHANY_API_VERSION=2.29|EPIPHANY_API_VERSION=2.30|g' \
${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: trunk/www/epiphany/distinfo
===================================================================
--- trunk/www/epiphany/distinfo 2015-03-27 23:29:11 UTC (rev 18383)
+++ trunk/www/epiphany/distinfo 2015-03-27 23:30:58 UTC (rev 18384)
@@ -1,3 +1,2 @@
-SHA256 (gnome2/epiphany-2.30.6.tar.bz2) = 278a5c00ce07e6a3ea440d289de22dbec3ebec4ded4ff3b4c48b580f469c2dcc
-RMD160 (gnome2/epiphany-2.30.6.tar.bz2) = 60f2c7d699dd8728dc79cce012475972943c4007
-SIZE (gnome2/epiphany-2.30.6.tar.bz2) = 5927938
+SHA256 (gnome3/epiphany-3.12.1.tar.xz) = 16d9f8f10443328b2f226c2da545e75c8433f50f103af8aeb692b098d5fbbf93
+SIZE (gnome3/epiphany-3.12.1.tar.xz) = 3026432
Modified: trunk/www/epiphany/pkg-plist
===================================================================
--- trunk/www/epiphany/pkg-plist 2015-03-27 23:29:11 UTC (rev 18383)
+++ trunk/www/epiphany/pkg-plist 2015-03-27 23:30:58 UTC (rev 18384)
@@ -1,226 +1,279 @@
+bin/ephy-profile-migrator
bin/epiphany
-include/epiphany/%%EPHY_VERSION%%/epiphany/epiphany.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-adblock-manager.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-adblock.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-bookmarks-type-builtins.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-bookmarks.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-dbus.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-dialog.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-container.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-event.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-persist.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-prefs.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-shell.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-single.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-type-builtins.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed-utils.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-embed.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-extension.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-extensions-manager.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-history.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-lib-type-builtins.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-link.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-loader.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-node-db.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-node.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-notebook.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-permission-manager.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-session.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-shell.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-state.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-statusbar.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-type-builtins.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-web-view.h
-include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-window.h
- at comment libdata/pkgconfig/epiphany-%%EPHY_VERSION%%.pc
-libdata/pkgconfig/epiphany-2.30.pc
-share/aclocal/epiphany.m4
-share/applications/bme.desktop
+lib/epiphany/%%EPHY_VERSION%%/web-extensions/libephywebextension.so
+libexec/epiphany-search-provider
+man/man1/epiphany.1.gz
+share/GConf/gsettings/epiphany.convert
+share/appdata/epiphany.appdata.xml
share/applications/epiphany.desktop
share/dbus-1/services/org.gnome.Epiphany.service
-lib/girepository-1.0/Epiphany-2.30.typelib
-share/gir-1.0/Epiphany-2.30.gir
-%%DOCSDIR%%/EphyDialog.html
-%%DOCSDIR%%/EphyLocationAction.html
-%%DOCSDIR%%/EphyLocationEntry.html
-%%DOCSDIR%%/EphyNodeView.html
-%%DOCSDIR%%/EphySearchEntry.html
-%%DOCSDIR%%/EphySpinner.html
-%%DOCSDIR%%/EphyStatusbar.html
-%%DOCSDIR%%/EphyToolbar.html
-%%DOCSDIR%%/EphyTreeModelNode.html
-%%DOCSDIR%%/EphyTreeModelSort.html
-%%DOCSDIR%%/EphyWebView.html
-%%DOCSDIR%%/EphyWindow.html
-%%DOCSDIR%%/EphyZoomAction.html
-%%DOCSDIR%%/EphyZoomControl.html
-%%DOCSDIR%%/annotation-glossary.html
-%%DOCSDIR%%/ch01.html
-%%DOCSDIR%%/ch02.html
-%%DOCSDIR%%/ch03.html
-%%DOCSDIR%%/epiphany-Epiphany-Debug-Helpers.html
-%%DOCSDIR%%/epiphany-Epiphany-File-Helpers.html
-%%DOCSDIR%%/epiphany.devhelp
-%%DOCSDIR%%/epiphany.devhelp2
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up.png
-%%DATADIR%%/about.ini
-%%DATADIR%%/default-bookmarks.rdf
-%%DATADIR%%/epiphany-bookmark-editor-ui.xml
-%%DATADIR%%/epiphany-bookmarks-html.xsl
-%%DATADIR%%/epiphany-bookmarksbar.xml
-%%DATADIR%%/epiphany-fs-toolbar.xml
-%%DATADIR%%/epiphany-history-window-ui.xml
-%%DATADIR%%/epiphany-toolbar.xml
-%%DATADIR%%/epiphany-ui.xml
-%%DATADIR%%/epiphany.xhtml
-%%DATADIR%%/glade/certificate-dialogs.ui
-%%DATADIR%%/glade/epiphany.ui
-%%DATADIR%%/glade/form-signing-dialog.ui
-%%DATADIR%%/glade/prefs-dialog.ui
-%%DATADIR%%/glade/print.ui
-%%DATADIR%%/icons/hicolor/16x16/actions/bookmark-view.png
-%%DATADIR%%/icons/hicolor/16x16/actions/history-view.png
-%%DATADIR%%/icons/hicolor/16x16/actions/location-entry.png
-%%DATADIR%%/icons/hicolor/16x16/places/bookmark-web.png
-%%DATADIR%%/icons/hicolor/16x16/status/lock-broken.png
-%%DATADIR%%/icons/hicolor/16x16/status/lock-insecure.png
-%%DATADIR%%/icons/hicolor/16x16/status/lock-secure-checked.png
-%%DATADIR%%/icons/hicolor/16x16/status/lock-secure.png
-%%DATADIR%%/icons/hicolor/16x16/status/popup-hidden.png
-%%DATADIR%%/icons/hicolor/22x22/actions/bookmark-view.png
-%%DATADIR%%/icons/hicolor/22x22/actions/history-view.png
-%%DATADIR%%/icons/hicolor/22x22/actions/location-entry.png
-%%DATADIR%%/icons/hicolor/22x22/places/bookmark-web.png
-%%DATADIR%%/icons/hicolor/22x22/status/popup-hidden.png
-%%DATADIR%%/icons/hicolor/24x24/actions/bookmark-view.png
-%%DATADIR%%/icons/hicolor/24x24/actions/history-view.png
-%%DATADIR%%/icons/hicolor/24x24/actions/location-entry.png
-%%DATADIR%%/icons/hicolor/24x24/places/bookmark-web.png
-%%DATADIR%%/icons/hicolor/24x24/status/lock-broken.png
-%%DATADIR%%/icons/hicolor/24x24/status/lock-insecure.png
-%%DATADIR%%/icons/hicolor/24x24/status/lock-secure-checked.png
-%%DATADIR%%/icons/hicolor/24x24/status/lock-secure.png
-%%DATADIR%%/icons/hicolor/24x24/status/popup-hidden.png
-%%DATADIR%%/icons/hicolor/32x32/actions/bookmark-view.png
-%%DATADIR%%/icons/hicolor/32x32/actions/history-view.png
-%%DATADIR%%/icons/hicolor/32x32/actions/location-entry.png
-%%DATADIR%%/icons/hicolor/32x32/actions/location-entry.svg
-%%DATADIR%%/icons/hicolor/32x32/status/popup-hidden.png
-%%DATADIR%%/icons/hicolor/48x48/status/lock-broken.png
-%%DATADIR%%/icons/hicolor/48x48/status/lock-insecure.png
-%%DATADIR%%/icons/hicolor/48x48/status/lock-secure-checked.png
-%%DATADIR%%/icons/hicolor/48x48/status/lock-secure.png
-%%DATADIR%%/icons/hicolor/scalable/actions/bookmark-view.svg
-%%DATADIR%%/icons/hicolor/scalable/actions/history-view.svg
-%%DATADIR%%/icons/hicolor/scalable/actions/location-entry.svg
-%%DATADIR%%/icons/hicolor/scalable/status/popup-hidden.svg
-%%DATADIR%%/mime-types-permissions.xml
-share/gnome/help/epiphany/C/epiphany.xml
-share/gnome/help/epiphany/C/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/C/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/C/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/C/figures/ephy-screenshot.png
-share/gnome/help/epiphany/C/legal.xml
-share/gnome/help/epiphany/bg/epiphany.xml
-share/gnome/help/epiphany/bg/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/bg/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/bg/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/bg/figures/ephy-screenshot.png
-share/gnome/help/epiphany/ca/epiphany.xml
-share/gnome/help/epiphany/ca/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/ca/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/ca/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/ca/figures/ephy-screenshot.png
-share/gnome/help/epiphany/cs/epiphany.xml
-share/gnome/help/epiphany/cs/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/cs/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/cs/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/cs/figures/ephy-screenshot.png
-share/gnome/help/epiphany/de/epiphany.xml
-share/gnome/help/epiphany/de/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/de/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/de/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/de/figures/ephy-screenshot.png
-share/gnome/help/epiphany/el/epiphany.xml
-share/gnome/help/epiphany/el/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/el/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/el/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/el/figures/ephy-screenshot.png
-share/gnome/help/epiphany/en_GB/epiphany.xml
-share/gnome/help/epiphany/en_GB/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/en_GB/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/en_GB/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/en_GB/figures/ephy-screenshot.png
-share/gnome/help/epiphany/es/epiphany.xml
-share/gnome/help/epiphany/es/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/es/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/es/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/es/figures/ephy-screenshot.png
-share/gnome/help/epiphany/eu/epiphany.xml
-share/gnome/help/epiphany/eu/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/eu/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/eu/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/eu/figures/ephy-screenshot.png
-share/gnome/help/epiphany/fi/epiphany.xml
-share/gnome/help/epiphany/fi/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/fi/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/fi/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/fi/figures/ephy-screenshot.png
-share/gnome/help/epiphany/fr/epiphany.xml
-share/gnome/help/epiphany/fr/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/fr/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/fr/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/fr/figures/ephy-screenshot.png
-share/gnome/help/epiphany/it/epiphany.xml
-share/gnome/help/epiphany/it/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/it/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/it/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/it/figures/ephy-screenshot.png
-share/gnome/help/epiphany/ja/epiphany.xml
-share/gnome/help/epiphany/ja/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/ja/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/ja/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/ja/figures/ephy-screenshot.png
-share/gnome/help/epiphany/nl/epiphany.xml
-share/gnome/help/epiphany/nl/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/nl/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/nl/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/nl/figures/ephy-screenshot.png
-share/gnome/help/epiphany/oc/epiphany.xml
-share/gnome/help/epiphany/oc/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/oc/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/oc/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/oc/figures/ephy-screenshot.png
-share/gnome/help/epiphany/ru/epiphany.xml
-share/gnome/help/epiphany/ru/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/ru/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/ru/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/ru/figures/ephy-screenshot.png
-share/gnome/help/epiphany/sv/epiphany.xml
-share/gnome/help/epiphany/sv/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/sv/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/sv/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/sv/figures/ephy-screenshot.png
-share/gnome/help/epiphany/uk/epiphany.xml
-share/gnome/help/epiphany/uk/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/uk/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/uk/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/uk/figures/ephy-screenshot.png
-share/icons/HighContrastLargePrint/48x48/apps/gnome-web-browser.png
-share/icons/HighContrastLargePrintInverse/48x48/apps/gnome-web-browser.png
-share/icons/LowContrastLargePrint/48x48/apps/gnome-web-browser.png
-share/icons/hicolor/16x16/apps/gnome-web-browser.png
-share/icons/hicolor/22x22/apps/gnome-web-browser.png
-share/icons/hicolor/24x24/apps/gnome-web-browser.png
-share/icons/hicolor/32x32/apps/gnome-web-browser.png
-share/icons/hicolor/48x48/apps/epiphany-bookmarks.png
-share/icons/hicolor/scalable/apps/gnome-web-browser.svg
+share/epiphany/about.ini
+share/epiphany/default-bookmarks.rdf
+share/epiphany/epiphany-bookmarks-html.xsl
+share/epiphany/mime-types-permissions.xml
+share/epiphany/pages/error.css
+share/gnome-shell/search-providers/epiphany-search-provider.ini
+share/help/C/epiphany/bookmark-add.page
+share/help/C/epiphany/bookmark-delete.page
+share/help/C/epiphany/bookmark-edit.page
+share/help/C/epiphany/bookmark-smart.page
+share/help/C/epiphany/bookmark-topic.page
+share/help/C/epiphany/bookmark.page
+share/help/C/epiphany/browse-local.page
+share/help/C/epiphany/browse-private.page
+share/help/C/epiphany/browse-web.page
+share/help/C/epiphany/browse-webapps.page
+share/help/C/epiphany/cookies.xml
+share/help/C/epiphany/data-cookies.page
+share/help/C/epiphany/data-passwords.page
+share/help/C/epiphany/history-delete.page
+share/help/C/epiphany/history.page
+share/help/C/epiphany/index.page
+share/help/C/epiphany/introduction.page
+share/help/C/epiphany/legal.xml
+share/help/C/epiphany/pref-cookies.page
+share/help/C/epiphany/pref-css.page
+share/help/C/epiphany/pref-do-not-track.page
+share/help/C/epiphany/pref-downloads.page
+share/help/C/epiphany/pref-font.page
+share/help/C/epiphany/pref-passwords.page
+share/help/C/epiphany/pref.page
+share/help/C/epiphany/prob-restore-closed-page.page
+share/help/C/epiphany/media/epiphany-3-12.png
+share/help/C/epiphany/media/private-browsing-3-12.png
+share/help/C/epiphany/media/web-browser.png
+share/help/cs/epiphany/bookmark-add.page
+share/help/cs/epiphany/bookmark-delete.page
+share/help/cs/epiphany/bookmark-edit.page
+share/help/cs/epiphany/bookmark-smart.page
+share/help/cs/epiphany/bookmark-topic.page
+share/help/cs/epiphany/bookmark.page
+share/help/cs/epiphany/browse-local.page
+share/help/cs/epiphany/browse-private.page
+share/help/cs/epiphany/browse-web.page
+share/help/cs/epiphany/browse-webapps.page
+share/help/cs/epiphany/cookies.xml
+share/help/cs/epiphany/data-cookies.page
+share/help/cs/epiphany/data-passwords.page
+share/help/cs/epiphany/history-delete.page
+share/help/cs/epiphany/history.page
+share/help/cs/epiphany/index.page
+share/help/cs/epiphany/introduction.page
+share/help/cs/epiphany/legal.xml
+share/help/cs/epiphany/pref-cookies.page
+share/help/cs/epiphany/pref-css.page
+share/help/cs/epiphany/pref-do-not-track.page
+share/help/cs/epiphany/pref-downloads.page
+share/help/cs/epiphany/pref-font.page
+share/help/cs/epiphany/pref-passwords.page
+share/help/cs/epiphany/pref.page
+share/help/cs/epiphany/prob-restore-closed-page.page
+share/help/cs/epiphany/media/epiphany-3-12.png
+share/help/cs/epiphany/media/private-browsing-3-12.png
+share/help/cs/epiphany/media/web-browser.png
+share/help/de/epiphany/bookmark-add.page
+share/help/de/epiphany/bookmark-delete.page
+share/help/de/epiphany/bookmark-edit.page
+share/help/de/epiphany/bookmark-smart.page
+share/help/de/epiphany/bookmark-topic.page
+share/help/de/epiphany/bookmark.page
+share/help/de/epiphany/browse-local.page
+share/help/de/epiphany/browse-private.page
+share/help/de/epiphany/browse-web.page
+share/help/de/epiphany/browse-webapps.page
+share/help/de/epiphany/cookies.xml
+share/help/de/epiphany/data-cookies.page
+share/help/de/epiphany/data-passwords.page
+share/help/de/epiphany/history-delete.page
+share/help/de/epiphany/history.page
+share/help/de/epiphany/index.page
+share/help/de/epiphany/introduction.page
+share/help/de/epiphany/legal.xml
+share/help/de/epiphany/pref-cookies.page
+share/help/de/epiphany/pref-css.page
+share/help/de/epiphany/pref-do-not-track.page
+share/help/de/epiphany/pref-downloads.page
+share/help/de/epiphany/pref-font.page
+share/help/de/epiphany/pref-passwords.page
+share/help/de/epiphany/pref.page
+share/help/de/epiphany/prob-restore-closed-page.page
+share/help/de/epiphany/media/epiphany-3-12.png
+share/help/de/epiphany/media/private-browsing-3-12.png
+share/help/de/epiphany/media/web-browser.png
+share/help/el/epiphany/bookmark-add.page
+share/help/el/epiphany/bookmark-delete.page
+share/help/el/epiphany/bookmark-edit.page
+share/help/el/epiphany/bookmark-smart.page
+share/help/el/epiphany/bookmark-topic.page
+share/help/el/epiphany/bookmark.page
+share/help/el/epiphany/browse-local.page
+share/help/el/epiphany/browse-private.page
+share/help/el/epiphany/browse-web.page
+share/help/el/epiphany/browse-webapps.page
+share/help/el/epiphany/cookies.xml
+share/help/el/epiphany/data-cookies.page
+share/help/el/epiphany/data-passwords.page
+share/help/el/epiphany/history-delete.page
+share/help/el/epiphany/history.page
+share/help/el/epiphany/index.page
+share/help/el/epiphany/introduction.page
+share/help/el/epiphany/legal.xml
+share/help/el/epiphany/pref-cookies.page
+share/help/el/epiphany/pref-css.page
+share/help/el/epiphany/pref-do-not-track.page
+share/help/el/epiphany/pref-downloads.page
+share/help/el/epiphany/pref-font.page
+share/help/el/epiphany/pref-passwords.page
+share/help/el/epiphany/pref.page
+share/help/el/epiphany/prob-restore-closed-page.page
+share/help/el/epiphany/media/epiphany-3-12.png
+share/help/el/epiphany/media/private-browsing-3-12.png
+share/help/el/epiphany/media/web-browser.png
+share/help/es/epiphany/bookmark-add.page
+share/help/es/epiphany/bookmark-delete.page
+share/help/es/epiphany/bookmark-edit.page
+share/help/es/epiphany/bookmark-smart.page
+share/help/es/epiphany/bookmark-topic.page
+share/help/es/epiphany/bookmark.page
+share/help/es/epiphany/browse-local.page
+share/help/es/epiphany/browse-private.page
+share/help/es/epiphany/browse-web.page
+share/help/es/epiphany/browse-webapps.page
+share/help/es/epiphany/cookies.xml
+share/help/es/epiphany/data-cookies.page
+share/help/es/epiphany/data-passwords.page
+share/help/es/epiphany/history-delete.page
+share/help/es/epiphany/history.page
+share/help/es/epiphany/index.page
+share/help/es/epiphany/introduction.page
+share/help/es/epiphany/legal.xml
+share/help/es/epiphany/pref-cookies.page
+share/help/es/epiphany/pref-css.page
+share/help/es/epiphany/pref-do-not-track.page
+share/help/es/epiphany/pref-downloads.page
+share/help/es/epiphany/pref-font.page
+share/help/es/epiphany/pref-passwords.page
+share/help/es/epiphany/pref.page
+share/help/es/epiphany/prob-restore-closed-page.page
+share/help/es/epiphany/media/epiphany-3-12.png
+share/help/es/epiphany/media/private-browsing-3-12.png
+share/help/es/epiphany/media/web-browser.png
+share/help/fr/epiphany/bookmark-add.page
+share/help/fr/epiphany/bookmark-delete.page
+share/help/fr/epiphany/bookmark-edit.page
+share/help/fr/epiphany/bookmark-smart.page
+share/help/fr/epiphany/bookmark-topic.page
+share/help/fr/epiphany/bookmark.page
+share/help/fr/epiphany/browse-local.page
+share/help/fr/epiphany/browse-private.page
+share/help/fr/epiphany/browse-web.page
+share/help/fr/epiphany/browse-webapps.page
+share/help/fr/epiphany/cookies.xml
+share/help/fr/epiphany/data-cookies.page
+share/help/fr/epiphany/data-passwords.page
+share/help/fr/epiphany/history-delete.page
+share/help/fr/epiphany/history.page
+share/help/fr/epiphany/index.page
+share/help/fr/epiphany/introduction.page
+share/help/fr/epiphany/legal.xml
+share/help/fr/epiphany/pref-cookies.page
+share/help/fr/epiphany/pref-css.page
+share/help/fr/epiphany/pref-do-not-track.page
+share/help/fr/epiphany/pref-downloads.page
+share/help/fr/epiphany/pref-font.page
+share/help/fr/epiphany/pref-passwords.page
+share/help/fr/epiphany/pref.page
+share/help/fr/epiphany/prob-restore-closed-page.page
+share/help/fr/epiphany/media/epiphany-3-12.png
+share/help/fr/epiphany/media/private-browsing-3-12.png
+share/help/fr/epiphany/media/web-browser.png
+share/help/hu/epiphany/bookmark-add.page
+share/help/hu/epiphany/bookmark-delete.page
+share/help/hu/epiphany/bookmark-edit.page
+share/help/hu/epiphany/bookmark-smart.page
+share/help/hu/epiphany/bookmark-topic.page
+share/help/hu/epiphany/bookmark.page
+share/help/hu/epiphany/browse-local.page
+share/help/hu/epiphany/browse-private.page
+share/help/hu/epiphany/browse-web.page
+share/help/hu/epiphany/browse-webapps.page
+share/help/hu/epiphany/cookies.xml
+share/help/hu/epiphany/data-cookies.page
+share/help/hu/epiphany/data-passwords.page
+share/help/hu/epiphany/history-delete.page
+share/help/hu/epiphany/history.page
+share/help/hu/epiphany/index.page
+share/help/hu/epiphany/introduction.page
+share/help/hu/epiphany/legal.xml
+share/help/hu/epiphany/pref-cookies.page
+share/help/hu/epiphany/pref-css.page
+share/help/hu/epiphany/pref-do-not-track.page
+share/help/hu/epiphany/pref-downloads.page
+share/help/hu/epiphany/pref-font.page
+share/help/hu/epiphany/pref-passwords.page
+share/help/hu/epiphany/pref.page
+share/help/hu/epiphany/prob-restore-closed-page.page
+share/help/hu/epiphany/media/epiphany-3-12.png
+share/help/hu/epiphany/media/private-browsing-3-12.png
+share/help/hu/epiphany/media/web-browser.png
+share/help/pt_BR/epiphany/bookmark-add.page
+share/help/pt_BR/epiphany/bookmark-delete.page
+share/help/pt_BR/epiphany/bookmark-edit.page
+share/help/pt_BR/epiphany/bookmark-smart.page
+share/help/pt_BR/epiphany/bookmark-topic.page
+share/help/pt_BR/epiphany/bookmark.page
+share/help/pt_BR/epiphany/browse-local.page
+share/help/pt_BR/epiphany/browse-private.page
+share/help/pt_BR/epiphany/browse-web.page
+share/help/pt_BR/epiphany/browse-webapps.page
+share/help/pt_BR/epiphany/cookies.xml
+share/help/pt_BR/epiphany/data-cookies.page
+share/help/pt_BR/epiphany/data-passwords.page
+share/help/pt_BR/epiphany/history-delete.page
+share/help/pt_BR/epiphany/history.page
+share/help/pt_BR/epiphany/index.page
+share/help/pt_BR/epiphany/introduction.page
+share/help/pt_BR/epiphany/legal.xml
+share/help/pt_BR/epiphany/pref-cookies.page
+share/help/pt_BR/epiphany/pref-css.page
+share/help/pt_BR/epiphany/pref-do-not-track.page
+share/help/pt_BR/epiphany/pref-downloads.page
+share/help/pt_BR/epiphany/pref-font.page
+share/help/pt_BR/epiphany/pref-passwords.page
+share/help/pt_BR/epiphany/pref.page
+share/help/pt_BR/epiphany/prob-restore-closed-page.page
+share/help/pt_BR/epiphany/media/epiphany-3-12.png
+share/help/pt_BR/epiphany/media/private-browsing-3-12.png
+share/help/pt_BR/epiphany/media/web-browser.png
+share/help/ru/epiphany/bookmark-add.page
+share/help/ru/epiphany/bookmark-delete.page
+share/help/ru/epiphany/bookmark-edit.page
+share/help/ru/epiphany/bookmark-smart.page
+share/help/ru/epiphany/bookmark-topic.page
+share/help/ru/epiphany/bookmark.page
+share/help/ru/epiphany/browse-local.page
+share/help/ru/epiphany/browse-private.page
+share/help/ru/epiphany/browse-web.page
+share/help/ru/epiphany/browse-webapps.page
+share/help/ru/epiphany/cookies.xml
+share/help/ru/epiphany/data-cookies.page
+share/help/ru/epiphany/data-passwords.page
+share/help/ru/epiphany/history-delete.page
+share/help/ru/epiphany/history.page
+share/help/ru/epiphany/index.page
+share/help/ru/epiphany/introduction.page
+share/help/ru/epiphany/legal.xml
+share/help/ru/epiphany/pref-cookies.page
+share/help/ru/epiphany/pref-css.page
+share/help/ru/epiphany/pref-do-not-track.page
+share/help/ru/epiphany/pref-downloads.page
+share/help/ru/epiphany/pref-font.page
+share/help/ru/epiphany/pref-passwords.page
+share/help/ru/epiphany/pref.page
+share/help/ru/epiphany/prob-restore-closed-page.page
+share/help/ru/epiphany/media/epiphany-3-12.png
+share/help/ru/epiphany/media/private-browsing-3-12.png
+share/help/ru/epiphany/media/web-browser.png
share/locale/am/LC_MESSAGES/epiphany.mo
share/locale/an/LC_MESSAGES/epiphany.mo
share/locale/ar/LC_MESSAGES/epiphany.mo
@@ -245,6 +298,7 @@
share/locale/en_CA/LC_MESSAGES/epiphany.mo
share/locale/en_GB/LC_MESSAGES/epiphany.mo
share/locale/en at shaw/LC_MESSAGES/epiphany.mo
+share/locale/eo/LC_MESSAGES/epiphany.mo
share/locale/es/LC_MESSAGES/epiphany.mo
share/locale/et/LC_MESSAGES/epiphany.mo
share/locale/eu/LC_MESSAGES/epiphany.mo
@@ -254,6 +308,7 @@
share/locale/ga/LC_MESSAGES/epiphany.mo
share/locale/gl/LC_MESSAGES/epiphany.mo
share/locale/gu/LC_MESSAGES/epiphany.mo
+share/locale/gv/LC_MESSAGES/epiphany.mo
share/locale/he/LC_MESSAGES/epiphany.mo
share/locale/hi/LC_MESSAGES/epiphany.mo
share/locale/hr/LC_MESSAGES/epiphany.mo
@@ -265,6 +320,7 @@
share/locale/it/LC_MESSAGES/epiphany.mo
share/locale/ja/LC_MESSAGES/epiphany.mo
share/locale/ka/LC_MESSAGES/epiphany.mo
+share/locale/km/LC_MESSAGES/epiphany.mo
share/locale/kn/LC_MESSAGES/epiphany.mo
share/locale/ko/LC_MESSAGES/epiphany.mo
share/locale/ku/LC_MESSAGES/epiphany.mo
@@ -303,9 +359,11 @@
share/locale/sv/LC_MESSAGES/epiphany.mo
share/locale/ta/LC_MESSAGES/epiphany.mo
share/locale/te/LC_MESSAGES/epiphany.mo
+share/locale/tg/LC_MESSAGES/epiphany.mo
share/locale/th/LC_MESSAGES/epiphany.mo
share/locale/tk/LC_MESSAGES/epiphany.mo
share/locale/tr/LC_MESSAGES/epiphany.mo
+share/locale/ug/LC_MESSAGES/epiphany.mo
share/locale/uk/LC_MESSAGES/epiphany.mo
share/locale/uz/LC_MESSAGES/epiphany.mo
share/locale/uz at cyrillic/LC_MESSAGES/epiphany.mo
@@ -315,147 +373,3 @@
share/locale/zh_CN/LC_MESSAGES/epiphany.mo
share/locale/zh_HK/LC_MESSAGES/epiphany.mo
share/locale/zh_TW/LC_MESSAGES/epiphany.mo
-share/omf/epiphany/epiphany-C.omf
-share/omf/epiphany/epiphany-bg.omf
-share/omf/epiphany/epiphany-ca.omf
-share/omf/epiphany/epiphany-cs.omf
-share/omf/epiphany/epiphany-de.omf
-share/omf/epiphany/epiphany-el.omf
-share/omf/epiphany/epiphany-en_GB.omf
-share/omf/epiphany/epiphany-es.omf
-share/omf/epiphany/epiphany-eu.omf
-share/omf/epiphany/epiphany-fi.omf
-share/omf/epiphany/epiphany-fr.omf
-share/omf/epiphany/epiphany-it.omf
-share/omf/epiphany/epiphany-ja.omf
-share/omf/epiphany/epiphany-nl.omf
-share/omf/epiphany/epiphany-oc.omf
-share/omf/epiphany/epiphany-ru.omf
-share/omf/epiphany/epiphany-sv.omf
-share/omf/epiphany/epiphany-uk.omf
- at dirrm share/omf/epiphany
- at dirrmtry share/icons/LowContrastLargePrint/48x48/apps
- at dirrmtry share/icons/LowContrastLargePrint/48x48
- at dirrmtry share/icons/LowContrastLargePrint
- at dirrm share/gnome/help/epiphany/uk/figures
- at dirrm share/gnome/help/epiphany/uk
- at dirrm share/gnome/help/epiphany/sv/figures
- at dirrm share/gnome/help/epiphany/sv
- at dirrm share/gnome/help/epiphany/ru/figures
- at dirrm share/gnome/help/epiphany/ru
- at dirrm share/gnome/help/epiphany/oc/figures
- at dirrm share/gnome/help/epiphany/oc
- at dirrm share/gnome/help/epiphany/nl/figures
- at dirrm share/gnome/help/epiphany/nl
- at dirrm share/gnome/help/epiphany/ja/figures
- at dirrm share/gnome/help/epiphany/ja
- at dirrm share/gnome/help/epiphany/it/figures
- at dirrm share/gnome/help/epiphany/it
- at dirrm share/gnome/help/epiphany/fr/figures
- at dirrm share/gnome/help/epiphany/fr
- at dirrm share/gnome/help/epiphany/fi/figures
- at dirrm share/gnome/help/epiphany/fi
- at dirrm share/gnome/help/epiphany/eu/figures
- at dirrm share/gnome/help/epiphany/eu
- at dirrm share/gnome/help/epiphany/es/figures
- at dirrm share/gnome/help/epiphany/es
- at dirrm share/gnome/help/epiphany/en_GB/figures
- at dirrm share/gnome/help/epiphany/en_GB
- at dirrm share/gnome/help/epiphany/el/figures
- at dirrm share/gnome/help/epiphany/el
- at dirrm share/gnome/help/epiphany/de/figures
- at dirrm share/gnome/help/epiphany/de
- at dirrm share/gnome/help/epiphany/cs/figures
- at dirrm share/gnome/help/epiphany/cs
- at dirrm share/gnome/help/epiphany/ca/figures
- at dirrm share/gnome/help/epiphany/ca
- at dirrm share/gnome/help/epiphany/bg/figures
- at dirrm share/gnome/help/epiphany/bg
- at dirrm share/gnome/help/epiphany/C/figures
- at dirrm share/gnome/help/epiphany/C
- at dirrm share/gnome/help/epiphany
- at dirrmtry %%DATADIR%%/icons/hicolor/scalable/status
- at dirrmtry %%DATADIR%%/icons/hicolor/scalable/actions
- at dirrmtry %%DATADIR%%/icons/hicolor/scalable
- at dirrmtry %%DATADIR%%/icons/hicolor/48x48/status
- at dirrmtry %%DATADIR%%/icons/hicolor/48x48
- at dirrmtry %%DATADIR%%/icons/hicolor/32x32/status
- at dirrmtry %%DATADIR%%/icons/hicolor/32x32/actions
- at dirrmtry %%DATADIR%%/icons/hicolor/32x32
- at dirrmtry %%DATADIR%%/icons/hicolor/24x24/status
- at dirrmtry %%DATADIR%%/icons/hicolor/24x24/places
- at dirrmtry %%DATADIR%%/icons/hicolor/24x24/actions
- at dirrmtry %%DATADIR%%/icons/hicolor/24x24
- at dirrmtry %%DATADIR%%/icons/hicolor/22x22/status
- at dirrmtry %%DATADIR%%/icons/hicolor/22x22/places
- at dirrmtry %%DATADIR%%/icons/hicolor/22x22/actions
- at dirrmtry %%DATADIR%%/icons/hicolor/22x22
- at dirrmtry %%DATADIR%%/icons/hicolor/16x16/status
- at dirrmtry %%DATADIR%%/icons/hicolor/16x16/places
- at dirrmtry %%DATADIR%%/icons/hicolor/16x16/actions
- at dirrmtry %%DATADIR%%/icons/hicolor/16x16
- at dirrmtry %%DATADIR%%/icons/hicolor
- at dirrmtry %%DATADIR%%/icons
- at dirrm %%DATADIR%%/glade
- at dirrm %%DATADIR%%/art
- at dirrmtry %%DATADIR%%
- at dirrmtry %%DOCSDIR%%
- at dirrmtry share/applications
- at dirrmtry lib/epiphany/%%EPHY_VERSION%%/plugins
- at dirrmtry lib/epiphany/%%EPHY_VERSION%%
- at dirrmtry lib/epiphany
- at dirrm include/epiphany/%%EPHY_VERSION%%/epiphany
- at dirrm include/epiphany/%%EPHY_VERSION%%
- at dirrm include/epiphany
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at dirrmtry share/locale/zh_HK/LC_MESSAGES
- at dirrmtry share/locale/zh_HK
- at dirrmtry share/locale/yo/LC_MESSAGES
- at dirrmtry share/locale/yo
- at dirrmtry share/locale/uz at cyrillic/LC_MESSAGES
- at dirrmtry share/locale/uz at cyrillic
- at dirrmtry share/locale/te/LC_MESSAGES
- at dirrmtry share/locale/te
- at dirrmtry share/locale/sr at latin/LC_MESSAGES
- at dirrmtry share/locale/sr at latin
- at dirrmtry share/locale/si/LC_MESSAGES
- at dirrmtry share/locale/si
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/locale/ps/LC_MESSAGES
- at dirrmtry share/locale/ps
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
- at dirrmtry share/locale/nds/LC_MESSAGES
- at dirrmtry share/locale/nds
- at dirrmtry share/locale/mr/LC_MESSAGES
- at dirrmtry share/locale/mr
- at dirrmtry share/locale/mi/LC_MESSAGES
- at dirrmtry share/locale/mi
- at dirrmtry share/locale/mg/LC_MESSAGES
- at dirrmtry share/locale/mg
- at dirrmtry share/locale/mai/LC_MESSAGES
- at dirrmtry share/locale/mai
- at dirrmtry share/locale/ku/LC_MESSAGES
- at dirrmtry share/locale/ku
- at dirrmtry share/locale/ig/LC_MESSAGES
- at dirrmtry share/locale/ig
- at dirrmtry share/locale/hy/LC_MESSAGES
- at dirrmtry share/locale/hy
- at dirrmtry share/locale/en at shaw/LC_MESSAGES
- at dirrmtry share/locale/en at shaw
- at dirrmtry share/locale/dz/LC_MESSAGES
- at dirrmtry share/locale/dz
- at dirrmtry share/locale/ca at valencia/LC_MESSAGES
- at dirrmtry share/locale/ca at valencia
- at dirrmtry share/locale/bn_IN/LC_MESSAGES
- at dirrmtry share/locale/bn_IN
- at dirrmtry share/locale/be at latin/LC_MESSAGES
- at dirrmtry share/locale/be at latin
- at dirrmtry share/locale/ast/LC_MESSAGES
- at dirrmtry share/locale/ast
- at dirrmtry share/locale/as/LC_MESSAGES
- at dirrmtry share/locale/as
- at dirrmtry share/locale/an/LC_MESSAGES
- at dirrmtry share/locale/an
More information about the Midnightbsd-cvs
mailing list