summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-03-23 17:56:11 +0000
committerdrochner <drochner@pkgsrc.org>2007-03-23 17:56:11 +0000
commit3a9b8c46ef61d4825475f533f1258569529f8ade (patch)
tree0c3ef668199d861c454534834ecfaf70f52dda0b
parentede7d565f074e0ca61fc6b7723f7f597bc590cdc (diff)
downloadpkgsrc-3a9b8c46ef61d4825475f533f1258569529f8ade.tar.gz
import transset-df, a modification of xorg's transset, to set window
transparancy, mostly used together with xcompmgr
-rw-r--r--x11/transset-df/DESCR8
-rw-r--r--x11/transset-df/Makefile22
-rw-r--r--x11/transset-df/PLIST2
-rw-r--r--x11/transset-df/distinfo5
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