pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/xfce4-calculator-plugin
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat Mar 9 19:38:43 UTC 2019
Modified Files:
pkgsrc/misc/xfce4-calculator-plugin: Makefile PLIST distinfo
Log Message:
xfce4-calculator-plugin: update to 0.7.0
Change log:
- GTK3 Port and features from the 0.6.90 release
- Translation updates: Basque, Belarusian, Bulgarian, Catalan, Chinese (China),
Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Finnish, French, Galician,
German, Hebrew, Hungarian, Italian, Japanese, Lithuanian, Malay, Polish,
Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish,
Turkish, Ukrainian
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/misc/xfce4-calculator-plugin/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/xfce4-calculator-plugin/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/xfce4-calculator-plugin/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/xfce4-calculator-plugin/Makefile
diff -u pkgsrc/misc/xfce4-calculator-plugin/Makefile:1.12 pkgsrc/misc/xfce4-calculator-plugin/Makefile:1.13
--- pkgsrc/misc/xfce4-calculator-plugin/Makefile:1.12 Fri Jan 18 12:56:15 2019
+++ pkgsrc/misc/xfce4-calculator-plugin/Makefile Sat Mar 9 19:38:43 2019
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2019/01/18 12:56:15 youri Exp $
+# $NetBSD: Makefile,v 1.13 2019/03/09 19:38:43 gutteridge Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
-VERSION= 0.6.90
+VERSION= 0.7.0
DISTNAME= xfce4-calculator-plugin-${VERSION}
CATEGORIES= misc
-MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-calculator-plugin/0.6/
+MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-calculator-plugin/0.7/
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-calculator-plugin
COMMENT= Xfce calculator plugin
Index: pkgsrc/misc/xfce4-calculator-plugin/PLIST
diff -u pkgsrc/misc/xfce4-calculator-plugin/PLIST:1.2 pkgsrc/misc/xfce4-calculator-plugin/PLIST:1.3
--- pkgsrc/misc/xfce4-calculator-plugin/PLIST:1.2 Fri Jan 18 12:56:15 2019
+++ pkgsrc/misc/xfce4-calculator-plugin/PLIST Sat Mar 9 19:38:43 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/01/18 12:56:15 youri Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/03/09 19:38:43 gutteridge Exp $
lib/xfce4/panel/plugins/libcalculator.la
share/icons/hicolor/16x16/apps/xfce4-calculator-plugin.png
share/icons/hicolor/22x22/apps/xfce4-calculator-plugin.png
@@ -7,4 +7,34 @@ share/icons/hicolor/256x256/apps/xfce4-c
share/icons/hicolor/32x32/apps/xfce4-calculator-plugin.png
share/icons/hicolor/48x48/apps/xfce4-calculator-plugin.png
share/icons/hicolor/64x64/apps/xfce4-calculator-plugin.png
+share/locale/be/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/bg/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/ca/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/cs/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/da/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/de/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/es/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/eu/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/fi/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/fr/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/gl/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/he/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/hr/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/hu/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/it/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/ja/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/lt/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/ms/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/nl/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/pl/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/pt/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/pt_BR/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/ru/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/sk/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/sr/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/sv/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/tr/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/uk/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/zh_CN/LC_MESSAGES/xfce4-calculator-plugin.mo
+share/locale/zh_TW/LC_MESSAGES/xfce4-calculator-plugin.mo
share/xfce4/panel/plugins/calculator.desktop
Index: pkgsrc/misc/xfce4-calculator-plugin/distinfo
diff -u pkgsrc/misc/xfce4-calculator-plugin/distinfo:1.3 pkgsrc/misc/xfce4-calculator-plugin/distinfo:1.4
--- pkgsrc/misc/xfce4-calculator-plugin/distinfo:1.3 Fri Jan 18 12:56:15 2019
+++ pkgsrc/misc/xfce4-calculator-plugin/distinfo Sat Mar 9 19:38:43 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/01/18 12:56:15 youri Exp $
+$NetBSD: distinfo,v 1.4 2019/03/09 19:38:43 gutteridge Exp $
-SHA1 (xfce4-calculator-plugin-0.6.90.tar.bz2) = a25183a8fceb78ead9cd9709d5a9450eed0de45b
-RMD160 (xfce4-calculator-plugin-0.6.90.tar.bz2) = 188c2754434ae3c3b3ed04c3b3eee717f1546b60
-SHA512 (xfce4-calculator-plugin-0.6.90.tar.bz2) = 48565589278bec72e3a68aae35e44008d196ebdda43d87ec79bf0235894ba0eaa521126f435d60406ffe2088a9168c9a445fdf6ba78866390726e0321de4fb6f
-Size (xfce4-calculator-plugin-0.6.90.tar.bz2) = 370818 bytes
+SHA1 (xfce4-calculator-plugin-0.7.0.tar.bz2) = 43f19cd7202c1ee5e721e2a24e3cafb85033741c
+RMD160 (xfce4-calculator-plugin-0.7.0.tar.bz2) = 67256869f24913a88b769befbae01b030eb0f515
+SHA512 (xfce4-calculator-plugin-0.7.0.tar.bz2) = cf5a1005d03163a2b44440bd2ac3a40ae2bf5d217893cb11e96b83ccdf621195dd38f315e762d1edc7570c9fde5568a1517f4e3abe6f9c74daa6c027e276c2c9
+Size (xfce4-calculator-plugin-0.7.0.tar.bz2) = 384634 bytes
Home |
Main Index |
Thread Index |
Old Index