pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/mate-sensors-applet



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed May 16 10:50:22 UTC 2018

Modified Files:
        pkgsrc/sysutils/mate-sensors-applet: Makefile PLIST distinfo

Log Message:
mate-sensors-applet: Update to 1.20.1.

Changes since 1.18.2:

### mate-sensors-applet 1.20.1

  * Translations update
  * fix save order of sensors v2
  * prefs-dialog: drop unneeded space in general tab
  * prefs-dialog: set a min_width for enable_column
  * prefs-dialog: use hscrollbar-policy GTK_POLICY_NEVER

### mate-sensors-applet 1.20.0

  * require GTK+ 3.22 and GLib 2.50
  * build: enable udisk2 plugin again
  * Translations update
  * Remove deprecated udisks plugin
  * udisks plugin: fix memory management for GValue variables
  * Remove deprecated eee plugin
  * Fix popup shower on removed HDD
  * ibm-acpi.c: Fix build warning:
  * eee-plugin.c: Fix build warning:
  * active-sensor.c: Fix build warning:
  * sensors-applet.c: Fix build warning:
  * update copyright year to 2018
  * Fix indents
  * Fix project cleanup

### mate-sensors-applet 1.19.1

  * Translations update
  * Stop jumping applet as numbers change
  * fix save order of sensors
  * updated hide temperature units
  * remove code duplication

### mate-sensors-applet 1.19.0

  * Translations update
  * sensor-applet.c: replace deprecated GtkMisc
  * sensor-applet.c: avoid deprecated GTK_STOCK_MISSING_IMAGE
  * sensor-config-dialog: avoid deprecated GtkAlignment
  * sensor-config-dialog: don't use deprecated GtkColorButton
  * prefs-dialog: add style class frame to scrolledwindow
  * prefs-dialog: avoid deprecated GtkAlignment
  * prefs-dialog: avoid deprecated GTK_VBUTTON_BOX, GTK_TYPE_{H,V}BOX
  * use GTK_ALIGN_CENTER for the sensor_applet grid


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/mate-sensors-applet/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/mate-sensors-applet/PLIST \
    pkgsrc/sysutils/mate-sensors-applet/distinfo

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

Modified files:

Index: pkgsrc/sysutils/mate-sensors-applet/Makefile
diff -u pkgsrc/sysutils/mate-sensors-applet/Makefile:1.8 pkgsrc/sysutils/mate-sensors-applet/Makefile:1.9
--- pkgsrc/sysutils/mate-sensors-applet/Makefile:1.8    Mon Apr 16 14:35:12 2018
+++ pkgsrc/sysutils/mate-sensors-applet/Makefile        Wed May 16 10:50:22 2018
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2018/04/16 14:35:12 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/05/16 10:50:22 jperkin Exp $
 
-PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      mate-sensors-applet-${VERSION:R}.2
+DISTNAME=      mate-sensors-applet-${VERSION:R}.1
 CATEGORIES=    sysutils
 
 COMMENT=       MATE Sensors applets

Index: pkgsrc/sysutils/mate-sensors-applet/PLIST
diff -u pkgsrc/sysutils/mate-sensors-applet/PLIST:1.2 pkgsrc/sysutils/mate-sensors-applet/PLIST:1.3
--- pkgsrc/sysutils/mate-sensors-applet/PLIST:1.2       Fri Jun 23 17:27:53 2017
+++ pkgsrc/sysutils/mate-sensors-applet/PLIST   Wed May 16 10:50:22 2018
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2017/06/23 17:27:53 youri Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/05/16 10:50:22 jperkin Exp $
 include/mate-sensors-applet/sensors-applet-plugin.h
 include/mate-sensors-applet/sensors-applet-sensor.h
 lib/libmate-sensors-applet-plugin.la
 lib/mate-sensors-applet/plugins/libacpi.la
-lib/mate-sensors-applet/plugins/libeee.la
 lib/mate-sensors-applet/plugins/libhddtemp.la
 lib/mate-sensors-applet/plugins/libi2c-proc.la
 lib/mate-sensors-applet/plugins/libi2c-sys.la
@@ -14,6 +13,7 @@ lib/mate-sensors-applet/plugins/libomnib
 lib/mate-sensors-applet/plugins/libpmu-sys.la
 lib/mate-sensors-applet/plugins/libsmu-sys.la
 lib/mate-sensors-applet/plugins/libsonypi.la
+lib/mate-sensors-applet/plugins/libudisks2.la
 libexec/mate-sensors-applet
 share/dbus-1/services/org.mate.panel.applet.SensorsAppletFactory.service
 share/glib-2.0/schemas/org.mate.sensors-applet.gschema.xml
@@ -83,6 +83,7 @@ share/locale/pt/LC_MESSAGES/mate-sensors
 share/locale/pt_BR/LC_MESSAGES/mate-sensors-applet.mo
 share/locale/ro/LC_MESSAGES/mate-sensors-applet.mo
 share/locale/ru/LC_MESSAGES/mate-sensors-applet.mo
+share/locale/sc/LC_MESSAGES/mate-sensors-applet.mo
 share/locale/sk/LC_MESSAGES/mate-sensors-applet.mo
 share/locale/sl/LC_MESSAGES/mate-sensors-applet.mo
 share/locale/sr/LC_MESSAGES/mate-sensors-applet.mo
Index: pkgsrc/sysutils/mate-sensors-applet/distinfo
diff -u pkgsrc/sysutils/mate-sensors-applet/distinfo:1.2 pkgsrc/sysutils/mate-sensors-applet/distinfo:1.3
--- pkgsrc/sysutils/mate-sensors-applet/distinfo:1.2    Fri Jun 23 17:27:53 2017
+++ pkgsrc/sysutils/mate-sensors-applet/distinfo        Wed May 16 10:50:22 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2017/06/23 17:27:53 youri Exp $
+$NetBSD: distinfo,v 1.3 2018/05/16 10:50:22 jperkin Exp $
 
-SHA1 (mate-sensors-applet-1.18.2.tar.xz) = 415cc177b1e83015324e2ef00c2252be244024f6
-RMD160 (mate-sensors-applet-1.18.2.tar.xz) = 0a67370c54b2ce5b4158d605637226d218db60a5
-SHA512 (mate-sensors-applet-1.18.2.tar.xz) = 67a998b20924d81490fe7f63f64ceace8298e58a7cf8b8f565f9604b1c063e3cfdf331c6bb6436f5631465bcbf2095c2b9877edeeebb5edb24f93109c50d0245
-Size (mate-sensors-applet-1.18.2.tar.xz) = 397340 bytes
+SHA1 (mate-sensors-applet-1.20.1.tar.xz) = b509ab0568d5c511df38f539717ed432da167ce8
+RMD160 (mate-sensors-applet-1.20.1.tar.xz) = 3054c7af1e6b25d8a9d09a6d973ab44408231fa3
+SHA512 (mate-sensors-applet-1.20.1.tar.xz) = 5457fa9bdd3db69222c40cb43393ecb76de5a25fc2c46fd88987c7d436d9ecd54b411d0de50fbf806c39684b6f24abbd15220b8d497dcd905da053e55ad46498
+Size (mate-sensors-applet-1.20.1.tar.xz) = 407644 bytes
 SHA1 (patch-plugins_sonypi_sonypi-plugin.c) = 903f3c27e211518934fad8cf1493fb79bd198ae1
 SHA1 (patch-sensors-applet_Makefile.in) = 260e64160369d2e373bfd8219a9bf814966c33be



Home | Main Index | Thread Index | Old Index