Gis Weather
RingOV
Source i (link to git-repo or to original if based on someone elses unmodified work):
* Works with pling-storeor ocs-url
Other Utilities:
© 2025 xfce-look.org - Eyecandy for your XFCE-Desktop
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
4 Comments
Could you post a tarball with the source please? Or a git repo? Thanks.
I'm pretty sure I included the source to the GitHub project when I created this entry. Take a look at the "Link" link just below the application name. Anyway, this is the link again: https://github.com/rosenfeld/ktrayshortcut Sorry, but I barely found any good documentation or book on how to create CMake/KDE applications and I could only find an article showing to how create a binary deb, but I don't know how to create the source deb. Any help is welcomed as this is my first KDE/X11/CMake program. Also, I haven't done any C++ programming for the last 7 years, and I forgot almost everything I used to know when I worked with C++ in the past. I'd really love to see pull requests to improve the code organization and to add support for creating the source debian package. Also this was my first binary Debian package as well :)
Actually the "Link" link is in the right side of the "Version Control" item. Also, it shouldn't really depend on full KDE 4, but only on libkdeui5 (I guess) and libxmu and I've been told it works with Unite as well and I believe it should work with any X11 environment... I only really needed some KDE components for setting up the global shortcuts... Also, if you prefer a Debian repository, I pushed this to Amazon S3: deb [ arch=amd64 ] http://rosenfeld-deb-repo.s3.amazonaws.com debian main
I see, thank you. Making deb packages of CMake is a bit difficult indeed. If you want automated building and publishing for rpm packages (and optionally debs and arch packages) take a look at https://build.opensuse.org/ You can use a spec file I wrote as an example: https://build.opensuse.org/package/view_file/home:mdemeyer/moviethumbs-kde/moviethumbs-kde.spec?expand=1 note: It's not the best spec file out there, far from, but it works :)