all repos — tint2 @ a85ae33b383eb32fbad49dcb53f98a348bdea607

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

removed cmake CACHE : it s not reliable.

git-svn-id: http://tint2.googlecode.com/svn/trunk@483 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
thilor77 thilor77@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

a85ae33b383eb32fbad49dcb53f98a348bdea607

parent

99491c8f72143fa15792dc7f37d558c2e73bf5ee

3 files changed, 10 insertions(+), 8 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -62,10 +62,10 @@ add_subdirectory( src/tint2conf )

add_dependencies( tint2conf version ) endif( ENABLE_TINT2CONF ) -set( MANDIR ${CMAKE_INSTALL_PREFIX}/share/man CACHE PATH "Directory for man pages" ) -set( DATADIR ${CMAKE_INSTALL_PREFIX}/share CACHE PATH "Directory for shared data" ) -set( SYSCONFDIR /etc CACHE PATH "Directory for configuration files" ) -set( DOCDIR ${CMAKE_INSTALL_PREFIX}/share/doc/tint2 CACHE PATH "Directory for documentation files" ) +set( MANDIR ${CMAKE_INSTALL_PREFIX}/share/man) +set( DATADIR ${CMAKE_INSTALL_PREFIX}/share) +set( SYSCONFDIR /etc) +set( DOCDIR ${CMAKE_INSTALL_PREFIX}/share/doc/tint2) add_custom_target( version ALL "${PROJECT_SOURCE_DIR}/get_svnrev.sh" "\"${PROJECT_SOURCE_DIR}\"" )
M src/tint2conf/tint2conf.svgsrc/tint2conf/tint2conf.svg

@@ -41,12 +41,12 @@ guidetolerance="10"

inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-width="1024" - inkscape:window-height="709" + inkscape:window-height="715" id="namedview48" showgrid="false" inkscape:zoom="4.9166667" inkscape:cx="-14.440678" - inkscape:cy="22.37288" + inkscape:cy="21.9661" inkscape:window-x="0" inkscape:window-y="1" inkscape:window-maximized="1"

@@ -335,7 +335,8 @@ x="2.5"

y="7.5" mask="url(#mask4722)" id="rect1333" - style="fill:url(#linearGradient2854);fill-opacity:1;stroke:#323232;stroke-width:0.99999952000000003;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + style="fill:url(#linearGradient2854);fill-opacity:1;stroke:#323232;stroke-width:0.99999952;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + transform="translate(-0.20338983,3.4237288)" /> <rect width="45" height="27"

@@ -343,5 +344,6 @@ x="3.5"

y="8.5" mask="url(#mask4716)" id="rect2210" - style="opacity:0.7;fill:none;stroke:url(#linearGradient2851);stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + style="opacity:0.7;fill:none;stroke:url(#linearGradient2851);stroke-width:0.99999976;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + transform="translate(-0.20338983,3.4237288)" /> </svg>