Received: by mail.netbsd.org (Postfix, from userid 605) id 6D5F684D75; Thu, 23 May 2019 03:04:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8B4684D5B for ; Thu, 23 May 2019 03:04:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id edqcEXLTWa9A for ; Thu, 23 May 2019 03:04:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C470B84CD3 for ; Thu, 23 May 2019 03:04:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BEACFFBB7; Thu, 23 May 2019 03:04:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1558580656186810" MIME-Version: 1.0 Date: Thu, 23 May 2019 03:04:16 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/xfce4-desktop To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190523030416.BEACFFBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1558580656186810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: gutteridge Date: Thu May 23 03:04:16 UTC 2019 Modified Files: pkgsrc/x11/xfce4-desktop: Makefile PLIST distinfo Log Message: xfce4-desktop: update to 4.13.4 Change log: 4.13.4 ====== [Please note that this is a development release.] Development release of xfdesktop targeting for Xfce 4.14. Please report all problems at bugzilla.xfce.org. - Re-introduce ability to move icons to other displays (Bug #15198) - Make 'Move to Trash' icon the same as Thunar (Bug #15234) - Match Thunar Drag and Drop behavior (Bug #14919) - Stop ongoing drag/selection if middle/right mouse button is pressed (Bug #14180) - Fix Desktop icons order resets, by adding link to last used configuration as fallback (Bug #11266) - Fix xfdesktop crashes after multiples --reload (Bug #15060) - Fix scaling of images with orientation metadata (Bug #14644) - Fix stretching/zooming of images with orientation metadata (Bug #15292) - Fix has_mime_type implementation (Bug #15295) - Use clipboard target "text/uri-list" when copying/cutting (Bug #13379) - Set desktop environment for garcon app menu (Bug #14599) - Remove faulty line in glade file (Bug #15293) - Fix g_type_class_add_private is deprecated - Avoid invalid memory access (Bug #15299) - Avoid timer leak when docking-undocking monitors (Bug #13887) - Use clipboard target "text/uri-list" when copying/cutting (Bug #13379) - Set desktop environment for garcon app menu (Bug #14599) - Properly center workspace header in windowlist (Bug #15405) - Fix memory leak when monitors change (Bug #14844) - Replace/remove deprecated functions - Translation Updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Chinese (Hong Kong), Chinese (Taiwan), Danish, English (Australia), English (Great Britain), Estonian, Finnish, French, Galician, Greek, Icelandic, Indonesian, Italian, Korean, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese (Brazilian), Romanian, Russian, Serbian, Slovenian, Spanish, Uyghur To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/x11/xfce4-desktop/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/xfce4-desktop/PLIST cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/xfce4-desktop/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1558580656186810 Content-Disposition: inline Content-Length: 2990 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xfce4-desktop/Makefile diff -u pkgsrc/x11/xfce4-desktop/Makefile:1.75 pkgsrc/x11/xfce4-desktop/Makefile:1.76 --- pkgsrc/x11/xfce4-desktop/Makefile:1.75 Sat Mar 9 19:33:45 2019 +++ pkgsrc/x11/xfce4-desktop/Makefile Thu May 23 03:04:16 2019 @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.75 2019/03/09 19:33:45 gutteridge Exp $ +# $NetBSD: Makefile,v 1.76 2019/05/23 03:04:16 gutteridge Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" -DISTNAME= xfdesktop-4.13.3 -PKGNAME= xfce4-desktop-4.13.3 +VERSION= 4.13.4 +DISTNAME= xfdesktop-${VERSION} +PKGNAME= xfce4-desktop-${VERSION} CATEGORIES= x11 -MASTER_SITES+= http://archive.xfce.org/src/xfce/xfdesktop/4.13/ +MASTER_SITES+= http://archive.xfce.org/src/xfce/xfdesktop/${VERSION:R}/ HOMEPAGE= http://docs.xfce.org/xfce/xfdesktop/start COMMENT= Xfce desktop background manager Index: pkgsrc/x11/xfce4-desktop/PLIST diff -u pkgsrc/x11/xfce4-desktop/PLIST:1.28 pkgsrc/x11/xfce4-desktop/PLIST:1.29 --- pkgsrc/x11/xfce4-desktop/PLIST:1.28 Sat Mar 9 19:33:45 2019 +++ pkgsrc/x11/xfce4-desktop/PLIST Thu May 23 03:04:16 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.28 2019/03/09 19:33:45 gutteridge Exp $ +@comment $NetBSD: PLIST,v 1.29 2019/05/23 03:04:16 gutteridge Exp $ bin/xfdesktop bin/xfdesktop-settings man/man1/xfdesktop.1 @@ -36,6 +36,7 @@ share/locale/he/LC_MESSAGES/xfdesktop.mo share/locale/hr/LC_MESSAGES/xfdesktop.mo share/locale/hu/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 share/locale/it/LC_MESSAGES/xfdesktop.mo share/locale/ja/LC_MESSAGES/xfdesktop.mo Index: pkgsrc/x11/xfce4-desktop/distinfo diff -u pkgsrc/x11/xfce4-desktop/distinfo:1.29 pkgsrc/x11/xfce4-desktop/distinfo:1.30 --- pkgsrc/x11/xfce4-desktop/distinfo:1.29 Sat Mar 9 19:33:45 2019 +++ pkgsrc/x11/xfce4-desktop/distinfo Thu May 23 03:04:16 2019 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2019/03/09 19:33:45 gutteridge Exp $ +$NetBSD: distinfo,v 1.30 2019/05/23 03:04:16 gutteridge Exp $ -SHA1 (xfdesktop-4.13.3.tar.bz2) = cbcb0f76a7a558239b610acf7749003f64967444 -RMD160 (xfdesktop-4.13.3.tar.bz2) = 6709790ca0b43163a67812a915d317855b173e95 -SHA512 (xfdesktop-4.13.3.tar.bz2) = 5d828ad653b46ab1edc8300335321bab48e0ad2be1ae02944eff553375a6059513aeb363c73aaec1a6958dd3f1c873920287ad911cfe7b8096b447f1b8165ce3 -Size (xfdesktop-4.13.3.tar.bz2) = 1487433 bytes +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 (patch-backgrounds_Makefile.in) = 9310c57da7265b65b0ac1073d7481006162ccd95 SHA1 (patch-common_xfdesktop-common.h) = b7ef1fcb25012864706eea2e233955cfb9ba1bf7 --_----------=_1558580656186810--