diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-04-23 20:55:36 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-04-23 20:55:36 +0000 |
commit | 256e271fa2be9d2adf957890413b3f56f4db13e3 (patch) | |
tree | f9cdccebc7979f746a1b879b4e6dcaee23049f4c | |
parent | e7cdb890f82394c79c352050200126660f6a6859 (diff) |
Notes
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 2 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/distinfo | 4 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/files/patch-panel-plugin__collector.c | 11 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/pkg-plist | 4 |
4 files changed, 7 insertions, 14 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 4df0e6e57d76..ef91904e52e0 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -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} diff --git a/x11/xfce4-clipman-plugin/distinfo b/x11/xfce4-clipman-plugin/distinfo index 0a05db684f2a..31764c69b773 100644 --- a/x11/xfce4-clipman-plugin/distinfo +++ b/x11/xfce4-clipman-plugin/distinfo @@ -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 diff --git a/x11/xfce4-clipman-plugin/files/patch-panel-plugin__collector.c b/x11/xfce4-clipman-plugin/files/patch-panel-plugin__collector.c deleted file mode 100644 index d085f25b139b..000000000000 --- a/x11/xfce4-clipman-plugin/files/patch-panel-plugin__collector.c +++ /dev/null @@ -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); diff --git a/x11/xfce4-clipman-plugin/pkg-plist b/x11/xfce4-clipman-plugin/pkg-plist index 1791bbaf7c8c..6d2615c090db 100644 --- a/x11/xfce4-clipman-plugin/pkg-plist +++ b/x11/xfce4-clipman-plugin/pkg-plist @@ -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 |