pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-desktop



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed May 26 23:45:58 UTC 2021

Modified Files:
        pkgsrc/x11/xfce4-desktop: Makefile PLIST distinfo

Log Message:
xfce4-desktop: update to 4.14.4

Also address a pkglint warning, add BUILD_DEFS.

Change log:

4.14.4
======
- Fix Applications Menu memory leak (Bug #102)
- Translation Updates:
  Amharic, Arabic, Asturian, Basque, Belarusian, Danish, English
  (Australia), English (Canada), Greek, Icelandic, Indonesian,
  Interlingue, Norwegian Nynorsk, Occitan (post 1500), Portuguese,
  Romanian, Slovenian, Uyghur, Uzbek

4.14.3
======
- Avoid redundant calls to backdrop_changed_cb (Bug #16773)
- Fix memory leak when reconnecting DP monitor (Bug #16314)
- Fix transparent background color (Bug #16380)
- Do not insert hyphens at intra-word line breaks (Bug #16339)
- Translation Updates:
  Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Basque,
  Belarusian, Belarusian (Tarask), Bulgarian, Catalan, Chinese (China),
  Chinese (Hong Kong), 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, Lithuanian, Malay,
  Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian
  (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
  Ukrainian, Uyghur, Uzbek


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/x11/xfce4-desktop/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/x11/xfce4-desktop/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/xfce4-desktop/distinfo

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

Modified files:

Index: pkgsrc/x11/xfce4-desktop/Makefile
diff -u pkgsrc/x11/xfce4-desktop/Makefile:1.90 pkgsrc/x11/xfce4-desktop/Makefile:1.91
--- pkgsrc/x11/xfce4-desktop/Makefile:1.90      Wed Apr 21 11:43:03 2021
+++ pkgsrc/x11/xfce4-desktop/Makefile   Wed May 26 23:45:58 2021
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.90 2021/04/21 11:43:03 adam Exp $
+# $NetBSD: Makefile,v 1.91 2021/05/26 23:45:58 gutteridge Exp $
 
-PKGREVISION= 7
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       4.14.2
+VERSION=       4.14.4
 DISTNAME=      xfdesktop-${VERSION}
 PKGNAME=       xfce4-desktop-${VERSION}
 CATEGORIES=    x11
@@ -12,10 +11,12 @@ MASTER_SITES+=      https://archive.xfce.org/
 HOMEPAGE=      https://docs.xfce.org/xfce/xfdesktop/start
 COMMENT=       Xfce desktop background manager
 
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE}
-
 USE_LANGUAGES= c99
 
+BUILD_DEFS+=           PKG_SYSCONFBASE
+
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE}
+
 .include "../../devel/libglade/buildlink3.mk"
 .include "../../devel/libwnck3/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"

Index: pkgsrc/x11/xfce4-desktop/PLIST
diff -u pkgsrc/x11/xfce4-desktop/PLIST:1.32 pkgsrc/x11/xfce4-desktop/PLIST:1.33
--- pkgsrc/x11/xfce4-desktop/PLIST:1.32 Wed Jan 29 05:00:58 2020
+++ pkgsrc/x11/xfce4-desktop/PLIST      Wed May 26 23:45:58 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2020/01/29 05:00:58 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.33 2021/05/26 23:45:58 gutteridge Exp $
 bin/xfdesktop
 bin/xfdesktop-settings
 man/man1/xfdesktop.1
@@ -16,6 +16,7 @@ share/locale/am/LC_MESSAGES/xfdesktop.mo
 share/locale/ar/LC_MESSAGES/xfdesktop.mo
 share/locale/ast/LC_MESSAGES/xfdesktop.mo
 share/locale/be/LC_MESSAGES/xfdesktop.mo
+share/locale/be@tarask/LC_MESSAGES/xfdesktop.mo
 share/locale/bg/LC_MESSAGES/xfdesktop.mo
 share/locale/bn/LC_MESSAGES/xfdesktop.mo
 share/locale/ca/LC_MESSAGES/xfdesktop.mo
@@ -38,6 +39,7 @@ share/locale/he/LC_MESSAGES/xfdesktop.mo
 share/locale/hr/LC_MESSAGES/xfdesktop.mo
 share/locale/hu/LC_MESSAGES/xfdesktop.mo
 share/locale/hy_AM/LC_MESSAGES/xfdesktop.mo
+share/locale/hye/LC_MESSAGES/xfdesktop.mo
 share/locale/id/LC_MESSAGES/xfdesktop.mo
 share/locale/ie/LC_MESSAGES/xfdesktop.mo
 share/locale/is/LC_MESSAGES/xfdesktop.mo

Index: pkgsrc/x11/xfce4-desktop/distinfo
diff -u pkgsrc/x11/xfce4-desktop/distinfo:1.33 pkgsrc/x11/xfce4-desktop/distinfo:1.34
--- pkgsrc/x11/xfce4-desktop/distinfo:1.33      Wed Jan 29 05:00:58 2020
+++ pkgsrc/x11/xfce4-desktop/distinfo   Wed May 26 23:45:58 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.33 2020/01/29 05:00:58 gutteridge Exp $
+$NetBSD: distinfo,v 1.34 2021/05/26 23:45:58 gutteridge Exp $
 
-SHA1 (xfdesktop-4.14.2.tar.bz2) = e7f9f99049a575f5057e69e140c2be2c035be156
-RMD160 (xfdesktop-4.14.2.tar.bz2) = d578958f051a9d42e2ca8966f91f4d90b89b56de
-SHA512 (xfdesktop-4.14.2.tar.bz2) = 8515fc1c048da50c8c2986ea8590144203fdf3107b81e2d2dd44ee408938fb71281abe52cc098508dc2ae20ef2cbc31903086941206c0cbbc92a661dbfb2c472
-Size (xfdesktop-4.14.2.tar.bz2) = 1513121 bytes
+SHA1 (xfdesktop-4.14.4.tar.bz2) = b86da43a84d16f0122fef030ea9e64bf3e257c91
+RMD160 (xfdesktop-4.14.4.tar.bz2) = 24ab67c3b831edf0a754a3b90a3472e182d8bfa8
+SHA512 (xfdesktop-4.14.4.tar.bz2) = 74584e8f5c25689b4fc2de1093613484f37609fd4546043ec03c1570649e221cb5cd316cd9e800d708f120dae65edd235c60bb1f920ed6bbd7fe5b6ade139c7b
+Size (xfdesktop-4.14.4.tar.bz2) = 1542930 bytes
 SHA1 (patch-common_xfdesktop-common.h) = b32b58bc40c6f328bad54cead10b286f397dcade



Home | Main Index | Thread Index | Old Index