diff options
Diffstat (limited to 'editors/gedit2')
-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 |