pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-xkb-plugin xfce4-xkb-plugin: update to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46139d59ca5c
branches:  trunk
changeset: 444529:46139d59ca5c
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Jan 10 05:44:19 2021 +0000

description:
xfce4-xkb-plugin: update to 0.8.2

Change log:

0.8.2
======
- Update configure.ac.in syntax
- scale alternate layout dots to be visible on hi dpi displays
- Add basic GitLab pipeline
- Minor build updates
- Update URLs from goodies.x.o to docs.x.o (Bug #16184)
- Update .gitignore
- s/http/https
- Fix build with panel 4.15
- Update Myanmar flag
- Improve spacing (Bug #14684)
- Fix compilation warnings
- Add -lX11 to libxkb_la_LIBADD
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Asturian, 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, Georgian, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian,
  Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish,
  Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak,
  Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu
  (Pakistan), Uyghur, Uzbek, Uzbek (Latin)

diffstat:

 sysutils/xfce4-xkb-plugin/Makefile |   7 +++----
 sysutils/xfce4-xkb-plugin/PLIST    |   8 +++++++-
 sysutils/xfce4-xkb-plugin/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 10 deletions(-)

diffs (68 lines):

diff -r c3cceeb1bce5 -r 46139d59ca5c sysutils/xfce4-xkb-plugin/Makefile
--- a/sysutils/xfce4-xkb-plugin/Makefile        Sun Jan 10 05:20:00 2021 +0000
+++ b/sysutils/xfce4-xkb-plugin/Makefile        Sun Jan 10 05:44:19 2021 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.61 2020/11/05 09:09:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.62 2021/01/10 05:44:19 gutteridge Exp $
 
-PKGREVISION= 11
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-xkb-plugin-0.8.1
+DISTNAME=      xfce4-xkb-plugin-0.8.2
 CATEGORIES=    sysutils
-MASTER_SITES=  http://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.8/
+MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-xkb-plugin/0.8/
 
 HOMEPAGE=      https://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin
 COMMENT=       Xfce Keyboard plugin
diff -r c3cceeb1bce5 -r 46139d59ca5c sysutils/xfce4-xkb-plugin/PLIST
--- a/sysutils/xfce4-xkb-plugin/PLIST   Sun Jan 10 05:20:00 2021 +0000
+++ b/sysutils/xfce4-xkb-plugin/PLIST   Sun Jan 10 05:44:19 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2018/05/15 21:34:04 youri Exp $
+@comment $NetBSD: PLIST,v 1.10 2021/01/10 05:44:19 gutteridge Exp $
 lib/xfce4/panel/plugins/libxkb.la
 share/locale/ar/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/ast/LC_MESSAGES/xfce4-xkb-plugin.mo
@@ -10,8 +10,10 @@
 share/locale/de/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/el/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/en_AU/LC_MESSAGES/xfce4-xkb-plugin.mo
+share/locale/en_CA/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/en_GB/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/es/LC_MESSAGES/xfce4-xkb-plugin.mo
+share/locale/et/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/eu/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/fi/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/fr/LC_MESSAGES/xfce4-xkb-plugin.mo
@@ -19,10 +21,14 @@
 share/locale/he/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/hr/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/hu/LC_MESSAGES/xfce4-xkb-plugin.mo
+share/locale/hy_AM/LC_MESSAGES/xfce4-xkb-plugin.mo
+share/locale/hye/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/id/LC_MESSAGES/xfce4-xkb-plugin.mo
+share/locale/ie/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/is/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/it/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/ja/LC_MESSAGES/xfce4-xkb-plugin.mo
+share/locale/ka/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/kk/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/ko/LC_MESSAGES/xfce4-xkb-plugin.mo
 share/locale/lt/LC_MESSAGES/xfce4-xkb-plugin.mo
diff -r c3cceeb1bce5 -r 46139d59ca5c sysutils/xfce4-xkb-plugin/distinfo
--- a/sysutils/xfce4-xkb-plugin/distinfo        Sun Jan 10 05:20:00 2021 +0000
+++ b/sysutils/xfce4-xkb-plugin/distinfo        Sun Jan 10 05:44:19 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/05/15 21:34:04 youri Exp $
+$NetBSD: distinfo,v 1.14 2021/01/10 05:44:19 gutteridge Exp $
 
-SHA1 (xfce4-xkb-plugin-0.8.1.tar.bz2) = bac2c00a167465424e1f424b61f0c4322a319f90
-RMD160 (xfce4-xkb-plugin-0.8.1.tar.bz2) = e7f8c3e1f22275b4c82a72ed9d080a1633e119a7
-SHA512 (xfce4-xkb-plugin-0.8.1.tar.bz2) = 4f0362f429489d111544126697880cdb0a768533803a104f73802fe2c5cfbef5efbf6edd658dbb0ef788ae2a3761f1877c191637a6a06d4a5159bc8f71ad524f
-Size (xfce4-xkb-plugin-0.8.1.tar.bz2) = 842814 bytes
+SHA1 (xfce4-xkb-plugin-0.8.2.tar.bz2) = 60d5910b3fc6aada5f8117d11e589e32435653d2
+RMD160 (xfce4-xkb-plugin-0.8.2.tar.bz2) = ac0e5bc116009d9aa2137d886f464573add26de0
+SHA512 (xfce4-xkb-plugin-0.8.2.tar.bz2) = 3078c11e1c10195480251c455995e4342c27b06949fc754396824f03bed885f32078f4c1436d86782de031cf4f4f806b530ca53116d4bedb54dda19b68ec7062
+Size (xfce4-xkb-plugin-0.8.2.tar.bz2) = 868539 bytes



Home | Main Index | Thread Index | Old Index