pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xfce4-dict



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Oct 19 22:49:43 UTC 2020

Modified Files:
        pkgsrc/textproc/xfce4-dict: Makefile PLIST distinfo

Log Message:
xfce4-dict: update to 0.8.4

Change log:

0.8.4
======
- Update URLs and use https where possible
- Fix font size in speedreader (#3)
- Added new icons and use reverse DNS file names
- 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, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian,
  Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese,
  Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Uighur, Ukrainian, Urdu, Urdu (Pakistan), Vietnamese


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/xfce4-dict/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/xfce4-dict/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/xfce4-dict/distinfo

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

Modified files:

Index: pkgsrc/textproc/xfce4-dict/Makefile
diff -u pkgsrc/textproc/xfce4-dict/Makefile:1.21 pkgsrc/textproc/xfce4-dict/Makefile:1.22
--- pkgsrc/textproc/xfce4-dict/Makefile:1.21    Mon Aug 31 18:12:19 2020
+++ pkgsrc/textproc/xfce4-dict/Makefile Mon Oct 19 22:49:43 2020
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.21 2020/08/31 18:12:19 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2020/10/19 22:49:43 gutteridge Exp $
 
-PKGREVISION= 4
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-dict-0.8.3
+DISTNAME=      xfce4-dict-0.8.4
 CATEGORIES=    textproc
-MASTER_SITES=  http://archive.xfce.org/src/apps/xfce4-dict/0.8/
+MASTER_SITES=  https://archive.xfce.org/src/apps/xfce4-dict/0.8/
 
 HOMEPAGE=      https://goodies.xfce.org/projects/applications/xfce4-dict
 COMMENT=       Xfce dictionary application

Index: pkgsrc/textproc/xfce4-dict/PLIST
diff -u pkgsrc/textproc/xfce4-dict/PLIST:1.4 pkgsrc/textproc/xfce4-dict/PLIST:1.5
--- pkgsrc/textproc/xfce4-dict/PLIST:1.4        Sat Oct 12 10:51:02 2019
+++ pkgsrc/textproc/xfce4-dict/PLIST    Mon Oct 19 22:49:43 2020
@@ -1,9 +1,14 @@
-@comment $NetBSD: PLIST,v 1.4 2019/10/12 10:51:02 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/10/19 22:49:43 gutteridge Exp $
 bin/xfce4-dict
 lib/xfce4/panel/plugins/libxfce4dict.la
 man/man1/xfce4-dict.1
 share/applications/xfce4-dict.desktop
-share/icons/hicolor/scalable/apps/xfce4-dict.svg
+share/icons/hicolor/128x128/apps/org.xfce.Dictionary.png
+share/icons/hicolor/16x16/apps/org.xfce.Dictionary.png
+share/icons/hicolor/24x24/apps/org.xfce.Dictionary.png
+share/icons/hicolor/32x32/apps/org.xfce.Dictionary.png
+share/icons/hicolor/48x48/apps/org.xfce.Dictionary.png
+share/icons/hicolor/scalable/apps/org.xfce.Dictionary.svg
 share/locale/ar/LC_MESSAGES/xfce4-dict.mo
 share/locale/ast/LC_MESSAGES/xfce4-dict.mo
 share/locale/be/LC_MESSAGES/xfce4-dict.mo
@@ -16,6 +21,7 @@ share/locale/el/LC_MESSAGES/xfce4-dict.m
 share/locale/en_AU/LC_MESSAGES/xfce4-dict.mo
 share/locale/en_GB/LC_MESSAGES/xfce4-dict.mo
 share/locale/es/LC_MESSAGES/xfce4-dict.mo
+share/locale/et/LC_MESSAGES/xfce4-dict.mo
 share/locale/eu/LC_MESSAGES/xfce4-dict.mo
 share/locale/fi/LC_MESSAGES/xfce4-dict.mo
 share/locale/fr/LC_MESSAGES/xfce4-dict.mo
@@ -24,6 +30,7 @@ share/locale/he/LC_MESSAGES/xfce4-dict.m
 share/locale/hr/LC_MESSAGES/xfce4-dict.mo
 share/locale/hu/LC_MESSAGES/xfce4-dict.mo
 share/locale/hy_AM/LC_MESSAGES/xfce4-dict.mo
+share/locale/hye/LC_MESSAGES/xfce4-dict.mo
 share/locale/id/LC_MESSAGES/xfce4-dict.mo
 share/locale/is/LC_MESSAGES/xfce4-dict.mo
 share/locale/it/LC_MESSAGES/xfce4-dict.mo

Index: pkgsrc/textproc/xfce4-dict/distinfo
diff -u pkgsrc/textproc/xfce4-dict/distinfo:1.5 pkgsrc/textproc/xfce4-dict/distinfo:1.6
--- pkgsrc/textproc/xfce4-dict/distinfo:1.5     Sat Oct 12 10:51:02 2019
+++ pkgsrc/textproc/xfce4-dict/distinfo Mon Oct 19 22:49:43 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/10/12 10:51:02 gutteridge Exp $
+$NetBSD: distinfo,v 1.6 2020/10/19 22:49:43 gutteridge Exp $
 
-SHA1 (xfce4-dict-0.8.3.tar.bz2) = ece031bc1855a204333ada180bdc17a4ae87d619
-RMD160 (xfce4-dict-0.8.3.tar.bz2) = b35837a844a8b4752100ebf2b9fe178741646def
-SHA512 (xfce4-dict-0.8.3.tar.bz2) = d4779a928e351c06d8866d1eefcf2efb5f364b64591a76abd19b87ac08905196b436725db3660e694b7071a534ebd9b08f298945a515fcaf335b74ce15eb0617
-Size (xfce4-dict-0.8.3.tar.bz2) = 491964 bytes
+SHA1 (xfce4-dict-0.8.4.tar.bz2) = a102343f7d031900a1d989de1d70df694522f20f
+RMD160 (xfce4-dict-0.8.4.tar.bz2) = 9324460bd59360dcea33bd76c0a18f601a673461
+SHA512 (xfce4-dict-0.8.4.tar.bz2) = f662b94671f2179cc93010e9ff6ad7f3425cfafeb8d7c635fefb8e816d78273f0135d6c7ff3ed143e5e01985eb4275ac89827d197ed059fbfa79df69b327f253
+Size (xfce4-dict-0.8.4.tar.bz2) = 526227 bytes



Home | Main Index | Thread Index | Old Index