diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-22 20:21:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-22 20:21:30 +0000 |
commit | e11bb8163eed2e0673db0259005c8952b5cbe6d4 (patch) | |
tree | 8d16e202c774b9d20c7b98cf75f49feb549be692 /mail/balsa | |
parent | d1cddd245e536ac4575b64f50b5fbbbf2862b929 (diff) | |
download | ports-e11bb8163eed2e0673db0259005c8952b5cbe6d4.tar.gz ports-e11bb8163eed2e0673db0259005c8952b5cbe6d4.zip |
Fix plist by adding missing icons. Note: a better fix is coming after
the freeze which will require some gtk20 modifications as well.
Reported by: pointyhat via kris
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=131904
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 1 | ||||
-rw-r--r-- | mail/balsa/pkg-plist | 14 |
2 files changed, 14 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 18f4f017aec8..459b20b187b1 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -7,6 +7,7 @@ PORTNAME= balsa PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ DISTNAME= balsa-${PORTVERSION} diff --git a/mail/balsa/pkg-plist b/mail/balsa/pkg-plist index 5c88696f20c1..afbe43d15f43 100644 --- a/mail/balsa/pkg-plist +++ b/mail/balsa/pkg-plist @@ -73,6 +73,17 @@ share/gnome/omf/balsa/balsa-C.omf share/gnome/pixmaps/gnome-balsa2.png share/gnome/sounds/balsa/newmail.wav share/gnome/sounds/balsa/startup.wav +share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pgp-signature.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pkcs7-mime.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-application-pkcs7-signature.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-pkcs7-signature.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-message-disposition-notification.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-message-external-body.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-message.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-alternative.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-encrypted.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart-signed.png +share/icons/hicolor/48x48/mimetypes/gnome-mime-multipart.png share/locale/am/LC_MESSAGES/balsa.mo share/locale/az/LC_MESSAGES/balsa.mo share/locale/bg/LC_MESSAGES/balsa.mo @@ -133,4 +144,5 @@ share/locale/zh_TW/LC_MESSAGES/balsa.mo @dirrm share/gnome/balsa/hicolor/16x16 @dirrm share/gnome/balsa/hicolor @dirrm share/gnome/balsa -@unexec gtk-update-icon-cache %%X11BASE%%/share/icons/hicolor > /dev/null || /usr/bin/true +@comment @unexec gtk-update-icon-cache %%X11BASE%%/share/icons/hicolor > /dev/null || /usr/bin/true +@unexec rm -f %%X11BASE%%/share/icons/hicolor/icon-theme.cache |