


GTK2 Themes by jeremi360 2 comments

Audio Apps by xadras 71 comments
echo >> filename
within the port to add the newline thus removing the warnings.
The files are:
src/widgets/background.h
src/widgets/dateTime.cpp
src/widgets/dateTime.h
src/widgets/metadata.cpp
src/widgets/metadata.h
src/widgets/playProgress.cpp
src/widgets/playProgress.h - Feb 13 2010

Plasma 4 Extensions by PlasmaFactory 1198 comments
I am not using install.sh, I am using the standard cmake commands through the FreeBSD ports system. It builds fine, but when I go to install yawp, it ends up installing the same files in two different locations.
For example if I set the PREFIX to /usr/home/bsdkaffee, it will install all files into the appropriate places. But it will also install a set into /usr/home/bsdkaffee/home/bsdkaffee.
I think this is because INSTALL is specified twice in the CMakeLists.txt files. It is the part that was added for CPack that is causing this. The only way I can make it install normally is to remove the CPack related stuff from applet/CMakeLists.txt, ions/CMakeLists.txt, and po/CMakeLists.txt.
Also, in applet/weatherdataprocessor.cpp line 33, <values.h> really should be <float.h>. values.h is not available on FreeBSD and IIRC it is deprecated on Linux.
Thanks! - Feb 13 2010
Could you please review the following patch to remove hardcoded paths in infomanager.cpp: http://pastebin.com/m78e39103
Also, GCC gives some annoying warnings because the following files do not contain a newline at the end:
flowlayout.cpp
flowlayout.h
lyricswidget.cpp
playwolf.cpp
playwolf.h
wolfbuttons.cpp
wolflabel.h
Could you please run:
$ echo >> <filename>
on each of those files to add the newline?
Could you also package the releases in a directory that also contains the version nmuber? E.g. playwolf-0.8.1
Thanks! - Feb 12 2010

Audio Apps by xadras 71 comments
It wants to install themes in:
KDE4PREFIX/share/kde4/apps/waheela/themes
At least on my installation it should be:
KDE4PREFIX/share/apps/waheela/themes/
Where KDE4PREFIX is where you have KDE4 installed.
If that seems like where appdata should go on your system, here is an easy fix:
1. Extract the waheela archive
2. $ cd /path/to/extracted_archive/waheela (make sure you are in the waheela directory)
3. $ sed -i.bak -e 's|/share/kde4/apps|/share/apps|g' ./themes/*/CMakeLists.txt
The problem is Waheela uses something hardcoded like in waheela/themes/Bubbles/CMakeLists.txt:
install_files( /share/kde4/apps/waheela/themes/Bubbles FILES
background.jpg
background-wide.jpg
preview.jpg
theme.config
)
It should be more like:
install(FILES
background.jpg
background-wide.jpg
preview.jpg
theme.config
DESTINATION ${DATA_INSTALL_DIR}/waheela/themes/Bubbles
) - Aug 21 2009

Audio Apps by xadras 71 comments
http://www.freshports.org/audio/waheela/ - Aug 14 2009

Utilities by marcomaniac 232 comments
http://www.freshports.org/audio/audex/ - Jul 20 2009

Plasma 4 Extensions by wicharek 11 comments

Plasma 4 Extensions by swizec 10 comments

Plasma 4 Extensions by svenstorp 130 comments

Plasma 4 Extensions by DanaKil 62 comments

Audio Apps by Sebien 324 comments

Audioplayers by comar961 272 comments
http://www.freshports.org/audio/amarok-fs/ - Jul 04 2007

Wallpapers Windows by Dridhas 7 comments