Skip to content

Commit 34a6906

Browse files
committed
xfce4-dict: update to 0.8.5
Change log: 0.8.5 (2023-04-22) ===== - build: Fix -Wunused-result warning - Update `.gitignore` - Update copyright year - Use "logo-icon-name" instead of "logo" in about dialog - Remove ENABLE_NLS ifdefs - autoconf: Use AC_CONFIG_MACRO_DIRS - build: Fix intltool lock file problem during make distcheck - Update COPYING (Issue #7) - Remove unnecessary code - Use symbolic icons - Escape markup in server information - Replaces siginterrupt with sigaction - Do not close window with ctrl+c (#5) - Fix Text field size setting (#4) - Fix compilation warnings - autoconf: Some updates - Remove "." at the end of Comment string - Remove GSourceFunc casts - Include stdlib.h to get atoi prototype (!2) - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
1 parent 04fb071 commit 34a6906

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

textproc/xfce4-dict/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# $NetBSD: Makefile,v 1.26 2023/01/29 21:17:55 ryoon Exp $
1+
# $NetBSD: Makefile,v 1.27 2023/04/23 17:57:47 gutteridge Exp $
22

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

6-
DISTNAME= xfce4-dict-0.8.4
5+
DISTNAME= xfce4-dict-0.8.5
76
CATEGORIES= textproc
87
MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-dict/0.8/
98

textproc/xfce4-dict/PLIST

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.5 2020/10/19 22:49:43 gutteridge Exp $
1+
@comment $NetBSD: PLIST,v 1.6 2023/04/23 17:57:47 gutteridge Exp $
22
bin/xfce4-dict
33
lib/xfce4/panel/plugins/libxfce4dict.la
44
man/man1/xfce4-dict.1
@@ -23,6 +23,7 @@ share/locale/en_GB/LC_MESSAGES/xfce4-dict.mo
2323
share/locale/es/LC_MESSAGES/xfce4-dict.mo
2424
share/locale/et/LC_MESSAGES/xfce4-dict.mo
2525
share/locale/eu/LC_MESSAGES/xfce4-dict.mo
26+
share/locale/fa_IR/LC_MESSAGES/xfce4-dict.mo
2627
share/locale/fi/LC_MESSAGES/xfce4-dict.mo
2728
share/locale/fr/LC_MESSAGES/xfce4-dict.mo
2829
share/locale/gl/LC_MESSAGES/xfce4-dict.mo

textproc/xfce4-dict/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.8 2021/10/26 11:23:39 nia Exp $
1+
$NetBSD: distinfo,v 1.9 2023/04/23 17:57:47 gutteridge Exp $
22

3-
BLAKE2s (xfce4-dict-0.8.4.tar.bz2) = bb47f37793e42e4a3ed56bc90970389ad7f49e325a0bb1e083044d1e60245788
4-
SHA512 (xfce4-dict-0.8.4.tar.bz2) = f662b94671f2179cc93010e9ff6ad7f3425cfafeb8d7c635fefb8e816d78273f0135d6c7ff3ed143e5e01985eb4275ac89827d197ed059fbfa79df69b327f253
5-
Size (xfce4-dict-0.8.4.tar.bz2) = 526227 bytes
3+
BLAKE2s (xfce4-dict-0.8.5.tar.bz2) = 7a98f3184203f85d358b68b0a0ecd79a95123429e343623148a2b8a02727138e
4+
SHA512 (xfce4-dict-0.8.5.tar.bz2) = 4ff6e881c4dfec6cc6a2e9a33ccad1362d3304e58d91cc5da9305a937c7e3382d9c2ad3356d9e4d5f080d4368f7e0f3ceded1c2fbf18bca8ac7903310d22ffc3
5+
Size (xfce4-dict-0.8.5.tar.bz2) = 514096 bytes

0 commit comments

Comments
 (0)