diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-09 22:53:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-09 22:53:20 +0000 |
commit | 53443c8dd85767b7caa628c11fa7b17899bd4cab (patch) | |
tree | 33407138b17b4d194ef39b50d41a982ec49a4f6d /www/google_shortcuts | |
parent | 8db974b9100000b8a481c612256ee3f7cf0cab5d (diff) | |
download | ports-53443c8dd85767b7caa628c11fa7b17899bd4cab.tar.gz ports-53443c8dd85767b7caa628c11fa7b17899bd4cab.zip |
- Update to 1.5.8
PR: 128441
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=222644
Diffstat (limited to 'www/google_shortcuts')
-rw-r--r-- | www/google_shortcuts/Makefile | 5 | ||||
-rw-r--r-- | www/google_shortcuts/distinfo | 6 | ||||
-rw-r--r-- | www/google_shortcuts/files/chrome.manifest | 6 |
3 files changed, 12 insertions, 5 deletions
diff --git a/www/google_shortcuts/Makefile b/www/google_shortcuts/Makefile index 6e6f2471f6b8..14b68b03fee9 100644 --- a/www/google_shortcuts/Makefile +++ b/www/google_shortcuts/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gbutts -PORTVERSION= 1.5.4 +PORTVERSION= 1.5.8 DISTVERSIONSUFFIX= -fx CATEGORIES= www @@ -15,7 +15,8 @@ COMMENT= Display all of your Google Services as buttons just next to your addres XPI_ID= {5C46D283-ABDE-4dce-B83C-08881401921C} XPI_NUM= 3576 -XPI_FILES= chrome/gbutts.jar defaults/preferences/install.js install.rdf +XPI_FILES= chrome/gbutts.jar defaults/preferences/install.js \ + install.rdf chrome.manifest XPI_DIRS= chrome defaults/preferences defaults .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" diff --git a/www/google_shortcuts/distinfo b/www/google_shortcuts/distinfo index 1f9d1dc9bd15..91c6416f06c0 100644 --- a/www/google_shortcuts/distinfo +++ b/www/google_shortcuts/distinfo @@ -1,3 +1,3 @@ -MD5 (xpi/gbutts-1.5.4-fx.xpi) = 8b364d02cf9268da4a8714102c8ac731 -SHA256 (xpi/gbutts-1.5.4-fx.xpi) = b0ada74cfd5bcb8afafffe86b2b88b05c3506f1fda71dcb993366ed492813fa3 -SIZE (xpi/gbutts-1.5.4-fx.xpi) = 50894 +MD5 (xpi/gbutts-1.5.8-fx.xpi) = 66d40399e36ce6298a9cb4323fa4b40b +SHA256 (xpi/gbutts-1.5.8-fx.xpi) = 4946d297502454eb9268b2ca1628e5fb4ee882b3112129faa7724864e995acae +SIZE (xpi/gbutts-1.5.8-fx.xpi) = 68450 diff --git a/www/google_shortcuts/files/chrome.manifest b/www/google_shortcuts/files/chrome.manifest new file mode 100644 index 000000000000..36b248b6f5fc --- /dev/null +++ b/www/google_shortcuts/files/chrome.manifest @@ -0,0 +1,6 @@ + +overlay chrome://browser/content/browser.xul chrome://gbutts/content/gbuttsOverlay.xul +overlay chrome://navigator/content/navigator.xul chrome://gbutts/content/gbuttsOverlay.xul +content gbutts jar:chrome/gbutts.jar!/content/ + +skin gbutts classic/1.0 jar:chrome/gbutts.jar!/skin/ |