diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-05 18:07:43 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-05 18:07:43 +0000 |
commit | 7b1f674b624b74803cc0f14ee1fad29c679f72b4 (patch) | |
tree | 7cf6fbbdaa41dcfe4b51402239f3837326a2591e /www/epiphany/pkg-plist | |
parent | 3a369b791a6919c0c969f2737038510a516a86e1 (diff) | |
download | ports-7b1f674b624b74803cc0f14ee1fad29c679f72b4.tar.gz ports-7b1f674b624b74803cc0f14ee1fad29c679f72b4.zip |
Notes
Diffstat (limited to 'www/epiphany/pkg-plist')
-rw-r--r-- | www/epiphany/pkg-plist | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist index b952ba6ccd0f..f3a1693b0867 100644 --- a/www/epiphany/pkg-plist +++ b/www/epiphany/pkg-plist @@ -1,7 +1,7 @@ bin/epiphany bin/epiphany-bin -include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-bookmarks.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-command-manager.h include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-cookie-manager.h include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-dialog.h @@ -32,7 +32,7 @@ include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-tab.h include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-type-builtins.h include/epiphany-%%EPHY_VERSION%%/epiphany/ephy-window.h libdata/bonobo/servers/GNOME_Epiphany_Automation.server -libdata/pkgconfig/epiphany-1.6.pc +libdata/pkgconfig/epiphany-%%EPHY_VERSION%%.pc %%DOCSDIR%%/EphyCommandManager.html %%DOCSDIR%%/EphyEmbed.html %%DOCSDIR%%/EphyNodeDb.html @@ -41,11 +41,11 @@ libdata/pkgconfig/epiphany-1.6.pc %%DOCSDIR%%/ch01.html %%DOCSDIR%%/ch02.html %%DOCSDIR%%/epiphany-EphyEmbedFactory.html -%%DOCSDIR%%/epiphany-EphyExtensionsManager.html %%DOCSDIR%%/epiphany-EphyEmbedPersist.html %%DOCSDIR%%/epiphany-EphyEmbedSingle.html -%%DOCSDIR%%/epiphany-EphyPermissionManager.html +%%DOCSDIR%%/epiphany-EphyExtensionsManager.html %%DOCSDIR%%/epiphany-EphyGlade.html +%%DOCSDIR%%/epiphany-EphyPermissionManager.html %%DOCSDIR%%/epiphany-ephy-cookie-manager.html %%DOCSDIR%%/epiphany-ephy-password-manager.html %%DOCSDIR%%/epiphany-ephy-session.html @@ -61,7 +61,6 @@ libdata/pkgconfig/epiphany-1.6.pc share/gnome/application-registry/epiphany.applications share/gnome/applications/bme.desktop share/gnome/applications/epiphany.desktop -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true share/gnome/epiphany/art/epiphany-bookmarks.png share/gnome/epiphany/art/epiphany-close-tab.png share/gnome/epiphany/art/epiphany-download.png @@ -147,6 +146,7 @@ share/locale/fa/LC_MESSAGES/epiphany.mo share/locale/fi/LC_MESSAGES/epiphany.mo share/locale/fr/LC_MESSAGES/epiphany.mo share/locale/ga/LC_MESSAGES/epiphany.mo +share/locale/gl/LC_MESSAGES/epiphany.mo share/locale/gu/LC_MESSAGES/epiphany.mo share/locale/he/LC_MESSAGES/epiphany.mo share/locale/hi/LC_MESSAGES/epiphany.mo @@ -191,6 +191,10 @@ share/locale/vi/LC_MESSAGES/epiphany.mo share/locale/wa/LC_MESSAGES/epiphany.mo share/locale/zh_CN/LC_MESSAGES/epiphany.mo share/locale/zh_TW/LC_MESSAGES/epiphany.mo +@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/rw 2> /dev/null || true +@unexec rmdir %D/share/locale/mi/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/mi 2> /dev/null || true @dirrm share/gnome/omf/epiphany @dirrm share/gnome/help/epiphany/uk/figures @dirrm share/gnome/help/epiphany/uk @@ -211,4 +215,5 @@ share/locale/zh_TW/LC_MESSAGES/epiphany.mo @dirrm %%DOCSDIR%% @dirrm include/epiphany-%%EPHY_VERSION%%/epiphany @dirrm include/epiphany-%%EPHY_VERSION%% +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |