diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-28 10:28:53 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-28 10:28:53 +0800 |
commit | 29c7f3458bbb27e5ef5d4e9199ad4b0a411d00c4 (patch) | |
tree | 004ccc5499131e33155c3367fd636fa86733000e | |
parent | 5149e591c522fcc9568623a9ef7b8728a041a3ce (diff) | |
download | marcuscom-ports-29c7f3458bbb27e5ef5d4e9199ad4b0a411d00c4.tar marcuscom-ports-29c7f3458bbb27e5ef5d4e9199ad4b0a411d00c4.tar.gz marcuscom-ports-29c7f3458bbb27e5ef5d4e9199ad4b0a411d00c4.tar.bz2 marcuscom-ports-29c7f3458bbb27e5ef5d4e9199ad4b0a411d00c4.tar.lz marcuscom-ports-29c7f3458bbb27e5ef5d4e9199ad4b0a411d00c4.tar.xz marcuscom-ports-29c7f3458bbb27e5ef5d4e9199ad4b0a411d00c4.tar.zst marcuscom-ports-29c7f3458bbb27e5ef5d4e9199ad4b0a411d00c4.zip |
* Update to 2.2.0
* Start my crusade to make the help documentation installation and
uninstallation a little smoother
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@473 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | editors/gedit2/Makefile | 4 | ||||
-rw-r--r-- | editors/gedit2/distinfo | 2 | ||||
-rw-r--r-- | editors/gedit2/pkg-plist | 5 |
3 files changed, 8 insertions, 3 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 277c8e3d5..dcdfa901f 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gedit2 -PORTVERSION= 2.1.91 +PORTVERSION= 2.2.0 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.1 +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.2 DISTNAME= gedit-${PORTVERSION} DIST_SUBDIR= gnome2 diff --git a/editors/gedit2/distinfo b/editors/gedit2/distinfo index 6e2989a01..cf95b2d63 100644 --- a/editors/gedit2/distinfo +++ b/editors/gedit2/distinfo @@ -1 +1 @@ -MD5 (gnome2/gedit-2.1.91.tar.bz2) = 504cdb18efea2a10c9a31df795ccd35a +MD5 (gnome2/gedit-2.2.0.tar.bz2) = 30627d1c185813cc3e20e0e868177938 diff --git a/editors/gedit2/pkg-plist b/editors/gedit2/pkg-plist index c04ed0a82..1aab77737 100644 --- a/editors/gedit2/pkg-plist +++ b/editors/gedit2/pkg-plist @@ -93,6 +93,8 @@ share/gnome/idl/GNOME_Gedit.idl share/gnome/mime-info/gedit.keys share/gnome/omf/gedit/gedit-C.omf share/gnome/omf/gedit/gedit-ro.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-C.omf 2>/dev/null || /usr/bin/true +@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-ro.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/gedit-icon.png share/gnome/pixmaps/gedit-logo.png share/gnome/pixmaps/gedit-plugin-manager.png @@ -122,6 +124,7 @@ share/locale/ko/LC_MESSAGES/gedit-2.0.mo share/locale/lt/LC_MESSAGES/gedit-2.0.mo share/locale/lv/LC_MESSAGES/gedit-2.0.mo share/locale/mk/LC_MESSAGES/gedit-2.0.mo +share/locale/mn/LC_MESSAGES/gedit-2.0.mo share/locale/ms/LC_MESSAGES/gedit-2.0.mo share/locale/nl/LC_MESSAGES/gedit-2.0.mo share/locale/nn/LC_MESSAGES/gedit-2.0.mo @@ -190,3 +193,5 @@ share/locale/zh_TW/LC_MESSAGES/gedit-2.0.mo @dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor @dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences @dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2 +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-ro.omf 2>/dev/null || /usr/bin/true +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-C.omf 2>/dev/null || /usr/bin/true |