Added options for Arch Linux in the download options #1702

Merged
kcseb merged 6 commits from master into master 2018-07-12 17:43:07 +02:00
kcseb commented 2018-06-27 03:36:11 +02:00 (Migrated from github.com)

Added the AUR URLs to the default download options under "Alt. Linux Build"

Before - http://hfimg.pw/i/g4py9.png
After - http://hfimg.pw/i/ohzrm.png

Added the AUR URLs to the default download options under "Alt. Linux Build" Before - http://hfimg.pw/i/g4py9.png After - http://hfimg.pw/i/ohzrm.png
neb-b commented 2018-06-27 07:40:19 +02:00 (Migrated from github.com)

How is the LBRY app being added to that site?

How is the LBRY app being added to that site?
kcseb commented 2018-06-27 07:42:51 +02:00 (Migrated from github.com)

It is the AUR (Arch User Repository).
Currently, there is only .tar.gz and .deb versions of the LBRY Application for Linux. Users of Arch Linux can use the AUR to clone and build the application with a simple (packagebuild/PKGBUILD) script.
The script installs dependencies and the application for them. Think of it like make and make install, but far more simple.

It is the AUR (Arch User Repository). Currently, there is only .tar.gz and .deb versions of the LBRY Application for Linux. Users of Arch Linux can use the AUR to clone and build the application with a simple (packagebuild/PKGBUILD) script. The script installs dependencies and the application for them. Think of it like make and make install, but far more simple.
neb-b commented 2018-06-27 17:07:58 +02:00 (Migrated from github.com)

What do we have to do to upload to that site?

What do we have to do to upload to that site?
kcseb commented 2018-06-27 17:13:52 +02:00 (Migrated from github.com)

There are instructions on the Wiki page.
https://wiki.archlinux.org/index.php/Arch_User_Repository#Submitting_packages

Create an AUR account, add your SSH key to your profile, and use some Git commands to commit and push to the AUR repositories.

There are instructions on the Wiki page. https://wiki.archlinux.org/index.php/Arch_User_Repository#Submitting_packages Create an AUR account, add your SSH key to your profile, and use some Git commands to commit and push to the AUR repositories.
neb-b commented 2018-06-27 17:37:39 +02:00 (Migrated from github.com)

Do you know if that process can be automated?

Do you know if that process can be automated?
kcseb commented 2018-06-27 18:14:54 +02:00 (Migrated from github.com)

No, not really as the AUR is user-maintained and the maintainers/author of each repository have to manually commit and push the updates.

I, along side others on the AUR would gladly keep the lbry-app-release repository up to date as new LBRY application versions are released.

No, not really as the AUR is user-maintained and the maintainers/author of each repository have to manually commit and push the updates. I, along side others on the AUR would gladly keep the `lbry-app-release` repository up to date as new LBRY application versions are released.
kiyui commented 2018-06-28 08:50:26 +02:00 (Migrated from github.com)

Hi, I am the maintainer for the current AUR package and have been faithfully doing so for over a year. I received a merge request for your package, lbry-app-release, @kcseb .

@seanyesmunt yes it can technically be automated if I were to listen for releases on LBRY then run a script to update the package. I haven't had time to look into this. As of right now however, I manually update and test the packages locally.

I will happily add anyone from LBRY as a maintainer on the AUR for managing releases too.

Hi, I am the maintainer for the [current AUR package](https://aur.archlinux.org/packages/lbry-app-bin/) and have been faithfully doing so for over a year. I received a merge request for your package, `lbry-app-release`, @kcseb . @seanyesmunt yes it can technically be automated if I were to listen for releases on LBRY then run a script to update the package. I haven't had time to look into this. As of right now however, I manually update and test the packages locally. I will happily add anyone from LBRY as a maintainer on the AUR for managing releases too.
tzarebczan commented 2018-07-02 17:22:52 +02:00 (Migrated from github.com)

@seanyesmunt I'd support adding this along with the flatpak support in a community maintained section of the readme: https://flathub.org/apps/details/io.lbry.lbry-app

@seanyesmunt I'd support adding this along with the flatpak support in a community maintained section of the readme: https://flathub.org/apps/details/io.lbry.lbry-app
neb-b commented 2018-07-02 17:45:44 +02:00 (Migrated from github.com)

Was planning on bringing that up today. Yeah, I think it would be a great idea to have another table below the current downloads table titled "Community-maintained releases" With a note describing it.

Was planning on bringing that up today. Yeah, I think it would be a great idea to have another table below the current downloads table titled "Community-maintained releases" With a note describing it.
tzarebczan commented 2018-07-05 18:20:28 +02:00 (Migrated from github.com)

We just need to figure out how we want to support the autoupdate process for them. Right now, they would get prompted to download the deb file. Maybe we can disable this for flatpaks/aurs.

Someone also mentioned making a ppa for the deb, and the update process would also be a bit less painful.

The longer-term autoupdate process would include either appimage or snaps, as this is what electron builder currently supports.

We just need to figure out how we want to support the autoupdate process for them. Right now, they would get prompted to download the deb file. Maybe we can disable this for flatpaks/aurs. Someone also mentioned making a ppa for the deb, and the update process would also be a bit less painful. The longer-term autoupdate process would include either appimage or snaps, as this is what electron builder currently supports.
tzarebczan commented 2018-07-10 19:55:26 +02:00 (Migrated from github.com)

I'll get a new community maintained section created for Flatpak/AUR builds. I'd ask @TimurKiyivinski / @kcseb to look after the AUR package and @iuyte for the flatpak (also asked @choffee as he just submitted one for 0.22.2 - https://github.com/flathub/io.lbry.lbry-app/pull/9)

I'll open a separate issue for dealing with auto update and maybe a community member can look into it.

I'll get a new community maintained section created for Flatpak/AUR builds. I'd ask @TimurKiyivinski / @kcseb to look after the AUR package and @iuyte for the flatpak (also asked @choffee as he just submitted one for 0.22.2 - https://github.com/flathub/io.lbry.lbry-app/pull/9) I'll open a separate issue for dealing with auto update and maybe a community member can look into it.
neb-b (Migrated from github.com) approved these changes 2018-07-12 17:42:58 +02:00
kcseb commented 2018-07-12 18:02:16 +02:00 (Migrated from github.com)

@TimurKiyivinski if you'd like to assign me as a co-maintainer on the AUR, my handle is the same as here on GitHub (kcseb) Thank you.

@TimurKiyivinski if you'd like to assign me as a co-maintainer on the AUR, my handle is the same as here on GitHub (kcseb) Thank you.
kcseb commented 2018-07-25 19:58:15 +02:00 (Migrated from github.com)

@TimurKiyivinski
We've updated to 0.23, Referring to your previous comment; "I will happily add anyone from LBRY as a maintainer on the AUR for managing releases too." It would be appreciated if you could add me as a maintainer on the AUR as I am active on the LBRY Discord and would have word first if the package needs updating.

Thank you.

@TimurKiyivinski We've updated to 0.23, Referring to your previous comment; "I will happily add anyone from LBRY as a maintainer on the AUR for managing releases too." It would be appreciated if you could add me as a maintainer on the AUR as I am active on the LBRY Discord and would have word first if the package needs updating. Thank you.
kiyui commented 2018-07-26 04:52:16 +02:00 (Migrated from github.com)

@kcseb I've added you as a co-maintainer, but please do not attempt hijacking packages any more.

@kcseb I've added you as a co-maintainer, but please do not attempt hijacking packages any more.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#1702
No description provided.