Date: Thu, 17 Jan 2013 16:37:25 +0100 (CET) From: Guido Falsi <madpilot@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Cc: jrm@ftfl.ca Subject: ports/175371: [patch] deskutils/parcellite - Update to 1.1.1 Message-ID: <3Yn8YK59T3z9P@micro.madpilot.net> Resent-Message-ID: <201301171550.r0HFo0YV085238@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175371 >Category: ports >Synopsis: [patch] deskutils/parcellite - Update to 1.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jan 17 15:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 9.1-STABLE amd64 >Organization: none >Environment: System: FreeBSD micro.madpilot.net 9.1-STABLE FreeBSD 9.1-STABLE #18 r244955: Wed Jan 2 10:46:21 CET 2013 root@micro.madpilot.net:/usr/obj/usr/src/sys/MICRO amd64 >Description: - Update to 1.1.1 - Convert to optionsng NLS knob - Trim Makefile header Maintainer is CCed. >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 310550) +++ Makefile (working copy) @@ -1,13 +1,8 @@ -# New ports collection makefile for: parcellite -# Date created: 29 April 2009 -# Whom: Joey Mingrone <joey@mingrone.org> -# +# Created by: Joey Mingrone <joey@mingrone.org> # $FreeBSD$ -# PORTNAME= parcellite -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -18,7 +13,9 @@ USE_GMAKE= yes USE_GNOME= gtk20 -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" .else Index: distinfo =================================================================== --- distinfo (revision 310550) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (parcellite-1.0.1.tar.gz) = a4e7a1bd0616683b7eb4b08350cdaa355b1c9d5c93a4caa0cef4a813cf4cc526 -SIZE (parcellite-1.0.1.tar.gz) = 555184 +SHA256 (parcellite-1.1.1.tar.gz) = 063e7e4c3eb0c1c3afc7822714899a448a58cecae2c5ee719e83afc9cd70c3ae +SIZE (parcellite-1.1.1.tar.gz) = 690306 Index: files/patch-src_main.c =================================================================== --- files/patch-src_main.c (revision 310550) +++ files/patch-src_main.c (working copy) @@ -1,14 +0,0 @@ ---- src/main.c.orig 2011-10-18 08:06:24.000000000 +0800 -+++ src/main.c 2011-10-18 08:07:17.000000000 +0800 -@@ -1010,9 +1010,10 @@ - gtk_menu_shell_append((GtkMenuShell*)menu, gtk_separator_menu_item_new()); - /* Clear */ - if(0 ==prefs.type_search){ -- menu_item = gtk_image_menu_item_new_with_label(_("Clear")); -+ menu_item = gtk_image_menu_item_new_with_mnemonic(_("Clear")); - menu_image = gtk_image_new_from_stock(GTK_STOCK_CLEAR, GTK_ICON_SIZE_MENU); - gtk_image_menu_item_set_image((GtkImageMenuItem*)menu_item, menu_image); -+ g_signal_connect((GObject*)menu_item, "activate", (GCallback)clear_selected, NULL); - gtk_menu_shell_append((GtkMenuShell*)menu, menu_item); - } - /* Popup the menu... */ Index: pkg-plist =================================================================== --- pkg-plist (revision 310550) +++ pkg-plist (working copy) @@ -4,6 +4,7 @@ share/pixmaps/parcellite.png share/pixmaps/parcellite.svg share/pixmaps/parcellite.xpm +%%NLS%%share/locale/ca/LC_MESSAGES/parcellite.mo %%NLS%%share/locale/cs/LC_MESSAGES/parcellite.mo %%NLS%%share/locale/da/LC_MESSAGES/parcellite.mo %%NLS%%share/locale/de/LC_MESSAGES/parcellite.mo >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3Yn8YK59T3z9P>