Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Where can one find instruction to buiild pkg from source In Artix? (Read 1026 times) previous topic - next topic
0 Members and 5 Guests are viewing this topic.

[SOLVED] Where can one find instruction to buiild pkg from source In Artix?

Hi there!
 
I have  re-installed  Artix in one of my computers and pacman  is not finding some packages I had in the previous installation  and still have in other machines,  like for example Rosegarden,  OpenShot and QSynth

I have  not enabled Arch repositories in this installation so  far, because

https://wiki.artixlinux.org/Main/Repositories  states:

Quote
Warning: Any unofficial repository (Including arch repositories and AUR) is not supported by Artix Linux. Use them at your own risk. Packages in these repository get update at a different rate than the official repositories and may break your system. If you have any problem with your system after installing packages from these repositories, you will have to solve it yourself. If you need help, you can ask in the forum, but don't demand any help from the developers.

So I am wondering whether it is about time  to try learning to build packages from source in Artix.  Searched around and did not find anything specific  for Artix, noticed a few references to art-tools  and ABS.

I will be grateful for any links to relevant material or advice on how to get such packages installed without greater risks.
 


Re: Where can one find instruction to buiild pkg from source In Artix?

Reply #2
So I am wondering whether it is about time  to try learning to build packages from source in Artix.

RTFM:

https://wiki.archlinux.org/title/PKGBUILD
https://wiki.archlinux.org/title/Creating_packages
https://wiki.archlinux.org/title/Makepkg
https://wiki.archlinux.org/title/Arch_User_Repository
https://wiki.archlinux.org/title/Arch_Linux_Archive
https://wiki.archlinux.org/title/Pacman/Tips_and_tricks
https://wiki.archlinux.org/title/Pacman/Tips_and_tricks#Installation_and_recovery
"Wer alles kann, macht nichts richtig"

Artix USE="runit openrc slim openbox lxde gtk2 qt4 qt5 qt6 conky
-gtk3 -gtk4 -adwaita{cursors,themes,icons} -gnome3 -kde -plasma -wayland "

Re: Where can one find instruction to buiild pkg from source In Artix?

Reply #3
Quote
posted by @gripped:
Much of what you asked is discussed in this thread. (I just had a job finding it again so I'm not suggesting you should have)
https://forum.artixlinux.org/index.php/topic,5877.0.html

That was exactly the kind of info I was looking for.
Much appreciated, thank you!


Re: Where can one find instruction to buiild pkg from source In Artix?

Reply #4

I was really looking forward to find TFM.
These threads sound promising. Thanks!

Re: Where can one find instruction to buiild pkg from source In Artix?

Reply #5

Hi there!
 
I have  re-installed  Artix in one of my computers and pacman  is not finding some packages I had in the previous installation  and still have in other machines,  like for example Rosegarden,  OpenShot and QSynth

I have  not enabled Arch repositories in this installation so  far, because

https://wiki.artixlinux.org/Main/Repositories  states:

Quote
Warning: Any unofficial repository (Including arch repositories and AUR) is not supported by Artix Linux. Use them at your own risk. Packages in these repository get update at a different rate than the official repositories and may break your system. If you have any problem with your system after installing packages from these repositories, you will have to solve it yourself. If you need help, you can ask in the forum, but don't demand any help from the developers.

So I am wondering whether it is about time  to try learning to build packages from source in Artix.  Searched around and did not find anything specific  for Artix, noticed a few references to art-tools  and ABS.

I will be grateful for any links to relevant material or advice on how to get such packages installed without greater risks.
 



openshot is there

Code: [Select]
flatbush:[ruben]:~$ sudo pacman -Ss openshot
[sudo] password for ruben:
extra/libopenshot 0.3.2-7 [installed]
    A video editing, animation, and playback library for C++, Python, and Ruby
extra/libopenshot-audio 0.3.2-1 [installed]
    A high-quality audio editing and playback library used by libopenshot.
extra/libopenshot-audio-docs 0.3.2-1
    A high-quality audio editing and playback library used by libopenshot. -
    documentation
extra/openshot 3.1.1-1 [installed]
    An award-winning free and open-source video editor




Re: [SOLVED] Where can one find instruction to buiild pkg from source In Artix?

Reply #7


openshot is in the artix extra repos.  I don't know how else to say thing and I showed it to you in the pacman command.  Am I confused here?


Re: [SOLVED] Where can one find instruction to buiild pkg from source In Artix?

Reply #9
Am I confused here?
I think you are. "extra" is arch's repo, not artix'.

I see. Thanks for the clarification.  I didn't know that our pacman set up reached into any arch archives directly.  Is extra the entire arch archive?


 

Re: [SOLVED] Where can one find instruction to buiild pkg from source In Artix?

Reply #11
openshot has been added to galaxy.

Re: [SOLVED] Where can one find instruction to buiild pkg from source In Artix?

Reply #12
I didn't know that our pacman set up reached into any arch archives directly.
AFAIK it's not by default. Adding non-artix repos to pacman configuration is user's job if they need it.
I don't know what you meant by "archive". "Extra" is an official arch's software repository.
https://wiki.archlinux.org/title/Official_repositories
https://wiki.artixlinux.org/Main/Repositories