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:           Sat Jul 13 00:28:51 UTC 2019

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

Log Message:
xfce4-desktop: update to 4.13.5

Change log:

4.13.5
======
- Highlight drag target when hovering it (Bug #12695)
- Fix drag data being received multiple times (Bug #14471)
- Allow to load non-theme icons (Bug #15294)
- Add Next Background option (Bug #12261)
- Do not cycle backdrop twice
- Ensure that CSD is not applied to desktop window (Bug #15241)
- Use async dbus proxy initialization (Bug #15418)
- Open all selected icons on key press (Bug #15420)
- Improve fallback CSS
- Fix warning about ignoring return value (Bug #15410)
- Update README.xfconf (Bug #15457)
- Translation Updates: Albanian, Armenian (Armenia), Belarusian, Bulgarian,
  Catalan, Chinese (Taiwan), Croatian, Danish, Dutch, English (Australia),
  Finnish, French, Galician, German, Hebrew, Hungarian, Interlingue, Italian,
  Lithuanian, Malay, Persian (Iran), Polish, Portuguese, Russian, Serbian,
  Spanish, Thai, Turkish


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/x11/xfce4-desktop/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/xfce4-desktop/PLIST
cvs rdiff -u -r1.30 -r1.31 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.76 pkgsrc/x11/xfce4-desktop/Makefile:1.77
--- pkgsrc/x11/xfce4-desktop/Makefile:1.76      Thu May 23 03:04:16 2019
+++ pkgsrc/x11/xfce4-desktop/Makefile   Sat Jul 13 00:28:51 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.76 2019/05/23 03:04:16 gutteridge Exp $
+# $NetBSD: Makefile,v 1.77 2019/07/13 00:28:51 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       4.13.4
+VERSION=       4.13.5
 DISTNAME=      xfdesktop-${VERSION}
 PKGNAME=       xfce4-desktop-${VERSION}
 CATEGORIES=    x11

Index: pkgsrc/x11/xfce4-desktop/PLIST
diff -u pkgsrc/x11/xfce4-desktop/PLIST:1.29 pkgsrc/x11/xfce4-desktop/PLIST:1.30
--- pkgsrc/x11/xfce4-desktop/PLIST:1.29 Thu May 23 03:04:16 2019
+++ pkgsrc/x11/xfce4-desktop/PLIST      Sat Jul 13 00:28:51 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2019/05/23 03:04:16 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.30 2019/07/13 00:28:51 gutteridge Exp $
 bin/xfdesktop
 bin/xfdesktop-settings
 man/man1/xfdesktop.1
@@ -35,6 +35,7 @@ share/locale/gl/LC_MESSAGES/xfdesktop.mo
 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/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.30 pkgsrc/x11/xfce4-desktop/distinfo:1.31
--- pkgsrc/x11/xfce4-desktop/distinfo:1.30      Thu May 23 03:04:16 2019
+++ pkgsrc/x11/xfce4-desktop/distinfo   Sat Jul 13 00:28:51 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2019/05/23 03:04:16 gutteridge Exp $
+$NetBSD: distinfo,v 1.31 2019/07/13 00:28:51 gutteridge Exp $
 
-SHA1 (xfdesktop-4.13.4.tar.bz2) = 89bdad11e7bae5f01c199ba2d75f4f680dc8703d
-RMD160 (xfdesktop-4.13.4.tar.bz2) = 33c99c06a992800d08e9cc8ba5f68f1a3a0d8f80
-SHA512 (xfdesktop-4.13.4.tar.bz2) = 3943fc2af3ca3996a38900fea4a03004e1d3f8728a8517c988bd59744607ed8e4ba3f135d6075833af206df3c35464633f47e374c26fcbb8a20f0f1ecfdb7da6
-Size (xfdesktop-4.13.4.tar.bz2) = 1485482 bytes
+SHA1 (xfdesktop-4.13.5.tar.bz2) = d78ff50be007ccbee407ec87f649150e599bdc01
+RMD160 (xfdesktop-4.13.5.tar.bz2) = 6614fdf396088996ed98d543bfa21faaa4f4768c
+SHA512 (xfdesktop-4.13.5.tar.bz2) = 5191a28d29f9ba7960ada37055867fabccd2c7b047671331aadbb8d7a03a73dd5b7dd5f6043dd2f0226fa734262b52d22f0c6b77d56007a973aa01da9340f448
+Size (xfdesktop-4.13.5.tar.bz2) = 1487498 bytes
 SHA1 (patch-backgrounds_Makefile.in) = 9310c57da7265b65b0ac1073d7481006162ccd95
 SHA1 (patch-common_xfdesktop-common.h) = b7ef1fcb25012864706eea2e233955cfb9ba1bf7



Home | Main Index | Thread Index | Old Index