I created an ebuild for the 0.0.12 snapshot release of the screenlets project based on the information at http://forum.compiz-fusion.org/showpost.php?p=48380&postcount=27 Seems to work fine for me. Reproducible: Always
Created attachment 145393 [details] screenlets-0.0.12.ebuild
It works for me. AMD64
I renamed this ebuild to 0.0.14 and it seems to work.
Created attachment 149534 [details] version 0.1 now with xfce support This is ebuild for screenlets-0.1 As notification-daemon-xfce conflicts with notification-daemon, I added xfce USEflag (I don't know how to detect if one of the packages is installed).
Cool, the latest ebuild 0.1 works for me, but I was getting an error like this: localhost x11-plugins # ebuild screenlets/screenlets-0.1.ebuild digest DEPEND: dev-python/dbus-python >=dev-python/gnome-python-desktop-2.16.0 dev-python/pyxdg x11-libs/libnotify xfce? (xfce-extra/notification-daemon-xfce) !xfce? (x11-misc/notification-daemon) x11-misc/xdg-utils >=sys-apps/sed-4 =sys-devel/automake-1.10* >=sys-devel/autoconf-2.61 sys-devel/libtool virtual/python missing space by parenthesis: '(x' I had to comment out the lines like so: DEPEND="dev-python/dbus-python >=dev-python/gnome-python-desktop-2.16.0 dev-python/pyxdg x11-libs/libnotify x11-misc/xdg-utils" # had to comment these out #xfce? (xfce-extra/notification-daemon-xfce) # !xfce? (x11-misc/notification-daemon) Maybe some weird spacing issue...this is an awesome/fun package!
The ebuild command aborts with the following message: To connect to code.launchpad.net insecurely, use `--no-check-certificate'. Unable to establish SSL connection. !!! Couldn't download 'screenlets-0.1.tar.gz'. Aborting. !!! File screenlets-0.1.tar.gz doesn't exist, can't update Manifest I don't know how to proceed.
Created attachment 172849 [details] "Gnome-lite" more kde-friendly I'm no programmer, so sorry if i've screwed up. This is basically the ebuild you can find in its web (http://www.screenlets.org/index.php/Home) with a few changes in the DEPEND field, i've replaced the dev-python/gnome-python-desktop with the minimum necessary dependencies, so it won't install all the gnome stuff that we, Kde users, don't need.
me wants thissssssssssssssss!!! :D
I cleaned this up a bit and just checked in x11-plugins/screenlets-0.1.2 which is the latest release as of this date. Looks neat. Enjoy!