Skip to content

Commit

Permalink
xfce4-calculator-plugin: update to 0.7.2
Browse files Browse the repository at this point in the history
Change log:

0.7.2 (2023-04-19)
=====
- Add basic GitLab pipeline
- Use same automake options as other projects
- build: Fix intltool lock file problem during make distcheck
- Update copyright year
- Remove deprecated project files
- build: Add missing includes
- build: Fix autoconf warnings
- build: Add GLib requirement
- Use "logo-icon-name" instead of "logo" in about dialog
- Fix license notices mentioning LGPL (#7)
- tests: Parenthesize concatenations to avoid ambiguity
- Fix the 64x64 icon
- Fix compilation warnings
- autoconf: Some updates
- Update bug report URL
- Make configure.ac.in more friendly to xfce-do-release helper
- Translation Updates:
  Albanian, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  Eastern Armenian, English (Australia), English (Canada), English
  (United Kingdom), Estonian, Finnish, French, Galician, German,
  Hebrew, Hindi, Hungarian, Icelandic, Indonesian, Interlingue,
  Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål,
  Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian
  • Loading branch information
dhgutteridge committed Apr 21, 2023
1 parent 25262e8 commit d4174af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 2 additions & 3 deletions misc/xfce4-calculator-plugin/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.25 2023/01/29 21:17:14 ryoon Exp $
# $NetBSD: Makefile,v 1.26 2023/04/21 01:49:50 gutteridge Exp $

PKGREVISION= 4
.include "../../meta-pkgs/xfce4/Makefile.common"

VERSION= 0.7.1
VERSION= 0.7.2
DISTNAME= xfce4-calculator-plugin-${VERSION}
CATEGORIES= misc
MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-calculator-plugin/${VERSION:R}/
Expand Down
3 changes: 2 additions & 1 deletion misc/xfce4-calculator-plugin/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2021/03/18 02:20:42 gutteridge Exp $
@comment $NetBSD: PLIST,v 1.5 2023/04/21 01:49:50 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
Expand All @@ -15,6 +15,7 @@ share/locale/da/LC_MESSAGES/xfce4-calculator-plugin.mo
share/locale/de/LC_MESSAGES/xfce4-calculator-plugin.mo
share/locale/en_AU/LC_MESSAGES/xfce4-calculator-plugin.mo
share/locale/en_CA/LC_MESSAGES/xfce4-calculator-plugin.mo
share/locale/en_GB/LC_MESSAGES/xfce4-calculator-plugin.mo
share/locale/es/LC_MESSAGES/xfce4-calculator-plugin.mo
share/locale/et/LC_MESSAGES/xfce4-calculator-plugin.mo
share/locale/eu/LC_MESSAGES/xfce4-calculator-plugin.mo
Expand Down
8 changes: 4 additions & 4 deletions misc/xfce4-calculator-plugin/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2021/10/26 10:59:37 nia Exp $
$NetBSD: distinfo,v 1.8 2023/04/21 01:49:50 gutteridge Exp $

BLAKE2s (xfce4-calculator-plugin-0.7.1.tar.bz2) = 6c2f4ea932e9162109d5f6c1315435034effd1bace60656e193e902d35b8ae1b
SHA512 (xfce4-calculator-plugin-0.7.1.tar.bz2) = 05544e5f0e293fe44ae35b3e11a2e6fac8df13743649d0702c01c6a4b2df0557f8f9712acef6bd51aaa65f5542234a6a649017bf2fe2a6d2860ae2e534e7cff2
Size (xfce4-calculator-plugin-0.7.1.tar.bz2) = 402401 bytes
BLAKE2s (xfce4-calculator-plugin-0.7.2.tar.bz2) = 3f1db72b86cfc84ca69b13cade5eaed82d977a2710c25c8f82a66251fb7e0ad6
SHA512 (xfce4-calculator-plugin-0.7.2.tar.bz2) = 98fa51ff0afbb09e3066f629113f6a584c5afd9228c87ee67afd7a56b065060ece16ee646ec6a2c685907a0d9733cba19cbf25bc034e009a013af2122155cc2c
Size (xfce4-calculator-plugin-0.7.2.tar.bz2) = 422611 bytes

0 comments on commit d4174af

Please sign in to comment.