svn commit: r380778 - in head/editors/mousepad: . files

Olivier Duchateau olivierd at FreeBSD.org
Sun Mar 8 17:28:54 UTC 2015


Author: olivierd
Date: Sun Mar  8 17:28:51 2015
New Revision: 380778
URL: https://svnweb.freebsd.org/changeset/ports/380778
QAT: https://qat.redports.org/buildarchive/r380778/

Log:
  - Fix missing Gtk stock icon
  - Bump PORTREVISION

Added:
  head/editors/mousepad/files/
  head/editors/mousepad/files/patch-mousepad_mousepad-close-button.c   (contents, props changed)
Modified:
  head/editors/mousepad/Makefile

Modified: head/editors/mousepad/Makefile
==============================================================================
--- head/editors/mousepad/Makefile	Sun Mar  8 16:56:23 2015	(r380777)
+++ head/editors/mousepad/Makefile	Sun Mar  8 17:28:51 2015	(r380778)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mousepad
 PORTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	editors xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R}

Added: head/editors/mousepad/files/patch-mousepad_mousepad-close-button.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/mousepad/files/patch-mousepad_mousepad-close-button.c	Sun Mar  8 17:28:51 2015	(r380778)
@@ -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);
+ 


More information about the svn-ports-head mailing list