[opensuse-factory] Request for "light" package to be added to SUSE repos
The light project provides a way for users in wayland desktop environments to tweak their laptops brightness settings. The Project home page can be seen here https://github.com/haikarainen/light I've built the project in OBS here https://build.opensuse.org/package/show/home:MichaelAquilina/light I think adding it to the official SUSE repos would be very beneficial to those using wayland desktop environments (such as sway which I use myself). I've never requested a package to be added before so I thought I would post here to see what kind of feedback I get and what the correct steps would be to get this reviewed and maybe accepted. Thanks! Mike -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hello, 1.) fix spec-file using spec-cleaner tool 2.) create light.changelog file (osc vs is your friend) 3.) submit it to proper devel project... 4.) after accepting it to devel project -> osc sr from devel project to openSUSE:Factory project that's all On Fri, 10 May 2019 at 17:16, Michael Aquilina <michaelaquilina@gmail.com> wrote:
The light project provides a way for users in wayland desktop environments to tweak their laptops brightness settings. The Project home page can be seen here https://github.com/haikarainen/light
I've built the project in OBS here https://build.opensuse.org/package/show/home:MichaelAquilina/light
I think adding it to the official SUSE repos would be very beneficial to those using wayland desktop environments (such as sway which I use myself).
I've never requested a package to be added before so I thought I would post here to see what kind of feedback I get and what the correct steps would be to get this reviewed and maybe accepted.
Thanks! Mike -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
it is osc vc, not vs On Fri, May 10, 2019 at 6:33 PM Ondřej Súkup <mimi.vx@gmail.com> wrote:
Hello,
1.) fix spec-file using spec-cleaner tool 2.) create light.changelog file (osc vs is your friend) 3.) submit it to proper devel project... 4.) after accepting it to devel project -> osc sr from devel project to openSUSE:Factory project
that's all
On Fri, 10 May 2019 at 17:16, Michael Aquilina <michaelaquilina@gmail.com> wrote:
The light project provides a way for users in wayland desktop environments to tweak their laptops brightness settings. The Project home page can be seen here https://github.com/haikarainen/light
I've built the project in OBS here https://build.opensuse.org/package/show/home:MichaelAquilina/light
I think adding it to the official SUSE repos would be very beneficial to those using wayland desktop environments (such as sway which I use myself).
I've never requested a package to be added before so I thought I would post here to see what kind of feedback I get and what the correct steps would be to get this reviewed and maybe accepted.
Thanks! Mike -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- Regards, Andrei Dziahel -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi there and thanks for your replies! I am very new to osc and find it quite unfamiliar compared to git so excuse what may be some stupid questions from my side. 1) What is the devel project? I initially thought I would be submitting a request to the openSUSE:Factory project but it seems I might be incorrect based on what I read 2) How can I submit a new package to a project without checking out the entire thing? Running "osc co openSUSE:Factory" would download all the packages - which I do not want to do. I also cant run "osc co openSUSE:Factory light" as the package does not exist yet. I tried finding some reference on the osc tutorial page but I cant seem to find anything. Thanks! Mike On Sat, May 11, 2019 at 4:04 PM Andrei Dziahel <develop7@develop7.info> wrote:
it is osc vc, not vs
On Fri, May 10, 2019 at 6:33 PM Ondřej Súkup <mimi.vx@gmail.com> wrote:
Hello,
1.) fix spec-file using spec-cleaner tool 2.) create light.changelog file (osc vs is your friend) 3.) submit it to proper devel project... 4.) after accepting it to devel project -> osc sr from devel project to openSUSE:Factory project
that's all
On Fri, 10 May 2019 at 17:16, Michael Aquilina <michaelaquilina@gmail.com> wrote:
The light project provides a way for users in wayland desktop environments to tweak their laptops brightness settings. The Project home page can be seen here https://github.com/haikarainen/light
I've built the project in OBS here https://build.opensuse.org/package/show/home:MichaelAquilina/light
I think adding it to the official SUSE repos would be very beneficial to those using wayland desktop environments (such as sway which I use myself).
I've never requested a package to be added before so I thought I would post here to see what kind of feedback I get and what the correct steps would be to get this reviewed and maybe accepted.
Thanks! Mike -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- Regards, Andrei Dziahel
-- Michael Aquilina -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Am Sonntag, 12. Mai 2019, 13:10:13 CEST schrieb Michael Aquilina:
Hi there and thanks for your replies!
I am very new to osc and find it quite unfamiliar compared to git so excuse what may be some stupid questions from my side.
1) What is the devel project? I initially thought I would be submitting a request to the openSUSE:Factory project but it seems I might be incorrect based on what I read
A development project is the place from where a submission to Factory is made - it is never made out of your sandpit (aka home project). The maintainers of the devel project make sure that certain guidelines and standards are followed. In your case, https://build.opensuse.org/project/show/X11:Wayland may be the appropriate development project
2) How can I submit a new package to a project without checking out the entire thing? Running "osc co openSUSE:Factory" would download all the packages - which I do not want to do. I also cant run "osc co openSUSE:Factory light" as the package does not exist yet.
osc sr <home-project> package X11:Wayland
I tried finding some reference on the osc tutorial page but I cant seem to find anything.
Fee free to ask! Cheers Axel -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (4)
-
Andrei Dziahel
-
Axel Braun
-
Michael Aquilina
-
Ondřej Súkup