diff options
author | youri <youri@pkgsrc.org> | 2019-01-18 12:56:15 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2019-01-18 12:56:15 +0000 |
commit | 426d11b5274ec86056b240783ab4e97f1ef47ce5 (patch) | |
tree | 44b791afcbb6a2192e295825f74b881b6a718040 /misc | |
parent | 9d59dc89510790e2019d863df344d6f47c45756c (diff) | |
download | pkgsrc-426d11b5274ec86056b240783ab4e97f1ef47ce5.tar.gz |
xfce4-calculator-plugin: update to 0.6.90:
- GTK3 Port
- Bump to minimal Gtk to 3.22
- Added option for hexadecimal output (Bug #12548)
- Added modulo (%) operator (Bug #12548)
- Added more tests (Bug #12548)
- Updated FSF address (Bug #12543)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xfce4-calculator-plugin/Makefile | 6 | ||||
-rw-r--r-- | misc/xfce4-calculator-plugin/PLIST | 6 | ||||
-rw-r--r-- | misc/xfce4-calculator-plugin/distinfo | 10 |
3 files changed, 10 insertions, 12 deletions
diff --git a/misc/xfce4-calculator-plugin/Makefile b/misc/xfce4-calculator-plugin/Makefile index 7264c7d8be0..4544be1aef2 100644 --- a/misc/xfce4-calculator-plugin/Makefile +++ b/misc/xfce4-calculator-plugin/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2018/11/14 22:22:04 kleink Exp $ +# $NetBSD: Makefile,v 1.12 2019/01/18 12:56:15 youri Exp $ -PKGREVISION= 6 .include "../../meta-pkgs/xfce4/Makefile.common" -VERSION= 0.6.0 +VERSION= 0.6.90 DISTNAME= xfce4-calculator-plugin-${VERSION} CATEGORIES= misc MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-calculator-plugin/0.6/ @@ -11,7 +10,6 @@ MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-calculator-plugin/ HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-calculator-plugin COMMENT= Xfce calculator 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 --git a/misc/xfce4-calculator-plugin/PLIST b/misc/xfce4-calculator-plugin/PLIST index e72d1262fc5..c75fdc1b1a2 100644 --- a/misc/xfce4-calculator-plugin/PLIST +++ b/misc/xfce4-calculator-plugin/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2016/06/09 09:50:15 youri Exp $ -libexec/xfce4/panel-plugins/xfce4-calculator-plugin +@comment $NetBSD: PLIST,v 1.2 2019/01/18 12:56:15 youri 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 share/icons/hicolor/24x24/apps/xfce4-calculator-plugin.png @@ -7,4 +7,4 @@ share/icons/hicolor/256x256/apps/xfce4-calculator-plugin.png 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/xfce4/panel-plugins/calculator.desktop +share/xfce4/panel/plugins/calculator.desktop diff --git a/misc/xfce4-calculator-plugin/distinfo b/misc/xfce4-calculator-plugin/distinfo index 26e2b903126..af7c0e6b81b 100644 --- a/misc/xfce4-calculator-plugin/distinfo +++ b/misc/xfce4-calculator-plugin/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/06/20 21:31:04 youri Exp $ +$NetBSD: distinfo,v 1.3 2019/01/18 12:56:15 youri Exp $ -SHA1 (xfce4-calculator-plugin-0.6.0.tar.bz2) = a4ea1273695cc474f5ddad85946b3173814ea8c3 -RMD160 (xfce4-calculator-plugin-0.6.0.tar.bz2) = d6a25a799fc16eb640bb8a8ccba2932e342b0787 -SHA512 (xfce4-calculator-plugin-0.6.0.tar.bz2) = 67da3b10db8d05958193c39d9c0fb35c5efaca8f34d6093cec0a57280abda55366e2184056bac045952ffdc8876780696d9b8f9edccdf459fd1f3a53fb0dfb09 -Size (xfce4-calculator-plugin-0.6.0.tar.bz2) = 386342 bytes +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 |