diff options
author | youri <youri@pkgsrc.org> | 2015-07-29 16:30:27 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2015-07-29 16:30:27 +0000 |
commit | 3bd4072d3291496112179609d55d40ed61fc6d86 (patch) | |
tree | 5c04738b9f081d6f0317b88c81cab1b461d4d695 | |
parent | ceb2c2134f85ccfc01a80b096aec062e70eaa542 (diff) | |
download | pkgsrc-3bd4072d3291496112179609d55d40ed61fc6d86.tar.gz |
Import xfce4-kbdleds-plugin-0.0.6 as x11/xfce4-kbdleds-plugin.
This plugin shows the state of your keyboard LEDs:
Caps, Scroll and Num Lock in Xfce panel.
-rw-r--r-- | x11/xfce4-kbdleds-plugin/DESCR | 2 | ||||
-rw-r--r-- | x11/xfce4-kbdleds-plugin/Makefile | 14 | ||||
-rw-r--r-- | x11/xfce4-kbdleds-plugin/PLIST | 7 | ||||
-rw-r--r-- | x11/xfce4-kbdleds-plugin/distinfo | 7 | ||||
-rw-r--r-- | x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in | 23 | ||||
-rw-r--r-- | x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in | 12 |
6 files changed, 65 insertions, 0 deletions
diff --git a/x11/xfce4-kbdleds-plugin/DESCR b/x11/xfce4-kbdleds-plugin/DESCR new file mode 100644 index 00000000000..5014d1187f8 --- /dev/null +++ b/x11/xfce4-kbdleds-plugin/DESCR @@ -0,0 +1,2 @@ +This plugin shows the state of your keyboard LEDs: +Caps, Scroll and Num Lock in Xfce panel. diff --git a/x11/xfce4-kbdleds-plugin/Makefile b/x11/xfce4-kbdleds-plugin/Makefile new file mode 100644 index 00000000000..f69742d5e8f --- /dev/null +++ b/x11/xfce4-kbdleds-plugin/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2015/07/29 16:30:27 youri Exp $ + +.include "../../meta-pkgs/xfce4/Makefile.common" + +DISTNAME= xfce4-kbdleds-plugin-0.0.6 +CATEGORIES= x11 +MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-kbdleds-plugin/0.0/ + +HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin +COMMENT= This plugin shows the state of your keyboard LED + +.include "../../x11/xfce4-panel/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xfce4-kbdleds-plugin/PLIST b/x11/xfce4-kbdleds-plugin/PLIST new file mode 100644 index 00000000000..f96754f39eb --- /dev/null +++ b/x11/xfce4-kbdleds-plugin/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2015/07/29 16:30:27 youri Exp $ +lib/xfce4/panel/plugins/xfce4-kbdleds-plugin +share/icons/hicolor/48x48/apps/kbdleds-plugin.png +share/icons/hicolor/scalable/apps/kbdleds-plugin.svg +share/locale/ru/LC_MESSAGES/xfce4-kbdleds-plugin.mo +share/locale/uk/LC_MESSAGES/xfce4-kbdleds-plugin.mo +share/xfce4/panel/plugins/kbdleds.desktop diff --git a/x11/xfce4-kbdleds-plugin/distinfo b/x11/xfce4-kbdleds-plugin/distinfo new file mode 100644 index 00000000000..6cd384d9058 --- /dev/null +++ b/x11/xfce4-kbdleds-plugin/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1 2015/07/29 16:30:27 youri Exp $ + +SHA1 (xfce4-kbdleds-plugin-0.0.6.tar.bz2) = d10393d4c1aeda4a10f89f3d85a5a574e0fa9ba8 +RMD160 (xfce4-kbdleds-plugin-0.0.6.tar.bz2) = 13dd6160585a7ead98f5250e0d69d2f43a071cf3 +Size (xfce4-kbdleds-plugin-0.0.6.tar.bz2) = 265889 bytes +SHA1 (patch-panel-plugin_Makefile.in) = c3f47c34f71eceb1cb7054fd4bff80a7928f5645 +SHA1 (patch-panel-plugin_kbdleds.desktop.in.in) = 4ea49c7e174b9c829433d1b0db2c70980847ca3f diff --git a/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in b/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in new file mode 100644 index 00000000000..15880a40bb8 --- /dev/null +++ b/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in @@ -0,0 +1,23 @@ +$NetBSD: patch-panel-plugin_Makefile.in,v 1.1 2015/07/29 16:30:27 youri Exp $ + +Adjust panel plugin path to the newer convention. +--- panel-plugin/Makefile.in.orig 2011-10-13 17:39:23.000000000 +0000 ++++ panel-plugin/Makefile.in +@@ -292,7 +292,7 @@ INCLUDES = \ + #plugindir = \ + # $(libexecdir)/xfce4/panel-plugins + plugindir = \ +- $(libdir)/xfce4/panel-plugins ++ $(libdir)/xfce4/panel/plugins + + xfce4_kbdleds_plugin_SOURCES = \ + kbdleds.c \ +@@ -319,7 +319,7 @@ xfce4_kbdleds_plugin_LDADD = \ + # Desktop file + # + desktopdir = \ +- $(datadir)/xfce4/panel-plugins ++ $(datadir)/xfce4/panel/plugins + + desktop_in_in_files = \ + kbdleds.desktop.in.in diff --git a/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in b/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in new file mode 100644 index 00000000000..ac59f11e678 --- /dev/null +++ b/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in @@ -0,0 +1,12 @@ +$NetBSD: patch-panel-plugin_kbdleds.desktop.in.in,v 1.1 2015/07/29 16:30:27 youri Exp $ + +Adjust panel plugin path to the newer convention. +--- panel-plugin/kbdleds.desktop.in.in.orig 2011-06-02 20:51:07.000000000 +0000 ++++ panel-plugin/kbdleds.desktop.in.in +@@ -4,5 +4,5 @@ Encoding=UTF-8 + _Name=Kbdleds Plugin + _Comment=Keyboard LEDs plugin for the Xfce panel + Icon=kbdleds-plugin +-X-XFCE-Exec=@libexecdir@/xfce4/panel-plugins/xfce4-kbdleds-plugin ++X-XFCE-Exec=@libexecdir@/xfce4/panel/plugins/xfce4-kbdleds-plugin + #X-XFCE-Unique=true |