aa1c8d9768
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
13 lines
626 B
Text
13 lines
626 B
Text
$NetBSD: patch-aa,v 1.3 2010/07/05 08:06:15 tnn Exp $
|
|
|
|
--- CMakeLists.txt.orig 2010-06-15 21:38:14.000000000 +0000
|
|
+++ CMakeLists.txt
|
|
@@ -99,7 +99,7 @@ set_target_properties( tint2 PROPERTIES
|
|
set_target_properties(tint2 PROPERTIES LINK_FLAGS "-pthread" )
|
|
|
|
install( TARGETS tint2 DESTINATION bin )
|
|
-install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 )
|
|
+#install( FILES sample/tint2rc DESTINATION ${SYSCONFDIR}/xdg/tint2 )
|
|
install( FILES default_icon.png DESTINATION ${DATADIR}/tint2 )
|
|
install( FILES AUTHORS ChangeLog README DESTINATION ${DOCDIR} )
|
|
install( FILES doc/tint2.1 DESTINATION ${MANDIR}/man1 )
|