From owner-svn-ports-all@freebsd.org Fri Dec 6 19:49:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 944111B4854; Fri, 6 Dec 2019 19:49:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47V3833D95z3JpL; Fri, 6 Dec 2019 19:49:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D730643A; Fri, 6 Dec 2019 19:49:39 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB6Jnduw053901; Fri, 6 Dec 2019 19:49:39 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB6JndiE053900; Fri, 6 Dec 2019 19:49:39 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201912061949.xB6JndiE053900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 6 Dec 2019 19:49:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519160 - head/x11-themes/papirus-icon-theme X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11-themes/papirus-icon-theme X-SVN-Commit-Revision: 519160 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2019 19:49:39 -0000 Author: tobik Date: Fri Dec 6 19:49:38 2019 New Revision: 519160 URL: https://svnweb.freebsd.org/changeset/ports/519160 Log: x11-themes/papirus-icon-theme: Update to 20191201 Delete pkg-plist and dynamically generate the plist instead to ease future updates. pkg-plist was 4.1 MiB large and had over 70000 entries. This also bloated the patch accordingly to the point it had to be gzipped to not go over Bugzilla's size limit for attachments. It was still over 100 KiB compressed. Changes: https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases PR: 242351 Submitted by: Hiroki Tagato (maintainer) Deleted: head/x11-themes/papirus-icon-theme/pkg-plist Modified: head/x11-themes/papirus-icon-theme/Makefile head/x11-themes/papirus-icon-theme/distinfo Modified: head/x11-themes/papirus-icon-theme/Makefile ============================================================================== --- head/x11-themes/papirus-icon-theme/Makefile Fri Dec 6 19:46:18 2019 (r519159) +++ head/x11-themes/papirus-icon-theme/Makefile Fri Dec 6 19:49:38 2019 (r519160) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= papirus-icon-theme -PORTVERSION= 20190720 +PORTVERSION= 20191201 CATEGORIES= x11-themes MAINTAINER= tagattie@yandex.com @@ -22,6 +22,10 @@ INSTALLS_ICONS= yes PORTDOCS= AUTHORS README.md OPTIONS_DEFINE= DOCS + +post-install: + cd ${STAGEDIR}${PREFIX} && \ + ${FIND} share/icons -type f -o -type l >> ${TMPPLIST} post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/x11-themes/papirus-icon-theme/distinfo ============================================================================== --- head/x11-themes/papirus-icon-theme/distinfo Fri Dec 6 19:46:18 2019 (r519159) +++ head/x11-themes/papirus-icon-theme/distinfo Fri Dec 6 19:49:38 2019 (r519160) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564482691 -SHA256 (PapirusDevelopmentTeam-papirus-icon-theme-20190720_GH0.tar.gz) = 8a3882c8d498f9172c2ab21dcf151aa1520fafb05c377160bc802cb39a8d9908 -SIZE (PapirusDevelopmentTeam-papirus-icon-theme-20190720_GH0.tar.gz) = 18498457 +TIMESTAMP = 1575268131 +SHA256 (PapirusDevelopmentTeam-papirus-icon-theme-20191201_GH0.tar.gz) = 24d6be7b0139fcdfeeee2b9e14a16bd67a4334ad84e9f1e87b75c921457e57c7 +SIZE (PapirusDevelopmentTeam-papirus-icon-theme-20191201_GH0.tar.gz) = 20576688