First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 45338
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Richard Fujimoto <rfujimoto@imap.cc>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gcursor-0.03.ebuild The ebuild text/plain Richard Fujimoto 2004-03-21 19:00 0000 1.03 KB Details
gcursor-0.05.ebuild gcursor-0.05.ebuild text/plain Richard Fujimoto 2004-04-16 14:27 0000 872 bytes Details
xrender.pc xrender.pc -- must be placed in $FILESDIR text/plain Richard Fujimoto 2004-04-16 14:28 0000 151 bytes Details
gcursor-0.05.ebuild.diff gcursor-0.05.ebuild.diff -- diff from gcursor-0.03 text/plain Richard Fujimoto 2004-04-16 14:29 0000 400 bytes Details
gcursor-0.06.ebuild gcursor-0.06 application/octet-stream Marcos 2004-07-23 13:29 0000 872 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 45338 depends on: Show dependency tree
Show dependency graph
Bug 45338 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-03-21 18:59 0000
Here's an ebuild for gcursor.  It's described by the author Qball:

Missing a mouse cursor theme selector in gnome, I wrote gcursor.
I tries to have the look and feel of the gnome-theme-manager.
It can install and select xcursor-themes.
It work by setting, on gnome 2.4, the ~/.icons/default/index.theme file.
On gnome 2.5.5 and higher it sets the correct gconf key for it.
Setting a xcursor theme isn't instant. In most cases it requires a restart of X to apply.
It uses file-roller to extract themes when installing.
Version 0.03 does animations.

I suggest gnome-extra/gcursor as a category.  I have tested on x86, but perhaps this will work on other arch's supported by gnome?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Richard Fujimoto 2004-03-21 19:00:09 0000 -------
Created an attachment (id=27768) [edit]
The ebuild

------- Comment #2 From Richard Fujimoto 2004-04-16 14:27:33 0000 -------
Created an attachment (id=29447) [edit]
gcursor-0.05.ebuild

Updated ebuild.  Requires that xrender.pc be in $FILESDIR.  I have attached one
and it should be placed in ./files

------- Comment #3 From Richard Fujimoto 2004-04-16 14:28:08 0000 -------
Created an attachment (id=29449) [edit]
xrender.pc -- must be placed in $FILESDIR

------- Comment #4 From Richard Fujimoto 2004-04-16 14:29:21 0000 -------
Created an attachment (id=29451) [edit]
gcursor-0.05.ebuild.diff -- diff from gcursor-0.03

------- Comment #5 From Aaron Lake 2004-06-19 14:20:11 0000 -------
Might want to version bump this up to 0.06 if it ever gets in to portage. 
Great application.

------- Comment #6 From Nguyen Thai Ngoc Duy (RETIRED) 2004-07-21 15:17:36 0000 -------
It works. Some notes:
Is it neccesary "RDEPEND=${RDEPEND}" ?
Also the same for "S=${WORKDIR}/${P}" because it's default.
Is file-roller a dependency (according to your description)?

------- Comment #7 From Marcos 2004-07-23 13:29:57 0000 -------
Created an attachment (id=36030) [edit]
Latest GCursor Version

------- Comment #8 From Avuton Olrich 2004-08-10 13:00:00 0000 -------
Hello,

With all due respect, as a gcursor user it seems to me this should be a higher pri than it obviously is. Gentoo really doesn't have anything like this and I have really had no problems with it, is there any reason this is being sit on for so long?

------- Comment #9 From Mike Gardiner (RETIRED) 2004-08-10 22:48:39 0000 -------
This has been committed now, and I'm offering responses to this bug:

o)  The whole "needs xrender.pc" thing is a result of you needing to update your version of xorg-x11. This was a bug that was fixed weeks ago. Please update to -r1 or -r2.

o) Errors with the ebuild submitted:

x) what does this dependency mean? ">=gnome-desktop-2" (no such package)
x) RDEPEND="${RDEPEND}" is bad for a number of reasons. Firstly, it initializes a variable to itself on declaration. Secondly, it means that the ebuild won't have set RDEPEND="${DEPEND}", as is done automatically, so effectively, this package has no runtime dependencies.
x) S=${WORKDIR}/${P} is done automatically, no need to redeclare it
x) in DOCS="" no need to include COPYING and INSTALL
x) in DOCS="" README and NEWS have filesize 0 - no need to install them
x) in DOCS="" there's one other doc TODO that you can install
x) >=app-arch/file-roller-2 is a runtime dependency (you can check by doing
find . -type f | xargs grep file-roller in the source directory)

o)  And to address the last point, I'm not sure. We GNOME herd have a high volume of bugs, apologies for taking so long. Enjoy.



First Last Prev Next    No search results available      Search page      Enter new bug