[Midnightbsd-cvs] mports [19283] trunk/editors/mousepad: mousepad 0.4

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Jun 1 20:55:01 EDT 2015


Revision: 19283
          http://svnweb.midnightbsd.org/mports/?rev=19283
Author:   laffer1
Date:     2015-06-01 20:55:01 -0400 (Mon, 01 Jun 2015)
Log Message:
-----------
mousepad 0.4

Modified Paths:
--------------
    trunk/editors/mousepad/Makefile
    trunk/editors/mousepad/distinfo
    trunk/editors/mousepad/pkg-descr
    trunk/editors/mousepad/pkg-plist

Added Paths:
-----------
    trunk/editors/mousepad/files/patch-mousepad_mousepad-close-button.c

Removed Paths:
-------------
    trunk/editors/mousepad/files/patch-mousepad.desktop.in.in
    trunk/editors/mousepad/files/patch-mousepad__main.c

Modified: trunk/editors/mousepad/Makefile
===================================================================
--- trunk/editors/mousepad/Makefile	2015-06-02 00:53:47 UTC (rev 19282)
+++ trunk/editors/mousepad/Makefile	2015-06-02 00:55:01 UTC (rev 19283)
@@ -2,10 +2,10 @@
 # $FreeBSD: ports/editors/mousepad/Makefile,v 1.9 2008/06/06 13:25:52 edwin Exp $
 
 PORTNAME=	mousepad
-PORTVERSION=	0.3.0
+PORTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	editors xfce
-MASTER_SITES=	${MASTER_SITE_XFCE}
-MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R}
+MASTER_SITES=	XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	xfce4
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -14,21 +14,19 @@
 LICENSE=	gpl2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
+
 GNU_CONFIGURE=	yes
-USES=	desktop-file-utils gettext gmake pathfix pkgconfig perl5 tar:bzip2
-USE_GNOME=	glib20 gtk20 intltool intlhack gtksourceview2
-USE_XFCE=	configenv
+USES=	desktop-file-utils gettext gmake libtool pkgconfig perl5 tar:bzip2
+USE_GNOME=	glib20 intltool intlhack
 
-OPTIONS_DEFINE=	DBUS
-OPTIONS_DEFAULT=	DBUS
+OPTIONS_DEFINE=	GTK3
+GTK3_CONFIGURE_ENABLE=	gtk3
+GTK3_USE=	gnome=gtk30,gtksourceview3
+GTK3_USES=	xfce:gtk3
+GTK3_USE_OFF=	gnome=gtk20,gtksourceview2
+GTK3_USES_OFF=	xfce
 
-.include <bsd.mport.options.mk>
+GLIB_SCHEMAS=	org.xfce.mousepad.gschema.xml
 
-.if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
-CONFIGURE_ARGS+=--enable-dbus
-.else
-CONFIGURE_ARGS+=--disable-dbus
-.endif
-
 .include <bsd.port.mk>

Modified: trunk/editors/mousepad/distinfo
===================================================================
--- trunk/editors/mousepad/distinfo	2015-06-02 00:53:47 UTC (rev 19282)
+++ trunk/editors/mousepad/distinfo	2015-06-02 00:55:01 UTC (rev 19283)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/mousepad-0.3.0.tar.bz2) = 10f27506994d0d0b8f9e02555404a144babedab97517abe3b6be8b2d21ff046d
-SIZE (xfce4/mousepad-0.3.0.tar.bz2) = 481125
+SHA256 (xfce4/mousepad-0.4.0.tar.bz2) = 60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd619848d132
+SIZE (xfce4/mousepad-0.4.0.tar.bz2) = 578483

Deleted: trunk/editors/mousepad/files/patch-mousepad.desktop.in.in
===================================================================
--- trunk/editors/mousepad/files/patch-mousepad.desktop.in.in	2015-06-02 00:53:47 UTC (rev 19282)
+++ trunk/editors/mousepad/files/patch-mousepad.desktop.in.in	2015-06-02 00:55:01 UTC (rev 19283)
@@ -1,10 +0,0 @@
---- ./mousepad.desktop.in.in.orig	2012-12-30 11:04:01.000000000 +0000
-+++ ./mousepad.desktop.in.in	2012-12-30 15:36:39.000000000 +0000
-@@ -9,5 +9,5 @@
- Terminal=false
- StartupNotify=true
- Type=Application
--Categories=Application;Utility;TextEditor;GTK;
--MimeType=text/plain
-+Categories=Utility;TextEditor;GTK;
-+MimeType=text/plain;

