Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212448 - Screenlets 0.0.12 (new ebuild)
Summary: Screenlets 0.0.12 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-06 00:18 UTC by Keith Amidon
Modified: 2009-08-22 19:39 UTC (History)
8 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
screenlets-0.0.12.ebuild (screenlets-0.0.12.ebuild,1.12 KB, text/plain)
2008-03-06 00:19 UTC, Keith Amidon
Details
version 0.1 now with xfce support (screenlets-0.1.ebuild,1.18 KB, text/plain)
2008-04-13 06:17 UTC, Dominik Kozaczko
Details
"Gnome-lite" more kde-friendly (screenlets-9999.ebuild,1.01 KB, text/plain)
2008-11-22 13:42 UTC, Chema
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Amidon 2008-03-06 00:18:33 UTC
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
Comment 1 Keith Amidon 2008-03-06 00:19:32 UTC
Created attachment 145393 [details]
screenlets-0.0.12.ebuild
Comment 2 mambro 2008-03-06 13:59:01 UTC
It works for me. AMD64
Comment 3 Per Wigren 2008-03-30 20:23:34 UTC
I renamed this ebuild to 0.0.14 and it seems to work.
Comment 4 Dominik Kozaczko 2008-04-13 06:17:52 UTC
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).
Comment 5 Jon Phillips 2008-06-11 23:56:01 UTC
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!
Comment 6 Damian Nadales 2008-09-09 19:59:59 UTC
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.
Comment 7 Chema 2008-11-22 13:42:40 UTC
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.
Comment 8 Paulo J. Matos 2009-05-04 21:24:56 UTC
me wants thissssssssssssssss!!! :D
Comment 9 Jim Ramsay (lack) (RETIRED) gentoo-dev 2009-08-22 19:39:53 UTC
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!