Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2019 19:49:39 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
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
Message-ID:  <201912061949.xB6JndiE053900@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tagattie@yandex.com> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912061949.xB6JndiE053900>