summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2017-06-20 22:25:50 +0000
committeryouri <youri@pkgsrc.org>2017-06-20 22:25:50 +0000
commit45a3ce5999d69b6eb53d7598e3404098c99820fd (patch)
tree2c50332ebb666eaa920cdc0e7e6417366d56d2c8
parent8945b19be04b2338708a91e41019f5b5536b4bce (diff)
downloadpkgsrc-45a3ce5999d69b6eb53d7598e3404098c99820fd.tar.gz
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
-rw-r--r--sysutils/xfce4-xkb-plugin/Makefile9
-rw-r--r--sysutils/xfce4-xkb-plugin/PLIST8
-rw-r--r--sysutils/xfce4-xkb-plugin/distinfo12
3 files changed, 13 insertions, 16 deletions
diff --git a/sysutils/xfce4-xkb-plugin/Makefile b/sysutils/xfce4-xkb-plugin/Makefile
index 76be68c64ba..55b14d11f5e 100644
--- a/sysutils/xfce4-xkb-plugin/Makefile
+++ b/sysutils/xfce4-xkb-plugin/Makefile
@@ -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 @@ LDFLAGS.SunOS+= -lX11
.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 --git a/sysutils/xfce4-xkb-plugin/PLIST b/sysutils/xfce4-xkb-plugin/PLIST
index 7490195bf36..9707ff06c7f 100644
--- a/sysutils/xfce4-xkb-plugin/PLIST
+++ b/sysutils/xfce4-xkb-plugin/PLIST
@@ -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/LC_MESSAGES/xfce4-xkb-plugin.mo
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/ch.svg
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/hr.svg
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 --git a/sysutils/xfce4-xkb-plugin/distinfo b/sysutils/xfce4-xkb-plugin/distinfo
index c0f9bceec33..9d544c33876 100644
--- a/sysutils/xfce4-xkb-plugin/distinfo
+++ b/sysutils/xfce4-xkb-plugin/distinfo
@@ -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