Deleted: trunk/editors/mousepad/files/patch-mousepad__main.c
===================================================================
--- trunk/editors/mousepad/files/patch-mousepad__main.c	2015-06-02 00:53:47 UTC (rev 19282)
+++ trunk/editors/mousepad/files/patch-mousepad__main.c	2015-06-02 00:55:01 UTC (rev 19283)
@@ -1,10 +0,0 @@
---- ./mousepad/main.c.orig	2012-12-30 11:04:01.000000000 +0000
-+++ ./mousepad/main.c	2012-12-30 15:35:18.000000000 +0000
-@@ -72,6 +72,7 @@
- 
-   /* bind the text domain to the locale directory */
-   bindtextdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR);
-+  bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
- 
-   /* set the package textdomain */
-   textdomain (GETTEXT_PACKAGE);

Added: trunk/editors/mousepad/files/patch-mousepad_mousepad-close-button.c
===================================================================
--- trunk/editors/mousepad/files/patch-mousepad_mousepad-close-button.c	                        (rev 0)
+++ trunk/editors/mousepad/files/patch-mousepad_mousepad-close-button.c	2015-06-02 00:55:01 UTC (rev 19283)
@@ -0,0 +1,11 @@
+--- mousepad/mousepad-close-button.c.orig	2014-09-01 20:50:07 UTC
++++ mousepad/mousepad-close-button.c
+@@ -88,7 +88,7 @@ mousepad_close_button_init (MousepadClos
+   gtk_widget_set_name (GTK_WIDGET (button), "mousepad-close-button");
+ #endif
+ 
+-  image = gtk_image_new_from_icon_name ("gtk-close", GTK_ICON_SIZE_MENU);
++  image = gtk_image_new_from_icon_name ("window-close", GTK_ICON_SIZE_MENU);
+   gtk_container_add (GTK_CONTAINER (button), image);
+   gtk_widget_show (image);
+ 


Property changes on: trunk/editors/mousepad/files/patch-mousepad_mousepad-close-button.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/editors/mousepad/pkg-descr
===================================================================
--- trunk/editors/mousepad/pkg-descr	2015-06-02 00:53:47 UTC (rev 19282)
+++ trunk/editors/mousepad/pkg-descr	2015-06-02 00:55:01 UTC (rev 19283)
@@ -1,3 +1,3 @@
 Mousepad is a simple text editor for the Xfce desktop environment.
 
-WWW: http://www.xfce.org/projects/mousepad/
+WWW: http://goodies.xfce.org/projects/applications/mousepad

Modified: trunk/editors/mousepad/pkg-plist
===================================================================
--- trunk/editors/mousepad/pkg-plist	2015-06-02 00:53:47 UTC (rev 19282)
+++ trunk/editors/mousepad/pkg-plist	2015-06-02 00:55:01 UTC (rev 19283)
@@ -1,17 +1,31 @@
 bin/mousepad
 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/cs/LC_MESSAGES/mousepad.mo
 share/locale/da/LC_MESSAGES/mousepad.mo
 share/locale/de/LC_MESSAGES/mousepad.mo
+share/locale/el/LC_MESSAGES/mousepad.mo
+share/locale/en_AU/LC_MESSAGES/mousepad.mo
+share/locale/en_GB/LC_MESSAGES/mousepad.mo
 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/hr/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
 share/locale/ja/LC_MESSAGES/mousepad.mo
+share/locale/kk/LC_MESSAGES/mousepad.mo
 share/locale/ko/LC_MESSAGES/mousepad.mo
 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/oc/LC_MESSAGES/mousepad.mo
 share/locale/pl/LC_MESSAGES/mousepad.mo
 share/locale/pt/LC_MESSAGES/mousepad.mo
 share/locale/pt_BR/LC_MESSAGES/mousepad.mo
@@ -20,9 +34,10 @@
 share/locale/sk/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
+share/locale/th/LC_MESSAGES/mousepad.mo
+share/locale/tr/LC_MESSAGES/mousepad.mo
 share/locale/ug/LC_MESSAGES/mousepad.mo
 share/locale/uk/LC_MESSAGES/mousepad.mo
 share/locale/zh_CN/LC_MESSAGES/mousepad.mo
 share/locale/zh_TW/LC_MESSAGES/mousepad.mo
- at dirrmtry share/locale/ug/LC_MESSAGES
- at dirrmtry share/locale/ug



More information about the Midnightbsd-cvs mailing list