Date: Fri, 1 Jun 2018 20:57:36 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471293 - in head/editors/mousepad: . files Message-ID: <201806012057.w51Kva4N045444@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Fri Jun 1 20:57:35 2018 New Revision: 471293 URL: https://svnweb.freebsd.org/changeset/ports/471293 Log: - Update mousepad to 0.4.1 - Enable GTK3 option by default Deleted: head/editors/mousepad/files/patch-mousepad_mousepad-action-group.c head/editors/mousepad/files/patch-mousepad_mousepad-settings.c head/editors/mousepad/files/patch-mousepad_mousepad-util.c head/editors/mousepad/files/patch-mousepad_mousepad-view.c head/editors/mousepad/files/patch-mousepad_mousepad-window.c Modified: head/editors/mousepad/Makefile head/editors/mousepad/distinfo head/editors/mousepad/pkg-plist Modified: head/editors/mousepad/Makefile ============================================================================== --- head/editors/mousepad/Makefile Fri Jun 1 20:56:09 2018 (r471292) +++ head/editors/mousepad/Makefile Fri Jun 1 20:57:35 2018 (r471293) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mousepad -PORTVERSION= 0.4.0 -PORTREVISION= 3 +PORTVERSION= 0.4.1 CATEGORIES= editors xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -17,10 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib GNU_CONFIGURE= yes -USES= desktop-file-utils gettext gmake libtool perl5 pkgconfig tar:bzip2 +USES= desktop-file-utils gettext gmake libtool perl5 pkgconfig tar:bzip2 USE_GNOME= glib20 intltool intlhack OPTIONS_DEFINE= GTK3 +OPTIONS_DEFAULT= GTK3 GTK3_CONFIGURE_ENABLE= gtk3 GTK3_USE= gnome=gtk30,gtksourceview3,dconf GTK3_USE_OFF= gnome=gtk20,gtksourceview2 Modified: head/editors/mousepad/distinfo ============================================================================== --- head/editors/mousepad/distinfo Fri Jun 1 20:56:09 2018 (r471292) +++ head/editors/mousepad/distinfo Fri Jun 1 20:57:35 2018 (r471293) @@ -1,2 +1,3 @@ -SHA256 (xfce4/mousepad-0.4.0.tar.bz2) = 60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132 -SIZE (xfce4/mousepad-0.4.0.tar.bz2) = 578483 +TIMESTAMP = 1527835896 +SHA256 (xfce4/mousepad-0.4.1.tar.bz2) = 39a7379b929d964665299c385b2cf705e32e8760698ccc34f91c990bb733518b +SIZE (xfce4/mousepad-0.4.1.tar.bz2) = 644161 Modified: head/editors/mousepad/pkg-plist ============================================================================== --- head/editors/mousepad/pkg-plist Fri Jun 1 20:56:09 2018 (r471292) +++ head/editors/mousepad/pkg-plist Fri Jun 1 20:57:35 2018 (r471293) @@ -3,6 +3,7 @@ share/applications/mousepad.desktop share/locale/ar/LC_MESSAGES/mousepad.mo share/locale/ast/LC_MESSAGES/mousepad.mo share/locale/bg/LC_MESSAGES/mousepad.mo +share/locale/ca/LC_MESSAGES/mousepad.mo share/locale/cs/LC_MESSAGES/mousepad.mo share/locale/da/LC_MESSAGES/mousepad.mo share/locale/de/LC_MESSAGES/mousepad.mo @@ -13,8 +14,10 @@ share/locale/es/LC_MESSAGES/mousepad.mo share/locale/eu/LC_MESSAGES/mousepad.mo share/locale/fi/LC_MESSAGES/mousepad.mo share/locale/fr/LC_MESSAGES/mousepad.mo -share/locale/hu/LC_MESSAGES/mousepad.mo +share/locale/gl/LC_MESSAGES/mousepad.mo +share/locale/he/LC_MESSAGES/mousepad.mo share/locale/hr/LC_MESSAGES/mousepad.mo +share/locale/hu/LC_MESSAGES/mousepad.mo share/locale/id/LC_MESSAGES/mousepad.mo share/locale/is/LC_MESSAGES/mousepad.mo share/locale/it/LC_MESSAGES/mousepad.mo @@ -25,6 +28,7 @@ share/locale/lt/LC_MESSAGES/mousepad.mo share/locale/ms/LC_MESSAGES/mousepad.mo share/locale/nb/LC_MESSAGES/mousepad.mo share/locale/nl/LC_MESSAGES/mousepad.mo +share/locale/nn/LC_MESSAGES/mousepad.mo share/locale/oc/LC_MESSAGES/mousepad.mo share/locale/pl/LC_MESSAGES/mousepad.mo share/locale/pt/LC_MESSAGES/mousepad.mo @@ -32,6 +36,8 @@ share/locale/pt_BR/LC_MESSAGES/mousepad.mo share/locale/ro/LC_MESSAGES/mousepad.mo share/locale/ru/LC_MESSAGES/mousepad.mo share/locale/sk/LC_MESSAGES/mousepad.mo +share/locale/sl/LC_MESSAGES/mousepad.mo +share/locale/sq/LC_MESSAGES/mousepad.mo share/locale/sr/LC_MESSAGES/mousepad.mo share/locale/sv/LC_MESSAGES/mousepad.mo share/locale/te/LC_MESSAGES/mousepad.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806012057.w51Kva4N045444>