diff --git a/x11/libXcomposite/Makefile b/x11/libXcomposite/Makefile index 8c3ea6533290..eefa6ba122dd 100644 --- a/x11/libXcomposite/Makefile +++ b/x11/libXcomposite/Makefile @@ -1,22 +1,18 @@ PORTNAME= libXcomposite -PORTVERSION= 0.4.6 -PORTREVISION= 1 +DISTVERSION= 0.4.7 PORTEPOCH= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X Composite extension library -WWW= https://www.freedesktop.org/wiki/Software/xlibs/ +WWW= https://gitlab.freedesktop.org/xorg/lib/libxcomposite LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -EXTRACT_SUFX= .tar.xz -USES= xorg xorg-cat:lib -USE_XORG= x11 xfixes xext xorgproto - -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +USES= tar:xz xorg xorg-cat:lib +USE_XORG= x11 xfixes xorgproto INSTALL_TARGET= install-strip .include diff --git a/x11/libXcomposite/distinfo b/x11/libXcomposite/distinfo index 09ad313a1637..3d457b085355 100644 --- a/x11/libXcomposite/distinfo +++ b/x11/libXcomposite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670265112 -SHA256 (xorg/lib/libXcomposite-0.4.6.tar.xz) = fe40bcf0ae1a09070eba24088a5eb9810efe57453779ec1e20a55080c6dc2c87 -SIZE (xorg/lib/libXcomposite-0.4.6.tar.xz) = 265596 +TIMESTAMP = 1771120752 +SHA256 (xorg/lib/libXcomposite-0.4.7.tar.xz) = 8bdf310967f484503fa51714cf97bff0723d9b673e0eecbf92b3f97c060c8ccb +SIZE (xorg/lib/libXcomposite-0.4.7.tar.xz) = 272620 diff --git a/x11/libXcomposite/pkg-descr b/x11/libXcomposite/pkg-descr index 3051fffc33c4..2e78cec29220 100644 --- a/x11/libXcomposite/pkg-descr +++ b/x11/libXcomposite/pkg-descr @@ -1 +1,8 @@ -This package contains the X Composite extension library. +This package contains Xlib-based client library for the Composite +extension to the X11 protocol + +This extension causes a entire sub-tree of the window hierarchy to be +rendered to an off-screen buffer. Applications can then take the +contents of that buffer and do whatever they like. The off-screen +buffer can be automatically merged into the parent window or merged by +external programs, called compositing managers.