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

Bug 597436

Summary: app-admin/pinky-bar - Gather some system information and show it in this statusbar program
Product: Gentoo Linux Reporter: pususilaw
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: normal Keywords: EBUILD
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://gitlab.com/void0/pinky-bar
See Also: https://bugs.gentoo.org/show_bug.cgi?id=597490
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: app-admin.tar.gz
edited ebuild
edited ebuild 2
edited ebuild 3
edited ebuild 4
metadata.xml
edited ebuild 5
metadata.xml
pinky-bar-9999.ebuild

Description pususilaw 2016-10-18 12:40:17 UTC
Hi!

Please find attached app-admin.tar.gz compressed tarball that contains the ebuild and metadata files.

Bye
Comment 1 pususilaw 2016-10-18 12:41:22 UTC
Created attachment 450668 [details]
app-admin.tar.gz
Comment 2 pususilaw 2016-10-18 15:12:35 UTC
Created attachment 450684 [details]
edited ebuild
Comment 3 pususilaw 2016-10-18 16:09:07 UTC
Created attachment 450690 [details]
edited ebuild 2
Comment 4 pususilaw 2016-10-18 20:59:27 UTC
Created attachment 450714 [details]
edited ebuild 3
Comment 5 pususilaw 2016-10-18 21:11:53 UTC
Please distinguish pinky-bar from pinky-curses. They do share the same repository and unit tests but serve different purposes.
Comment 6 pususilaw 2016-10-19 01:14:45 UTC
Created attachment 450724 [details]
edited ebuild 4
Comment 7 pususilaw 2016-10-19 01:15:10 UTC
Created attachment 450726 [details]
metadata.xml
Comment 8 pususilaw 2016-10-19 01:47:31 UTC
Currently when the user specifies the USE='weather' flag, the api town is set to: api_town='London,uk' which is hard-coded. Is there a way to allow the user to specify on his/hers own what town and country code to use ? It's definitely no-go to add more USE flags regarding every single city/town/village in the world.
Comment 9 pususilaw 2016-10-19 02:28:43 UTC
Created attachment 450728 [details]
edited ebuild 5

Allows the user to specify town and country code.
Comment 10 pususilaw 2016-10-22 01:42:04 UTC
Created attachment 450964 [details]
metadata.xml
Comment 11 pususilaw 2016-10-22 01:42:40 UTC
Created attachment 450966 [details]
pinky-bar-9999.ebuild
Comment 12 Jeroen Roovers (RETIRED) gentoo-dev 2016-10-24 12:42:50 UTC
Comment on attachment 450964 [details]
metadata.xml

><?xml version="1.0" encoding="UTF-8"?>
><!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
><pkgmetadata>
>	<maintainer type="project">
>		<email>office@gentoo.org</email>
>		<name>Gentoo Office project</name>
>	</maintainer>

That's not correct.

>	<upstream>
>		<remote-id type="gitlab">pinky-bar</remote-id>
>	</upstream>
>	<use>
>		<flag name="x11">Enable it if you are using dwm.</flag>

The generic description should work fine.

>		<flag name="colours">Colorize the output data</flag>

Mixes English and American spelling. Also, would the program be able to do this regardless of the build-time configuration?