import transset-df 6

transset-df is a heavily patched version of xorg's transset. It is used
to set the transparency of windows in X with the xcomposite extension.
It adds several command line options to make it easier to use directly,
bound to hot keys in your window manager, or through scripts. These
include the ability to select a window by window ID.

ok ajacoutot@
This commit is contained in:
jasper 2007-11-05 20:01:36 +00:00
parent 76d44177b1
commit 3398effc93
5 changed files with 52 additions and 0 deletions

29
x11/transset-df/Makefile Normal file
View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/05 20:01:36 jasper Exp $
COMMENT= manage opacity property of windows, extended version
DISTNAME= transset-df-6
CATEGORIES= x11
HOMEPAGE= http://www.forchheimer.se/transset-df/
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xcomposite Xdamage Xdmcp Xext Xfixes Xrender c m
MASTER_SITES= ${HOMEPAGE}
RUN_DEPENDS= ::x11/xcompmgr
USE_X11= Yes
NO_REGRESS= Yes
ALL_TARGET=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${PREFIX}/bin
.include <bsd.port.mk>

5
x11/transset-df/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (transset-df-6.tar.gz) = M3XVcK3J2HXX/EdtGlDVpQ==
RMD160 (transset-df-6.tar.gz) = gdM8r/lyttiMPt46E+ZYKypHh0c=
SHA1 (transset-df-6.tar.gz) = mkyJ8i1Ij5mj3F9D516ax8gNVSI=
SHA256 (transset-df-6.tar.gz) = RWPIqYg9s1TFjc1j+H3T0HbEo+2cVbhejLWcnTmf3u4=
SIZE (transset-df-6.tar.gz) = 10395

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2007/11/05 20:01:36 jasper Exp $
--- Makefile.orig Tue Jan 10 22:34:56 2006
+++ Makefile Sun Nov 4 19:59:45 2007
@@ -1,7 +1,6 @@
PACKAGES=xcomposite xfixes xdamage xrender
LIBS=`pkg-config --libs ${PACKAGES}` -lm
INCS=`pkg-config --cflags ${PACKAGES}`
-CFLAGS = -Wall
.c.o:
$(CC) $(CFLAGS) $(INCS) -c $*.c

View File

@ -0,0 +1,5 @@
transset-df is a heavily patched version of xorg's transset. It is used
to set the transparency of windows in X with the xcomposite extension.
It adds several command line options to make it easier to use directly,
bound to hot keys in your window manager, or through scripts. These
include the ability to select a window by window ID.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/05 20:01:36 jasper Exp $
bin/transset-df