pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Add gtk2 to fix build.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f0e567414412
branches: trunk
changeset: 364308:f0e567414412
user: youri <youri%pkgsrc.org@localhost>
date: Fri Jun 23 16:48:44 2017 +0000
description:
Add gtk2 to fix build.
diffstat:
time/xfce4-timer-plugin/Makefile | 3 +-
time/xfce4-timer-plugin/distinfo | 4 +-
time/xfce4-timer-plugin/patches/patch-src_Makefile.in | 3 +-
x11/xfce4-kbdleds-plugin/Makefile | 11 +++++----
x11/xfce4-kbdleds-plugin/distinfo | 6 ++--
x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in | 3 +-
x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in | 3 +-
7 files changed, 19 insertions(+), 14 deletions(-)
diffs (106 lines):
diff -r 4260f173210b -r f0e567414412 time/xfce4-timer-plugin/Makefile
--- a/time/xfce4-timer-plugin/Makefile Fri Jun 23 16:48:08 2017 +0000
+++ b/time/xfce4-timer-plugin/Makefile Fri Jun 23 16:48:44 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/02/12 06:26:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2017/06/23 16:48:44 youri Exp $
#
PKGREVISION= 4
@@ -11,6 +11,7 @@
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin
COMMENT= Xfce4 timer plugin
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 4260f173210b -r f0e567414412 time/xfce4-timer-plugin/distinfo
--- a/time/xfce4-timer-plugin/distinfo Fri Jun 23 16:48:08 2017 +0000
+++ b/time/xfce4-timer-plugin/distinfo Fri Jun 23 16:48:44 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/02 23:31:47 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/06/23 16:48:44 youri Exp $
SHA1 (xfce4-timer-plugin-1.6.0.tar.bz2) = aa37ccf7dad36000f413fd7dd29068da4858c8fe
RMD160 (xfce4-timer-plugin-1.6.0.tar.bz2) = e7ffdbd03a19c87f206eef9920a4402a45d74405
SHA512 (xfce4-timer-plugin-1.6.0.tar.bz2) = aa2c6760945fe28fb1e8189b167dae176137164c017acb7057c93eb579147ef31134a840b23c78e3d1914c89865a0cc7b428e3561449f7ae01eb2d8a0fbd5815
Size (xfce4-timer-plugin-1.6.0.tar.bz2) = 325662 bytes
-SHA1 (patch-src_Makefile.in) = 4778b32931ff6f2c10364cd824abfec43bc96082
+SHA1 (patch-src_Makefile.in) = 87301eea81144e073fd9e02cb763fe3fe6c2aecc
diff -r 4260f173210b -r f0e567414412 time/xfce4-timer-plugin/patches/patch-src_Makefile.in
--- a/time/xfce4-timer-plugin/patches/patch-src_Makefile.in Fri Jun 23 16:48:08 2017 +0000
+++ b/time/xfce4-timer-plugin/patches/patch-src_Makefile.in Fri Jun 23 16:48:44 2017 +0000
@@ -1,6 +1,7 @@
-$NetBSD: patch-src_Makefile.in,v 1.1 2015/04/21 08:56:42 jperkin Exp $
+$NetBSD: patch-src_Makefile.in,v 1.2 2017/06/23 16:48:44 youri Exp $
Adjust config path.
+
--- src/Makefile.in.orig 2014-06-04 22:42:33.000000000 +0000
+++ src/Makefile.in
@@ -298,7 +298,7 @@ target_alias = @target_alias@
diff -r 4260f173210b -r f0e567414412 x11/xfce4-kbdleds-plugin/Makefile
--- a/x11/xfce4-kbdleds-plugin/Makefile Fri Jun 23 16:48:08 2017 +0000
+++ b/x11/xfce4-kbdleds-plugin/Makefile Fri Jun 23 16:48:44 2017 +0000
@@ -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 -r 4260f173210b -r f0e567414412 x11/xfce4-kbdleds-plugin/distinfo
--- a/x11/xfce4-kbdleds-plugin/distinfo Fri Jun 23 16:48:08 2017 +0000
+++ b/x11/xfce4-kbdleds-plugin/distinfo Fri Jun 23 16:48:44 2017 +0000
@@ -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 -r 4260f173210b -r f0e567414412 x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in
--- a/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in Fri Jun 23 16:48:08 2017 +0000
+++ b/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_Makefile.in Fri Jun 23 16:48:44 2017 +0000
@@ -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 -r 4260f173210b -r f0e567414412 x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in
--- a/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in Fri Jun 23 16:48:08 2017 +0000
+++ b/x11/xfce4-kbdleds-plugin/patches/patch-panel-plugin_kbdleds.desktop.in.in Fri Jun 23 16:48:44 2017 +0000
@@ -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