pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xfce4-battery-plugin



Module Name:    pkgsrc
Committed By:   youri
Date:           Tue Jun 20 21:26:54 UTC 2017

Modified Files:
        pkgsrc/sysutils/xfce4-battery-plugin: Makefile distinfo
        pkgsrc/sysutils/xfce4-battery-plugin/patches:
            patch-panel-plugin_battery.c

Log Message:
Update xfce4-battery-plugin to 1.1.0:

1.1.0 (2016/11/01):
===================
* Fix progressbar css styling with Gtk 3.20
* Set min-width/height to 4px


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/sysutils/xfce4-battery-plugin/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/xfce4-battery-plugin/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/sysutils/xfce4-battery-plugin/patches/patch-panel-plugin_battery.c

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

Modified files:

Index: pkgsrc/sysutils/xfce4-battery-plugin/Makefile
diff -u pkgsrc/sysutils/xfce4-battery-plugin/Makefile:1.41 pkgsrc/sysutils/xfce4-battery-plugin/Makefile:1.42
--- pkgsrc/sysutils/xfce4-battery-plugin/Makefile:1.41  Sun Feb 12 06:26:02 2017
+++ pkgsrc/sysutils/xfce4-battery-plugin/Makefile       Tue Jun 20 21:26:54 2017
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.41 2017/02/12 06:26:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.42 2017/06/20 21:26:54 youri Exp $
 
-PKGREVISION= 3
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       1.0.99
+VERSION=       1.1.0
 DISTNAME=      xfce4-battery-plugin-${VERSION}
 CATEGORIES=    sysutils
-MASTER_SITES=  http://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.0/
+MASTER_SITES=  http://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/
 
 HOMEPAGE=      http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin
 COMMENT=       Xfce battery monitor plugin

Index: pkgsrc/sysutils/xfce4-battery-plugin/distinfo
diff -u pkgsrc/sysutils/xfce4-battery-plugin/distinfo:1.11 pkgsrc/sysutils/xfce4-battery-plugin/distinfo:1.12
--- pkgsrc/sysutils/xfce4-battery-plugin/distinfo:1.11  Thu Jun  9 09:38:23 2016
+++ pkgsrc/sysutils/xfce4-battery-plugin/distinfo       Tue Jun 20 21:26:54 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2016/06/09 09:38:23 youri Exp $
+$NetBSD: distinfo,v 1.12 2017/06/20 21:26:54 youri Exp $
 
-SHA1 (xfce4-battery-plugin-1.0.99.tar.bz2) = b96fe4608ffc55b5da9feac235678de9fdb89072
-RMD160 (xfce4-battery-plugin-1.0.99.tar.bz2) = 6ebef5561e89bd3a174a850649ea410653c0a2ab
-SHA512 (xfce4-battery-plugin-1.0.99.tar.bz2) = 5c9de4d8f688f450f19bfe09ef410c7a8e3049e43ce613aa2dc250ea9097721e2839357e60d2926a4d2812ef7178d079ba7caa8c9899cfac9b78c018bbbf503d
-Size (xfce4-battery-plugin-1.0.99.tar.bz2) = 415377 bytes
-SHA1 (patch-panel-plugin_battery.c) = 2aa4abb3b24bea30f266ee203271d27021110a4f
+SHA1 (xfce4-battery-plugin-1.1.0.tar.bz2) = 60e341cbac086b774024372f18ccee09473f52df
+RMD160 (xfce4-battery-plugin-1.1.0.tar.bz2) = 024ed07993b8bdf8c6d8831170e43205794de7c4
+SHA512 (xfce4-battery-plugin-1.1.0.tar.bz2) = d3f5b6d3657abfba2c4c5cb3ab8ddc87f4862f24eb614cb91af48332b3082c3dce7f32eb2e3cb8a9d501ddb01c6259c4fbfbab8ed9c221633e47eb17c623cf09
+Size (xfce4-battery-plugin-1.1.0.tar.bz2) = 398621 bytes
+SHA1 (patch-panel-plugin_battery.c) = d2a227639d1f7ca1533823cbcbe6933a3b092fb0

Index: pkgsrc/sysutils/xfce4-battery-plugin/patches/patch-panel-plugin_battery.c
diff -u pkgsrc/sysutils/xfce4-battery-plugin/patches/patch-panel-plugin_battery.c:1.1 pkgsrc/sysutils/xfce4-battery-plugin/patches/patch-panel-plugin_battery.c:1.2
--- pkgsrc/sysutils/xfce4-battery-plugin/patches/patch-panel-plugin_battery.c:1.1       Tue Apr 21 08:56:40 2015
+++ pkgsrc/sysutils/xfce4-battery-plugin/patches/patch-panel-plugin_battery.c   Tue Jun 20 21:26:54 2017
@@ -1,6 +1,7 @@
-$NetBSD: patch-panel-plugin_battery.c,v 1.1 2015/04/21 08:56:40 jperkin Exp $
+$NetBSD: patch-panel-plugin_battery.c,v 1.2 2017/06/20 21:26:54 youri Exp $
 
 Fix for NetBSD.
+
 --- panel-plugin/battery.c.orig        2012-06-17 20:05:17.000000000 +0000
 +++ panel-plugin/battery.c
 @@ -30,8 +30,16 @@



Home | Main Index | Thread Index | Old Index