Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2019 00:34:16 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517931 - in head: . x11-wm x11-wm/compton x11-wm/compton-yshui x11-wm/picom
Message-ID:  <201911190034.xAJ0YGbx062644@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Nov 19 00:34:16 2019
New Revision: 517931
URL: https://svnweb.freebsd.org/changeset/ports/517931

Log:
  x11-wm/picom: update to 7.5
  
  Changes:	https://github.com/yshui/picom/releases/tag/v7.5
  Reported by:	GitHub (watch releases)

Added:
  head/x11-wm/picom/
     - copied from r517930, head/x11-wm/compton-yshui/
Deleted:
  head/x11-wm/compton-yshui/
Modified:
  head/MOVED
  head/x11-wm/Makefile
  head/x11-wm/compton/Makefile
  head/x11-wm/picom/Makefile
  head/x11-wm/picom/distinfo
  head/x11-wm/picom/pkg-descr
  head/x11-wm/picom/pkg-plist

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon Nov 18 23:54:16 2019	(r517930)
+++ head/MOVED	Tue Nov 19 00:34:16 2019	(r517931)
@@ -13481,3 +13481,4 @@ mail/opensmtpd-extras-filter-python||2019-11-15| Depre
 mail/opensmtpd-extras-filter-regex||2019-11-15| Deprecated upstream
 mail/opensmtpd-extras-filter-spamassassin||2019-11-15| Deprecated upstream
 mail/opensmtpd-extras-tool-stats||2019-11-15| Deprecated upstream
+x11-wm/compton-yshui|x11-wm/picom|2019-11-18|Project renamed

Modified: head/x11-wm/Makefile
==============================================================================
--- head/x11-wm/Makefile	Mon Nov 18 23:54:16 2019	(r517930)
+++ head/x11-wm/Makefile	Tue Nov 19 00:34:16 2019	(r517931)
@@ -27,7 +27,6 @@
     SUBDIR += compizconfig-backend-gconf
     SUBDIR += compizconfig-python
     SUBDIR += compton
-    SUBDIR += compton-yshui
     SUBDIR += ctwm
     SUBDIR += cwm
     SUBDIR += devilspie
@@ -98,6 +97,7 @@
     SUBDIR += peksystray
     SUBDIR += pekwm
     SUBDIR += phluid
+    SUBDIR += picom
     SUBDIR += piewm
     SUBDIR += plasma5-kdecoration
     SUBDIR += plasma5-kwin

Modified: head/x11-wm/compton/Makefile
==============================================================================
--- head/x11-wm/compton/Makefile	Mon Nov 18 23:54:16 2019	(r517930)
+++ head/x11-wm/compton/Makefile	Tue Nov 19 00:34:16 2019	(r517931)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	xprop:x11/xprop \
 		xwininfo:x11/xwininfo
 
-CONFLICTS_INSTALL=	compton-yshui # bin/compton
+CONFLICTS_INSTALL=	picom # bin/compton
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	chjj

Modified: head/x11-wm/picom/Makefile
==============================================================================
--- head/x11-wm/compton-yshui/Makefile	Mon Nov 18 23:54:16 2019	(r517930)
+++ head/x11-wm/picom/Makefile	Tue Nov 19 00:34:16 2019	(r517931)
@@ -1,10 +1,9 @@
 # $FreeBSD$
 
-PORTNAME=	compton
+PORTNAME=	picom
 DISTVERSIONPREFIX=	v
-DISTVERSION=	7.4
+DISTVERSION=	7.5
 CATEGORIES=	x11-wm
-PKGNAMESUFFIX=	-yshui
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	bd5a5fb56812.patch:-p1 065f9ffd4d35.patch:-p1
@@ -31,7 +30,6 @@ USES=		compiler:c11 meson localbase pkgconfig python:3
 USE_GITHUB=	yes
 USE_XORG=	x11 xcb xext pixman
 GH_ACCOUNT=	yshui
-GH_PROJECT=	picom
 SHEBANG_FILES=	bin/compton-convgen.py
 MESON_ARGS=	-Dunittest=true
 TEST_TARGET=	test

Modified: head/x11-wm/picom/distinfo
==============================================================================
--- head/x11-wm/compton-yshui/distinfo	Mon Nov 18 23:54:16 2019	(r517930)
+++ head/x11-wm/picom/distinfo	Tue Nov 19 00:34:16 2019	(r517931)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1569024480
-SHA256 (yshui-picom-v7.4_GH0.tar.gz) = 9323046b00a881ff07fbb118354e47be68df3d98c89ad1063a663242a1200d7d
-SIZE (yshui-picom-v7.4_GH0.tar.gz) = 218898
+TIMESTAMP = 1574114370
+SHA256 (yshui-picom-v7.5_GH0.tar.gz) = 1fdeda688d09643563e4314f885beaf074023235e56598ae98d481364e615607
+SIZE (yshui-picom-v7.5_GH0.tar.gz) = 219456
 SHA256 (bd5a5fb56812.patch) = a7e29d526517f05fb90f3a6415ef08108ba45865175a676f50376ef8d0e10a7f
 SIZE (bd5a5fb56812.patch) = 680
 SHA256 (065f9ffd4d35.patch) = 5d6d687c9ee1eb6ab7a9d39636bb85c4aac7d36ad13433ac66885914ff2e2944

Modified: head/x11-wm/picom/pkg-descr
==============================================================================
--- head/x11-wm/compton-yshui/pkg-descr	Mon Nov 18 23:54:16 2019	(r517930)
+++ head/x11-wm/picom/pkg-descr	Tue Nov 19 00:34:16 2019	(r517931)
@@ -1,5 +1,5 @@
-Compton is a standalone compositor for X11 for window managers without
-built-in compositing. This is an actively maintained fork of Compton.
+Picom (formerly a Compton fork) is a standalone compositor for X11 for
+window managers without built-in compositing.
 
 Features:
 - Rendering with optional VSync via OpenGL or XRender
@@ -12,4 +12,4 @@ Features:
 - Config, log and PID file support
 - Remote control via DBus
 
-WWW: https://github.com/yshui/compton
+WWW: https://github.com/yshui/picom

Modified: head/x11-wm/picom/pkg-plist
==============================================================================
--- head/x11-wm/compton-yshui/pkg-plist	Mon Nov 18 23:54:16 2019	(r517930)
+++ head/x11-wm/picom/pkg-plist	Tue Nov 19 00:34:16 2019	(r517931)
@@ -1,7 +1,10 @@
 bin/compton
 bin/compton-convgen.py
 bin/compton-trans
-@sample etc/xdg/compton.conf.sample
+bin/picom
+bin/picom-trans
+@sample etc/xdg/picom.conf.sample
 share/applications/compton.desktop
+share/applications/picom.desktop
 share/icons/hicolor/48x48/apps/compton.png
 share/icons/hicolor/scalable/apps/compton.svg



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