Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id A530663BA81 for ; Mon, 5 Jul 2010 08:06:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 3316B63B101; Mon, 5 Jul 2010 08:06:17 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3896F63B100 for ; Mon, 5 Jul 2010 08:06:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 22B09175DD; Mon, 5 Jul 2010 08:06:16 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Mon, 5 Jul 2010 08:06:16 +0000 From: Tobias Nygren Subject: CVS commit: pkgsrc/x11/tint2 To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20100705080616.22B09175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: tnn Date: Mon Jul 5 08:06:15 UTC 2010 Modified Files: pkgsrc/x11/tint2: Makefile PLIST distinfo pkgsrc/x11/tint2/patches: patch-aa Added Files: pkgsrc/x11/tint2/patches: patch-ab Log Message: Update to tint2-0.11. Added c++ to USE_LANGUAGES to appease CMake. Someone with CMake clue should have a look at it. ChangeLog: - unhide tint2 panel when dragging something - Set _NET_WM_ICON_GEOMETRY for every task - strut_policy=minimum is possible even if autohide is disabled - Added icons and a *.desktop file for tint2conf - BSD fixes - Add cmake build system - Xrandr and Nvidia problems fixed - Fix installation of examples - added panel theme switcher 'tint2conf' with preview of each theme based on current config (size of monitor, task opened, ...) - include tintwizard : theme editor - autodetect composite manager and switch to real or fake transparency this feature needed a patch to xcompmgr see FAQ http://code.google.com/p/tint2/wiki/FAQ#How_to_configure_real_transparency_(xcompmgr) - added 'strut_policy = none' - drag n drop task re-ordering To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/tint2/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/tint2/PLIST pkgsrc/x11/tint2/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/tint2/patches/patch-aa cvs rdiff -u -r0 -r1.3 pkgsrc/x11/tint2/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.