pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-xkb-plugin Update xfce4-xkb-plugin to 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e162483848c2
branches:  trunk
changeset: 364092:e162483848c2
user:      youri <youri%pkgsrc.org@localhost>
date:      Tue Jun 20 22:25:50 2017 +0000

description:
Update xfce4-xkb-plugin to 0.8.0:

2017-06-16 20:10
    * New version 0.8.0
    * New plugin is not compatible with previous versions;
      you will have to add and configure it again!
    * Port to GTK+3
    * Add xfconf support
    * Add new "system" layout style
    * Allow adjusting widget size
    * Allow displaying language name instead of country name
    * Allow hiding tooltip icon
    * Load flags from XDG_DATA_HOME if present
    * Translation updates: ar ast bg ca cs da de el en_AU es fr he hr hu
      id is it ja kk ko lt ms nb nl oc pl pt pt_BR ru sk sr sv th tr ug uk
      zh_CN zh_TW
    * Fix Indian flag filename
    * Fix charset for layout names

diffstat:

 sysutils/xfce4-xkb-plugin/Makefile |   9 ++++-----
 sysutils/xfce4-xkb-plugin/PLIST    |   8 ++++----
 sysutils/xfce4-xkb-plugin/distinfo |  12 +++++-------
 3 files changed, 13 insertions(+), 16 deletions(-)

diffs (79 lines):

diff -r d485f99a5f89 -r e162483848c2 sysutils/xfce4-xkb-plugin/Makefile
--- a/sysutils/xfce4-xkb-plugin/Makefile        Tue Jun 20 22:21:07 2017 +0000
+++ b/sysutils/xfce4-xkb-plugin/Makefile        Tue Jun 20 22:25:50 2017 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.44 2017/02/12 06:26:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.45 2017/06/20 22:25:50 youri Exp $
 
-PKGREVISION= 4
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-xkb-plugin-0.7.1
+DISTNAME=      xfce4-xkb-plugin-0.8.0
 CATEGORIES=    sysutils
-MASTER_SITES=  http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.7/
+MASTER_SITES=  http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.8/
 
 HOMEPAGE=      http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin
 COMMENT=       Xfce Keyboard plugin
@@ -16,6 +15,6 @@
 .include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../x11/libxklavier/buildlink3.mk"
 .include "../../graphics/librsvg/buildlink3.mk"
-.include "../../devel/libwnck/buildlink3.mk"
+.include "../../devel/libwnck3/buildlink3.mk"
 .include "../../x11/xfce4-garcon/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d485f99a5f89 -r e162483848c2 sysutils/xfce4-xkb-plugin/PLIST
--- a/sysutils/xfce4-xkb-plugin/PLIST   Tue Jun 20 22:21:07 2017 +0000
+++ b/sysutils/xfce4-xkb-plugin/PLIST   Tue Jun 20 22:25:50 2017 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.7 2015/06/29 14:47:31 youri Exp $
-libexec/xfce4/panel/plugins/xfce4-xkb-plugin
+@comment $NetBSD: PLIST,v 1.8 2017/06/20 22:25:50 youri Exp $
+lib/xfce4/panel/plugins/libxkb.la
 share/locale/ar/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/ast/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/be/LC_MESSAGES/xfce4-xkb-plugin.mo
@@ -50,7 +50,7 @@
 share/locale/uz@Latn/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/zh_CN/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/zh_TW/LC_MESSAGES/xfce4-xkb-plugin.mo
-share/xfce4/panel/plugins/xkb-plugin.desktop
+share/xfce4/panel/plugins/xkb.desktop
 share/xfce4/xkb/flags/ae.svg
 share/xfce4/xkb/flags/al.svg
 share/xfce4/xkb/flags/am.svg
@@ -69,7 +69,6 @@
 share/xfce4/xkb/flags/cu.svg
 share/xfce4/xkb/flags/cz.svg
 share/xfce4/xkb/flags/de.svg
-share/xfce4/xkb/flags/dev.svg
 share/xfce4/xkb/flags/dj.svg
 share/xfce4/xkb/flags/dk.svg
 share/xfce4/xkb/flags/dvorak.svg
@@ -89,6 +88,7 @@
 share/xfce4/xkb/flags/hu.svg
 share/xfce4/xkb/flags/ie.svg
 share/xfce4/xkb/flags/il.svg
+share/xfce4/xkb/flags/in.svg
 share/xfce4/xkb/flags/iq.svg
 share/xfce4/xkb/flags/ir.svg
 share/xfce4/xkb/flags/is.svg
diff -r d485f99a5f89 -r e162483848c2 sysutils/xfce4-xkb-plugin/distinfo
--- a/sysutils/xfce4-xkb-plugin/distinfo        Tue Jun 20 22:21:07 2017 +0000
+++ b/sysutils/xfce4-xkb-plugin/distinfo        Tue Jun 20 22:25:50 2017 +0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.11 2015/11/04 01:32:41 agc Exp $
+$NetBSD: distinfo,v 1.12 2017/06/20 22:25:50 youri Exp $
 
-SHA1 (xfce4-xkb-plugin-0.7.1.tar.bz2) = 6aa958e73f72f3eeb1e68b90c2b74ac215015a9c
-RMD160 (xfce4-xkb-plugin-0.7.1.tar.bz2) = da5a56996e2e5e548e58c70aa3f36e5c7e39c2ad
-SHA512 (xfce4-xkb-plugin-0.7.1.tar.bz2) = a6d83a614f85ada6470efbca9d19073ecf31e6531dafff000c1c9d439d7e4a6d02188296810933f28f4cf9b61addd1f99a6a47c8adc6423c44adbf7ffa525094
-Size (xfce4-xkb-plugin-0.7.1.tar.bz2) = 837922 bytes
-SHA1 (patch-panel-plugin_Makefile.in) = b7188a910874beb8aadc66e136bc89faad686007
-SHA1 (patch-panel-plugin_xkb-plugin.desktop.in.in) = bd7d651b79b948c3dbb1575df62f8772f7966241
+SHA1 (xfce4-xkb-plugin-0.8.0.tar.bz2) = e46e9c1a335478ef228926510fb65278e8c9e8ba
+RMD160 (xfce4-xkb-plugin-0.8.0.tar.bz2) = fd049e10a3ce3c030324fe895fe68f7eb49b7937
+SHA512 (xfce4-xkb-plugin-0.8.0.tar.bz2) = 8368b87e4f6459bd3d0c5a805ac1fb191aaf62d18a119f97119b3a1273a23952dcfa5b097542d4e6db645f1509e0a31e0e6152e190e9a2ca32cc61138aca8ded
+Size (xfce4-xkb-plugin-0.8.0.tar.bz2) = 835556 bytes



Home | Main Index | Thread Index | Old Index