summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-08-23 03:06:16 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-08-23 03:06:16 +0800
commitb0032f144810caaa042e26d981140e2154083dd1 (patch)
treeffa4e3e6305f07d02077a15df6ab36eac928e90f
parent06d59aacf9dbecf60bbac34ddb5706f99436b5d8 (diff)
downloadmarcuscom-ports-b0032f144810caaa042e26d981140e2154083dd1.tar
marcuscom-ports-b0032f144810caaa042e26d981140e2154083dd1.tar.gz
marcuscom-ports-b0032f144810caaa042e26d981140e2154083dd1.tar.bz2
marcuscom-ports-b0032f144810caaa042e26d981140e2154083dd1.tar.lz
marcuscom-ports-b0032f144810caaa042e26d981140e2154083dd1.tar.xz
marcuscom-ports-b0032f144810caaa042e26d981140e2154083dd1.tar.zst
marcuscom-ports-b0032f144810caaa042e26d981140e2154083dd1.zip
Update to 3.6.1.
Submitted by: Gustau Perez git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18659 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--www/epiphany3/Makefile36
-rw-r--r--www/epiphany3/distinfo4
-rw-r--r--www/epiphany3/pkg-plist222
3 files changed, 35 insertions, 227 deletions
diff --git a/www/epiphany3/Makefile b/www/epiphany3/Makefile
index c4845c9cd..e17cb3fe0 100644
--- a/www/epiphany3/Makefile
+++ b/www/epiphany3/Makefile
@@ -3,8 +3,7 @@
# $MCom: ports/trunk/www/epiphany3/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= epiphany
-PORTVERSION= 3.4.3
-PORTREVISION?= 0
+PORTVERSION= 3.6.1
CATEGORIES= www gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -13,15 +12,14 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT?= Extremely lightweight and simple web browser for GNOME 3
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
- gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
- ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
-LIB_DEPENDS= webkitgtk-3.0:${PORTSDIR}/www/webkit-gtk3 \
- soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome \
- startup-notification-1:${PORTSDIR}/x11/startup-notification \
- notify:${PORTSDIR}/devel/libnotify \
- gnome-keyring:${PORTSDIR}/security/libgnome-keyring
+ 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 \
+ libnotify.so:${PORTSDIR}/devel/libnotify \
+ libgnome-keyring.so:${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 \
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
gnome-icon-theme-symbolic>=0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
@@ -35,16 +33,14 @@ USE_XZ= yes
USE_PYTHON= yes
USE_SQLITE= 3
USES= desktop-file-utils gettext gmake pathfix pkgconfig
-USE_GNOME= gnomeprefix intlhack gnomedocutils libxml2
+USE_GNOME= gnomedesktop3 gnomedocutils gnomeprefix intlhack libxml2
USE_XORG= ice x11 sm
GNU_CONFIGURE= yes
-INSTALLS_OMF= yes
CONFIGURE_ARGS+=--enable-introspection \
--with-distributor-name="FreeBSD GNOME Project"
# --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt
-CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
GLIB_SCHEMAS= org.gnome.Epiphany.enums.xml \
org.gnome.epiphany.gschema.xml
@@ -53,34 +49,28 @@ PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}"
MAN1= epiphany.1
-OPTIONS_DEFINE= AVAHI NSS SPELLCHECK SEED
+OPTIONS_DEFINE= AVAHI NSS SPELLCHECK
OPTIONS_DEFAULT=AVAHI NSS SPELLCHECK
NSS_DESC= Import passwords from 2.26 and older
SPELLCHECK_DESC=Enable spell checking by default
-SEED_DESC= Seed (JavaScript) support
.include <bsd.port.options.mk>
CONFIGURE_ARGS+= --enable-compile-warnings=no
.if ${PORT_OPTIONS:MNSS}
-LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss
+LIB_DEPENDS+= libnss3.so:${PORTSDIR}/security/nss
CONFIGURE_ARGS+=--enable-nss
.else
CONFIGURE_ARGS+=--disable-nss
.endif
.if ${PORT_OPTIONS:MAVAHI}
-LIB_DEPENDS+= avahi-gobject:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS+= libavahi-gobject.so:${PORTSDIR}/net/avahi-app
.else
CONFIGURE_ARGS+=--disable-zeroconf
.endif
-.if ${PORT_OPTIONS:MSEED}
-LIB_DEPENDS+= seed-gtk3:${PORTSDIR}/devel/seed3
-CONFIGURE_ARGS+=--enable-seed
-.endif
-
.if ${PORT_OPTIONS:MSPELLCHECK}
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-embed_ephy-embed-prefs.c
.endif
diff --git a/www/epiphany3/distinfo b/www/epiphany3/distinfo
index 43caafcc5..666b2cddb 100644
--- a/www/epiphany3/distinfo
+++ b/www/epiphany3/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/epiphany-3.4.3.tar.xz) = 3233fb9e9e8a056c3ef494e85cf5e27068abf51df5fc7f5203ab7afda480f395
-SIZE (gnome3/epiphany-3.4.3.tar.xz) = 5029412
+SHA256 (gnome3/epiphany-3.6.1.tar.xz) = 1b4e33e02f7653489be9c49d182be84da13348b4ad3cb4c09c643898586a6008
+SIZE (gnome3/epiphany-3.6.1.tar.xz) = 2479828
diff --git a/www/epiphany3/pkg-plist b/www/epiphany3/pkg-plist
index 080f5ef34..7a2ec9ff8 100644
--- a/www/epiphany3/pkg-plist
+++ b/www/epiphany3/pkg-plist
@@ -23,6 +23,7 @@ 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-overview.h
include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-permission-manager.h
include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-session.h
include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-settings.h
@@ -31,139 +32,23 @@ include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-state.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
-lib/girepository-1.0/Epiphany-3.4.typelib
-libdata/pkgconfig/epiphany-3.4.pc
+lib/girepository-1.0/Epiphany-%%EPHY_VERSION%%.typelib
+libdata/pkgconfig/epiphany-%%EPHY_VERSION%%.pc
+share/GConf/gsettings/epiphany.convert
share/aclocal/epiphany.m4
share/applications/epiphany.desktop
share/dbus-1/services/org.gnome.Epiphany.service
-share/GConf/gsettings/epiphany.convert
-share/gir-1.0/Epiphany-3.4.gir
-%%DATADIR%%/about.ini
-%%DATADIR%%/default-bookmarks.rdf
-%%DATADIR%%/epiphany-bookmark-editor-ui.xml
-%%DATADIR%%/epiphany-bookmarks-html.xsl
-%%DATADIR%%/epiphany-history-window-ui.xml
-%%DATADIR%%/epiphany-ui.xml
-%%DATADIR%%/epiphany.css
-%%DATADIR%%/epiphany.xhtml
-%%DATADIR%%/glade/epiphany-application-menu.ui
-%%DATADIR%%/glade/epiphany.ui
-%%DATADIR%%/glade/prefs-dialog.ui
-%%DATADIR%%/mime-types-permissions.xml
+share/gir-1.0/Epiphany-%%EPHY_VERSION%%.gir
+share/epiphany/about.ini
+share/epiphany/default-bookmarks.rdf
+share/epiphany/epiphany-bookmarks-html.xsl
+share/epiphany/epiphany.xhtml
+share/epiphany/mime-types-permissions.xml
share/epiphany/pages/about.css
share/epiphany/pages/error.html
share/epiphany/pages/recovery.html
-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/gl/epiphany.xml
-share/gnome/help/epiphany/gl/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/gl/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/gl/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/gl/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/sl/epiphany.xml
-share/gnome/help/epiphany/sl/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/sl/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/sl/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/sl/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/te/epiphany.xml
-share/gnome/help/epiphany/te/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/te/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/te/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/te/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/gnome/help/epiphany/zh_CN/epiphany.xml
-share/gnome/help/epiphany/zh_CN/figures/ephy-addressbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/zh_CN/figures/ephy-bookmarkbar-smartbookmark-screenshot.png
-share/gnome/help/epiphany/zh_CN/figures/ephy-history-window-screenshot.png
-share/gnome/help/epiphany/zh_CN/figures/ephy-screenshot.png
+share/epiphany/icons/missing-thumbnail.png
+share/epiphany/icons/thumbnail-frame.png
share/locale/am/LC_MESSAGES/epiphany.mo
share/locale/an/LC_MESSAGES/epiphany.mo
share/locale/ar/LC_MESSAGES/epiphany.mo
@@ -262,81 +147,6 @@ share/locale/yo/LC_MESSAGES/epiphany.mo
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-gl.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-sl.omf
-share/omf/epiphany/epiphany-sv.omf
-share/omf/epiphany/epiphany-te.omf
-share/omf/epiphany/epiphany-uk.omf
-share/omf/epiphany/epiphany-zh_CN.omf
-@dirrm share/omf/epiphany
-@dirrm share/gnome/help/epiphany/zh_CN/figures
-@dirrm share/gnome/help/epiphany/zh_CN
-@dirrm share/gnome/help/epiphany/uk/figures
-@dirrm share/gnome/help/epiphany/uk
-@dirrm share/gnome/help/epiphany/te/figures
-@dirrm share/gnome/help/epiphany/te
-@dirrm share/gnome/help/epiphany/sl/figures
-@dirrm share/gnome/help/epiphany/sl
-@dirrm share/gnome/help/epiphany/sv/figures
-@dirrm share/gnome/help/epiphany/sv
-@dirrm share/gnome/help/epiphany/ru/figures
-@dirrm share/gnome/help/epiphany/ru
-@dirrm share/gnome/help/epiphany/oc/figures
-@dirrm share/gnome/help/epiphany/oc
-@dirrm share/gnome/help/epiphany/nl/figures
-@dirrm share/gnome/help/epiphany/nl
-@dirrm share/gnome/help/epiphany/ja/figures
-@dirrm share/gnome/help/epiphany/ja
-@dirrm share/gnome/help/epiphany/it/figures
-@dirrm share/gnome/help/epiphany/it
-@dirrm share/gnome/help/epiphany/gl/figures
-@dirrm share/gnome/help/epiphany/gl
-@dirrm share/gnome/help/epiphany/fr/figures
-@dirrm share/gnome/help/epiphany/fr
-@dirrm share/gnome/help/epiphany/fi/figures
-@dirrm share/gnome/help/epiphany/fi
-@dirrm share/gnome/help/epiphany/eu/figures
-@dirrm share/gnome/help/epiphany/eu
-@dirrm share/gnome/help/epiphany/es/figures
-@dirrm share/gnome/help/epiphany/es
-@dirrm share/gnome/help/epiphany/en_GB/figures
-@dirrm share/gnome/help/epiphany/en_GB
-@dirrm share/gnome/help/epiphany/el/figures
-@dirrm share/gnome/help/epiphany/el
-@dirrm share/gnome/help/epiphany/de/figures
-@dirrm share/gnome/help/epiphany/de
-@dirrm share/gnome/help/epiphany/cs/figures
-@dirrm share/gnome/help/epiphany/cs
-@dirrm share/gnome/help/epiphany/ca/figures
-@dirrm share/gnome/help/epiphany/ca
-@dirrm share/gnome/help/epiphany/bg/figures
-@dirrm share/gnome/help/epiphany/bg
-@dirrm share/gnome/help/epiphany/C/figures
-@dirrm share/gnome/help/epiphany/C
-@dirrm share/gnome/help/epiphany
-@dirrm %%DATADIR%%/pages
-@dirrm %%DATADIR%%/glade
-@dirrmtry %%DATADIR%%
-@dirrmtry share/applications
-@dirrm include/epiphany/%%EPHY_VERSION%%/epiphany
-@dirrm include/epiphany/%%EPHY_VERSION%%
-@dirrm include/epiphany
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/yo/LC_MESSAGES
@@ -393,3 +203,11 @@ share/omf/epiphany/epiphany-zh_CN.omf
@dirrmtry share/locale/as
@dirrmtry share/locale/an/LC_MESSAGES
@dirrmtry share/locale/an
+@dirrm %%DOCSDIR%%
+@dirrm %%DATADIR%%/pages
+@dirrm %%DATADIR%%/icons
+@dirrmtry %%DATADIR%%
+@dirrmtry share/applications
+@dirrm include/epiphany/%%EPHY_VERSION%%/epiphany
+@dirrm include/epiphany/%%EPHY_VERSION%%
+@dirrm include/epiphany