x11-wm/picom: update to 7.5
Changes: https://github.com/yshui/picom/releases/tag/v7.5 Reported by: GitHub (watch releases)
This commit is contained in:
parent
6542f9e27b
commit
e32aac7ed2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517931
8 changed files with 15 additions and 13 deletions
1
MOVED
1
MOVED
|
@ -13481,3 +13481,4 @@ mail/opensmtpd-extras-filter-python||2019-11-15| Deprecated upstream
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.4+,run \
|
|||
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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue