Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 86FFA7A279 for ; Sun, 5 Feb 2017 14:41:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F40E585701; Sun, 5 Feb 2017 14:41:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 819CC856FC for ; Sun, 5 Feb 2017 14:41:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id oSxRnA9qLxgs for ; Sun, 5 Feb 2017 14:41:15 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DBD05855AF for ; Sun, 5 Feb 2017 14:41:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC700FBE4; Sun, 5 Feb 2017 14:41:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1486305674271440" MIME-Version: 1.0 Date: Sun, 5 Feb 2017 14:41:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/libreoffice To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170205144114.CC700FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1486305674271440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 5 14:41:14 UTC 2017 Modified Files: pkgsrc/misc/libreoffice: PLIST Log Message: Add a couple more missing gtk3 files. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/misc/libreoffice/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1486305674271440 Content-Disposition: inline Content-Length: 1096 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/libreoffice/PLIST diff -u pkgsrc/misc/libreoffice/PLIST:1.21 pkgsrc/misc/libreoffice/PLIST:1.22 --- pkgsrc/misc/libreoffice/PLIST:1.21 Sun Feb 5 01:46:53 2017 +++ pkgsrc/misc/libreoffice/PLIST Sun Feb 5 14:41:14 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2017/02/05 01:46:53 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.22 2017/02/05 14:41:14 wiz Exp $ bin/libreoffice bin/lobase bin/localc @@ -13738,6 +13738,9 @@ ${PKGNAME}/lib/libreoffice/share/gallery ${PKGNAME}/lib/libreoffice/share/gallery/www-graf/ylwup.gif ${PKGNAME}/lib/libreoffice/share/glade/libreoffice-catalog.xml ${PKGNAME}/lib/libreoffice/share/labels/labels.xml +${PLIST.gtk3}${PKGNAME}/lib/libreoffice/share/libreofficekit/handle_image_end.png +${PLIST.gtk3}${PKGNAME}/lib/libreoffice/share/libreofficekit/handle_image_middle.png +${PLIST.gtk3}${PKGNAME}/lib/libreoffice/share/libreofficekit/handle_image_start.png ${PKGNAME}/lib/libreoffice/share/palette/arrowhd.soe ${PKGNAME}/lib/libreoffice/share/palette/breeze.soc ${PKGNAME}/lib/libreoffice/share/palette/classic.sog --_----------=_1486305674271440--