pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/xfce4-timer-plugin



Module Name:    pkgsrc
Committed By:   youri
Date:           Fri Jun 23 16:48:44 UTC 2017

Modified Files:
        pkgsrc/time/xfce4-timer-plugin: Makefile distinfo
        pkgsrc/time/xfce4-timer-plugin/patches: patch-src_Makefile.in

Log Message:
Add gtk2 to fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/time/xfce4-timer-plugin/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/xfce4-timer-plugin/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/time/xfce4-timer-plugin/patches/patch-src_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/xfce4-timer-plugin/Makefile
diff -u pkgsrc/time/xfce4-timer-plugin/Makefile:1.29 pkgsrc/time/xfce4-timer-plugin/Makefile:1.30
--- pkgsrc/time/xfce4-timer-plugin/Makefile:1.29        Sun Feb 12 06:26:05 2017
+++ pkgsrc/time/xfce4-timer-plugin/Makefile     Fri Jun 23 16:48:44 2017
@@ -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 @@ MASTER_SITES= http://archive.xfce.org/sr
 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"

Index: pkgsrc/time/xfce4-timer-plugin/distinfo
diff -u pkgsrc/time/xfce4-timer-plugin/distinfo:1.3 pkgsrc/time/xfce4-timer-plugin/distinfo:1.4
--- pkgsrc/time/xfce4-timer-plugin/distinfo:1.3 Mon Nov  2 23:31:47 2015
+++ pkgsrc/time/xfce4-timer-plugin/distinfo     Fri Jun 23 16:48:44 2017
@@ -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

Index: pkgsrc/time/xfce4-timer-plugin/patches/patch-src_Makefile.in
diff -u pkgsrc/time/xfce4-timer-plugin/patches/patch-src_Makefile.in:1.1 pkgsrc/time/xfce4-timer-plugin/patches/patch-src_Makefile.in:1.2
--- pkgsrc/time/xfce4-timer-plugin/patches/patch-src_Makefile.in:1.1    Tue Apr 21 08:56:42 2015
+++ pkgsrc/time/xfce4-timer-plugin/patches/patch-src_Makefile.in        Fri Jun 23 16:48:44 2017
@@ -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@



Home | Main Index | Thread Index | Old Index