Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 101887

Summary: apps-misc/openkiosk-2.0.6 (new ebuild)
Product: Gentoo Linux Reporter: Daniel Webert <rockoo>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: normal CC: phajdan.jr
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: All   
URL: http://openkiosk.sourceforge.net
Whiteboard: sunrise suggested
Package list:
Runtime testing required: ---
Bug Depends on: 101888    
Bug Blocks:    
Attachments: openkiosk-2.0.6.ebuild
fix-build.patch

Description Daniel Webert 2005-08-09 11:20:41 UTC
apps-misc/openkiosk-2.0.6 ebuild request

OpenKiosk is a multi-platform kiosk management system for public terminals and
kiosks. X11 and Windows clients are currently supported. Whether you are an
Internet Cafe operator or a librarian, Openkiosk can make your life easier.

The X11 Unix version, which is an applet that sits on top of the KDE panel
(requires at least KDE 3.X)
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2005-09-26 08:21:48 UTC
Created attachment 69266 [details]
openkiosk-2.0.6.ebuild
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2005-09-28 22:40:14 UTC
Created attachment 69445 [details, diff]
fix-build.patch
Comment 3 Christophe PEREZ 2006-11-07 07:40:52 UTC
Because this ebuild doesn't compile on my gentoo (I don't use arts), I suggest to add an arts USE like :
----------------------- 8< ------------------------
@@ -10,9 +10,9 @@

 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"

-IUSE=""
+IUSE="arts"

 need-kde 3

@@ -26,6 +26,13 @@
        epatch "${FILESDIR}/fix-build.patch"
 }

+src_compile() {
+       local myconf
+       use arts || myconf="$myconf --without-arts"
+       econf ${myconf} || die "econf failed"
+       emake || die "compile problem"
+}
+
 src_install() {
        make DESTDIR="${D}" install || die
        dodoc AUTHORS ChangeLog README TODO
----------------------- 8< ------------------------

compiled well for me.
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-18 04:10:49 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 5 Andreas Sturmlechner gentoo-dev 2018-08-21 10:51:15 UTC
This package seems dead since 2006, please re-open if you can find up to date links to an alive project.