Index: head/deskutils/superkaramba/Makefile =================================================================== --- head/deskutils/superkaramba/Makefile (revision 100516) +++ head/deskutils/superkaramba/Makefile (revision 100517) @@ -1,51 +1,51 @@ # New ports collection makefile for: superkaramba # Date created: Sat Nov 8 20:23:31 CET 2003 # Whom: Markus Brueffer # # $FreeBSD$ PORTNAME= superkaramba PORTVERSION= 0.33 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= netdragon MAINTAINER= brueffer@phoenix-systems.de COMMENT= KDE tool that allows interactive eye-candy on the desktop .if defined(WITH_XMMS) LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms .endif .if defined(WITH_XMBMON) RUN_DEPENDS= mbmon:${PORTSDIR}/sysutils/xmbmon .endif USE_KDEBASE_VER= 3 GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= glib12 gtk12 USE_PYTHON= yes PYTHON_VERSION= python2.3 INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ARGS+= --with-pythondir=${PYTHON_INCLUDEDIR} CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} pre-everything:: .if !defined(WITH_XMMS) @${ECHO_MSG} "You can enable XMMS support by defining WITH_XMMS." .endif .if !defined(WITH_XMBMON) @${ECHO_MSG} "You can enable mainboard monitor support by defining WITH_XMBMON." .endif post-patch: @${REINPLACE_CMD} -e 's|-O2 ||g' ${WRKSRC}/${CONFIGURE_SCRIPT} .include .include "${PORTSDIR}/x11/kde3/Makefile.kde" .include Property changes on: head/deskutils/superkaramba/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/deskutils/superkaramba/files/patch-karamba.cpp =================================================================== --- head/deskutils/superkaramba/files/patch-karamba.cpp (revision 100516) +++ head/deskutils/superkaramba/files/patch-karamba.cpp (revision 100517) @@ -1,29 +1,38 @@ ---- src/karamba.cpp.orig 2003-11-07 01:15:20.000000000 -0500 -+++ src/karamba.cpp 2003-11-07 02:30:39.000000000 -0500 +--- src/karamba.cpp.orig Sun Oct 19 22:02:45 2003 ++++ src/karamba.cpp Mon Feb 9 00:57:18 2004 +@@ -2243,7 +2243,7 @@ + + + //Matthew Kay: set window type to "dock" (plays better with taskbar themes this way) +- KWin::setType(winId(), NET::Dock); ++ //KWin::setType(winId(), NET::Dock); + + widgetMask = 0; + info = new NETWinInfo( qt_xdisplay(), winId(), qt_xrootwin(), NET::WMState ); @@ -2662,6 +2662,26 @@ } + if( getBoolean("RIGHTBAR", line ) ) + { + int dw = QApplication::desktop()->width(); + move( dw - w, y ); + KWin::setStrut( winId(), 0, w, 0, 0 ); + toggleLocked->setChecked( true ); + slotToggleLocked(); + toggleLocked->setEnabled(false); + + } + if( getBoolean("LEFTBAR", line) ) + { + int dw = QApplication::desktop()->width(); + move( 0, y ); + KWin::setStrut( winId(), w, 0, 0, 0 ); + toggleLocked->setChecked( true ); + slotToggleLocked(); + toggleLocked->setEnabled(false); + + } bool found = false; QString path = getString( "MASK", line, found ); Property changes on: head/deskutils/superkaramba/files/patch-karamba.cpp ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property