summaryrefslogtreecommitdiff
path: root/x11/xfce4-kbdleds-plugin
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2017-06-23 16:48:44 +0000
committeryouri <youri@pkgsrc.org>2017-06-23 16:48:44 +0000
commitbf56ed59c59523b72fe7d40537e001c6c949b694 (patch)
tree002e43eb76a4c40ccc81933cc9f9360e76998ba0 /x11/xfce4-kbdleds-plugin
parent9945ae5f4166dfdf7edda81c860197ba6b0a26d4 (diff)
downloadpkgsrc-bf56ed59c59523b72fe7d40537e001c6c949b694.tar.gz
Add gtk2 to fix build.
Diffstat (limited to 'x11/xfce4-kbdleds-plugin')
-rw-r--r--x11/xfce4-kbdleds-plugin/Makefile11
-rw-r--r--x11/xfce4-kbdleds-plugin/distinfo6
-rw-r--r--x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in3
-rw-r--r--x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in3
4 files changed, 13 insertions, 10 deletions
diff --git a/x11/xfce4-kbdleds-plugin/Makefile b/x11/xfce4-kbdleds-plugin/Makefile
index 17366385dad..dd83a84d0f4 100644
--- a/x11/xfce4-kbdleds-plugin/Makefile
+++ b/x11/xfce4-kbdleds-plugin/Makefile
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.4 2017/02/12 06:26:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/23 16:49:47 youri Exp $
PKGREVISION= 3
.include "../../meta-pkgs/xfce4/Makefile.common"
-DISTNAME= xfce4-kbdleds-plugin-0.0.6
-CATEGORIES= x11
+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
+HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin
+COMMENT= This plugin shows the state of your keyboard LED
+.include "../../x11/gtk2/buildlink3.mk"
.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/distinfo b/x11/xfce4-kbdleds-plugin/distinfo
index e6a95db67f9..f649bf7484e 100644
--- a/x11/xfce4-kbdleds-plugin/distinfo
+++ b/x11/xfce4-kbdleds-plugin/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 03:29:05 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/06/23 16:49:47 youri Exp $
SHA1 (xfce4-kbdleds-plugin-0.0.6.tar.bz2) = d10393d4c1aeda4a10f89f3d85a5a574e0fa9ba8
RMD160 (xfce4-kbdleds-plugin-0.0.6.tar.bz2) = 13dd6160585a7ead98f5250e0d69d2f43a071cf3
SHA512 (xfce4-kbdleds-plugin-0.0.6.tar.bz2) = 2cc48ec04d24ff55900c511c1fbe3ce1f7c45e59a30098a3b8af292ff5b219e7050e81d22f449f77ac79129b63db20ea61cb49730c5092583b935190149e127f
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
+SHA1 (patch-panel-plugin_Makefile.in) = c52d9291f9f9b3539c92378cb3345bdff083c64e
+SHA1 (patch-panel-plugin_kbdleds.desktop.in.in) = 2ff90277d33d4df37cdffdd7e21149bc4f4637ea
diff --git a/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in b/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in
index 15880a40bb8..b857f0d4783 100644
--- a/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in
+++ b/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in
@@ -1,6 +1,7 @@
-$NetBSD: patch-panel-plugin_Makefile.in,v 1.1 2015/07/29 16:30:27 youri Exp $
+$NetBSD: patch-panel-plugin_Makefile.in,v 1.2 2017/06/23 16:49:47 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 = \
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
index ac59f11e678..2554a5823ef 100644
--- 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
@@ -1,6 +1,7 @@
-$NetBSD: patch-panel-plugin_kbdleds.desktop.in.in,v 1.1 2015/07/29 16:30:27 youri Exp $
+$NetBSD: patch-panel-plugin_kbdleds.desktop.in.in,v 1.2 2017/06/23 16:49:47 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