mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 1.2.3
PR: ports/166860 Submitted by: Olivier Duchateau Changelog: http://mail.xfce.org/pipermail/xfce/2012-April/030255.html
This commit is contained in:
parent
e7cdb890f8
commit
256e271fa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295342
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xfce4-clipman-plugin
|
||||
PORTVERSION= 1.2.2
|
||||
PORTVERSION= 1.2.3
|
||||
CATEGORIES= x11 xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xfce4/xfce4-clipman-plugin-1.2.2.tar.bz2) = fcac10bc150eb2f73955f28184ac2b8324c9aabc3d773242eadcec137e1096a1
|
||||
SIZE (xfce4/xfce4-clipman-plugin-1.2.2.tar.bz2) = 831273
|
||||
SHA256 (xfce4/xfce4-clipman-plugin-1.2.3.tar.bz2) = 4424447067cb2c3972c375330d2e1d19f12e59c41bd03e111c2e6e9e174a5067
|
||||
SIZE (xfce4/xfce4-clipman-plugin-1.2.3.tar.bz2) = 1004176
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- panel-plugin/collector.c.orig 2011-10-20 14:42:39.000000000 +0200
|
||||
+++ panel-plugin/collector.c 2011-11-05 00:16:40.000000000 +0100
|
||||
@@ -154,7 +154,7 @@
|
||||
gchar *text;
|
||||
static gchar *prev_text = NULL;
|
||||
|
||||
- g_return_if_fail (GTK_IS_CLIPBOARD (collector->priv->default_clipboard) && GTK_IS_CLIPBOARD (collector->priv->primary_clipboard));
|
||||
+ g_return_val_if_fail (GTK_IS_CLIPBOARD (collector->priv->default_clipboard) && GTK_IS_CLIPBOARD (collector->priv->primary_clipboard), FALSE);
|
||||
|
||||
/* Postpone until the selection is done */
|
||||
gdk_window_get_pointer (NULL, NULL, NULL, &state);
|
@ -66,12 +66,16 @@ share/locale/eu/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/fi/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/fr/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/gl/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/he/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/hr/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/id/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/is/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/it/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/kk/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/lt/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/lv/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/nb/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
share/locale/nl/LC_MESSAGES/xfce4-clipman-plugin.mo
|
||||
|
Loading…
Reference in New Issue
Block a user