Hello,
In the lesstif tests, there is a test with references to some bitmap that used to be shipped with X:
#include <X11/bitmaps/Excl> #include <X11/bitmaps/FlipHoriz> #include <X11/bitmaps/FlipVert> #include <X11/bitmaps/Left> #include <X11/bitmaps/Right> #include <X11/bitmaps/Up> #include <X11/bitmaps/Down> #include <X11/bitmaps/Fold> #include <X11/bitmaps/Term> #include <X11/bitmaps/woman>
I tried to find them, but I didn't succeed. Am I missing something?
-- Pat
On Sunday, 20 August 2006 at 00:21, Patrice Dumas wrote:
Hello,
In the lesstif tests, there is a test with references to some bitmap that used to be shipped with X:
#include <X11/bitmaps/Excl> #include <X11/bitmaps/FlipHoriz> #include <X11/bitmaps/FlipVert> #include <X11/bitmaps/Left> #include <X11/bitmaps/Right> #include <X11/bitmaps/Up> #include <X11/bitmaps/Down> #include <X11/bitmaps/Fold> #include <X11/bitmaps/Term> #include <X11/bitmaps/woman>
I tried to find them, but I didn't succeed. Am I missing something?
xorg-x11-bitmaps
Regards, R.
Dominik 'Rathann' Mierzejewski wrote:
On Sunday, 20 August 2006 at 00:21, Patrice Dumas wrote:
Hello,
In the lesstif tests, there is a test with references to some bitmap that used to be shipped with X:
#include <X11/bitmaps/Excl> #include <X11/bitmaps/FlipHoriz> #include <X11/bitmaps/FlipVert> #include <X11/bitmaps/Left> #include <X11/bitmaps/Right> #include <X11/bitmaps/Up> #include <X11/bitmaps/Down> #include <X11/bitmaps/Fold> #include <X11/bitmaps/Term> #include <X11/bitmaps/woman>
I tried to find them, but I didn't succeed. Am I missing something?
xorg-x11-bitmaps
maybe you meant xorg-x11-xbitmaps?
-- Rex
On Sunday, 20 August 2006 at 03:35, Rex Dieter wrote:
Dominik 'Rathann' Mierzejewski wrote:
On Sunday, 20 August 2006 at 00:21, Patrice Dumas wrote:
Hello,
In the lesstif tests, there is a test with references to some bitmap that used to be shipped with X:
[...]
I tried to find them, but I didn't succeed. Am I missing something?
xorg-x11-bitmaps
maybe you meant xorg-x11-xbitmaps?
I did. Sleepy typo.
Regards, R.
On Sun, Aug 20, 2006 at 03:14:05AM +0200, Dominik 'Rathann' Mierzejewski wrote:
On Sunday, 20 August 2006 at 00:21, Patrice Dumas wrote:
xorg-x11-bitmaps
Unfortunately they are not there. The upstream seems to be at http://xorg.freedesktop.org/releases/individual/app/bitmap-1.0.2.tar.bz2
but it seems like these are not in fedora core nor in extras...
-- Pat
Patrice Dumas wrote:
Hello,
In the lesstif tests, there is a test with references to some bitmap that used to be shipped with X:
#include <X11/bitmaps/Excl> #include <X11/bitmaps/FlipHoriz> #include <X11/bitmaps/FlipVert> #include <X11/bitmaps/Left> #include <X11/bitmaps/Right> #include <X11/bitmaps/Up> #include <X11/bitmaps/Down> #include <X11/bitmaps/Fold> #include <X11/bitmaps/Term> #include <X11/bitmaps/woman>
I tried to find them, but I didn't succeed. Am I missing something?
Install xorg-x11-xbitmaps. Any package that uses these bitmaps at compile time should:
BuildRequires: xbitmaps-devel
Any package which requires them at runtime should instead have:
Requires: xbitmaps
By using these virtual provides, they should continue to work correctly if the packages ever get renamed or aggregated in the future.
Hope this helps.
On Tue, Aug 22, 2006 at 04:03:42AM -0400, Mike A. Harris wrote:
Patrice Dumas wrote:
#include <X11/bitmaps/Excl>
I tried to find them, but I didn't succeed. Am I missing something?
Install xorg-x11-xbitmaps. Any package that uses these bitmaps at
None of the bitmaps I am lookin for are in that package: rpm -ql xorg-x11-xbitmaps-1.0.1-4.1 | grep Excl returns nothing for example.
-- Pat
On Tue, Aug 22, 2006 at 04:03:42AM -0400, Mike A. Harris wrote:
Patrice Dumas wrote:
Hello,
Install xorg-x11-xbitmaps. Any package that uses these bitmaps at
In fact if somewhere, it could have been in xorg-x11-apps
But it isn't there. What should I do now? fill a bug against xorg-x11-apps? Package http://xorg.freedesktop.org/releases/individual/app/bitmap-1.0.2.tar.bz2 myself in extras?
-- Pat
On Wed, Aug 23, 2006 at 04:24:25PM +0200, Patrice Dumas wrote:
On Tue, Aug 22, 2006 at 04:03:42AM -0400, Mike A. Harris wrote:
But it isn't there. What should I do now? fill a bug against xorg-x11-apps? Package http://xorg.freedesktop.org/releases/individual/app/bitmap-1.0.2.tar.bz2 myself in extras?
I finally packaged bitmap in extras.
-- Pat
Patrice Dumas wrote:
On Wed, Aug 23, 2006 at 04:24:25PM +0200, Patrice Dumas wrote:
On Tue, Aug 22, 2006 at 04:03:42AM -0400, Mike A. Harris wrote:
But it isn't there. What should I do now? fill a bug against xorg-x11-apps? Package http://xorg.freedesktop.org/releases/individual/app/bitmap-1.0.2.tar.bz2 myself in extras?
I finally packaged bitmap in extras.
Interesting, considering it is already in core. If there is a bug in the package, the correct thing to do would have been to file a bug report in bugzilla, not create a duplicate-functionality package in Extras.
On Wed, Oct 11, 2006 at 11:44:34AM -0400, Mike A. Harris wrote:
Patrice Dumas wrote:
On Wed, Aug 23, 2006 at 04:24:25PM +0200, Patrice Dumas wrote:
On Tue, Aug 22, 2006 at 04:03:42AM -0400, Mike A. Harris wrote:
But it isn't there. What should I do now? fill a bug against xorg-x11-apps? Package http://xorg.freedesktop.org/releases/individual/app/bitmap-1.0.2.tar.bz2 myself in extras?
I finally packaged bitmap in extras.
Interesting, considering it is already in core. If there is a bug in the package, the correct thing to do would have been to file a bug report in bugzilla, not create a duplicate-functionality package in Extras.
In which package is it? I searched in all the xorg-x11-* package that could be relevant but I didn't found it? Since somebody else packaged xcalc, I thought it was not an error that some xorg apps weren't packaged and I thought that it would be relevant to package it.
The following don't show anything:
yum provides /usr/bin/bitmap yum provides /usr/includes/X11/bitmaps/Excl
Where are those files?
-- Pat
On Wed, Oct 11, 2006 at 06:46:18PM -0400, Peter Jones wrote:
On Wed, 2006-10-11 at 18:57 +0200, Patrice Dumas wrote:
Just FWIW, you want to be using "repoquery" instead of yum for this.
Both show almost the same result. I did a typo in one file, so
repoquery -f /usr/bin/bitmap repoquery -f /usr/include/X11/bitmaps/Excl
returns only bitmap-0:1.0.2-3.fc6.i386
which is the package I submitted that has hit the fedora extras repo. Asking for the repo returns extras-development.
-- Pat
Patrice Dumas wrote:
On Wed, Oct 11, 2006 at 06:46:18PM -0400, Peter Jones wrote:
On Wed, 2006-10-11 at 18:57 +0200, Patrice Dumas wrote:
Just FWIW, you want to be using "repoquery" instead of yum for this.
Both show almost the same result. I did a typo in one file, so
repoquery -f /usr/bin/bitmap repoquery -f /usr/include/X11/bitmaps/Excl
returns only bitmap-0:1.0.2-3.fc6.i386
which is the package I submitted that has hit the fedora extras repo. Asking for the repo returns extras-development.
We don't ship bitmap, in fact, we deliberately don't ship a lot of core X apps these days. I think Mike mixed up the 'bitmaps' data package with the bitmap editor app 'bitmap'. Thanks for packaging this in extras.
Kristian