diff options
author | drochner <drochner@pkgsrc.org> | 2007-03-23 17:56:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-03-23 17:56:11 +0000 |
commit | 7078e7c3d1510f5e714144f6e5b4575c0a545016 (patch) | |
tree | 0c3ef668199d861c454534834ecfaf70f52dda0b /x11/transset-df | |
parent | 8a009d137d7544d39d2368e014817c6e6b35209d (diff) | |
download | pkgsrc-7078e7c3d1510f5e714144f6e5b4575c0a545016.tar.gz |
import transset-df, a modification of xorg's transset, to set window
transparancy, mostly used together with xcompmgr
Diffstat (limited to 'x11/transset-df')
-rw-r--r-- | x11/transset-df/DESCR | 8 | ||||
-rw-r--r-- | x11/transset-df/Makefile | 22 | ||||
-rw-r--r-- | x11/transset-df/PLIST | 2 | ||||
-rw-r--r-- | x11/transset-df/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/x11/transset-df/DESCR b/x11/transset-df/DESCR new file mode 100644 index 00000000000..0fc5e784a46 --- /dev/null +++ b/x11/transset-df/DESCR @@ -0,0 +1,8 @@ +This is a patched version of xorg's transset +I wanted to integrate transset into my windowmanager and to +be able to set and unset transparency by just pressing a key. +To make that possible I added several different 'select methods'. +The first one was 'select by point' and lets the user run transset +directly on the window curently under the cursor without bringing +up the crosshair. Later select by name and id was added after insperation +from other transset patches. diff --git a/x11/transset-df/Makefile b/x11/transset-df/Makefile new file mode 100644 index 00000000000..a69cd90b580 --- /dev/null +++ b/x11/transset-df/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/03/23 17:56:11 drochner Exp $ +# + +DISTNAME= transset-df-5 +CATEGORIES= x11 +MASTER_SITES= http://forchheimer.se/transset-df/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://forchheimer.se/transset-df/ +COMMENT= Patched version of xorg's transset + +BUILD_TARGET= transset-df +USE_TOOLS+= pkg-config + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${PREFIX}/bin + +.include "../../x11/libXcomposite/buildlink3.mk" +.include "../../x11/libXfixes/buildlink3.mk" +.include "../../x11/libXdamage/buildlink3.mk" +.include "../../x11/libXrender/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/transset-df/PLIST b/x11/transset-df/PLIST new file mode 100644 index 00000000000..ad066d012e4 --- /dev/null +++ b/x11/transset-df/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/23 17:56:11 drochner Exp $ +bin/transset-df diff --git a/x11/transset-df/distinfo b/x11/transset-df/distinfo new file mode 100644 index 00000000000..a39a265b6f4 --- /dev/null +++ b/x11/transset-df/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/03/23 17:56:11 drochner Exp $ + +SHA1 (transset-df-5.tar.gz) = c8ad58be3cb054f155c8a6d1c41f5ea5d060557b +RMD160 (transset-df-5.tar.gz) = 28ff128d00e23601a4e911abaeca6a2db5691574 +Size (transset-df-5.tar.gz) = 10134 bytes |