pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xfce4-kbdleds-plugin
Module Name: pkgsrc
Committed By: youri
Date: Fri Jun 23 16:49:47 UTC 2017
Modified Files:
pkgsrc/x11/xfce4-kbdleds-plugin: Makefile distinfo
pkgsrc/x11/xfce4-kbdleds-plugin/patches: patch-panel-plugin_Makefile.in
patch-panel-plugin_kbdleds.desktop.in.in
Log Message:
Add gtk2 to fix build.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xfce4-kbdleds-plugin/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xfce4-kbdleds-plugin/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in \
pkgsrc/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xfce4-kbdleds-plugin/Makefile
diff -u pkgsrc/x11/xfce4-kbdleds-plugin/Makefile:1.4 pkgsrc/x11/xfce4-kbdleds-plugin/Makefile:1.5
--- pkgsrc/x11/xfce4-kbdleds-plugin/Makefile:1.4 Sun Feb 12 06:26:16 2017
+++ pkgsrc/x11/xfce4-kbdleds-plugin/Makefile Fri Jun 23 16:49:47 2017
@@ -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"
Index: pkgsrc/x11/xfce4-kbdleds-plugin/distinfo
diff -u pkgsrc/x11/xfce4-kbdleds-plugin/distinfo:1.2 pkgsrc/x11/xfce4-kbdleds-plugin/distinfo:1.3
--- pkgsrc/x11/xfce4-kbdleds-plugin/distinfo:1.2 Wed Nov 4 03:29:05 2015
+++ pkgsrc/x11/xfce4-kbdleds-plugin/distinfo Fri Jun 23 16:49:47 2017
@@ -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
Index: pkgsrc/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in
diff -u pkgsrc/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in:1.1 pkgsrc/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in:1.2
--- pkgsrc/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in:1.1 Wed Jul 29 16:30:27 2015
+++ pkgsrc/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in Fri Jun 23 16:49:47 2017
@@ -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 = \
Index: pkgsrc/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in
diff -u pkgsrc/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in:1.1 pkgsrc/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in:1.2
--- pkgsrc/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in:1.1 Wed Jul 29 16:30:27 2015
+++ pkgsrc/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in Fri Jun 23 16:49:47 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index