In this video we will check the pkgbuild. We are using 'convenience' or 'maintenance' files. It makes no sense these packages go on the users system. So we remove them from the source folder before the building happens.
Search Page
Creating a PKGBUILD for arcolinux-wallpapers-candy-git with Leftwm design in mind
Let us make a PKGBUILD for Leftwm called arcolinux-wallpapers-candy-git. you find something on internet that you want to have on your computer it is not on the AUR create your own pkgbuild build it - makepkg double-click the xz file or put it on a repository online so...
Pkgbuild
10 Creating a pkgbuild for Calamares config
We created a branding for our Calamares. We want to see how it looks right now. First we need to commit our config to the github. Then we create a PKGBUILD for carli-calamares-config. We use one of the pkgbuilds from ArcoLinux to get some kind of start. We will change...
4 Changing the PKGBUILD from Manjaro to our own version
We start with the PKGBUILD from Manjaro and we will change it to our liking. We need to change the source of the build for example. https://gitlab.manjaro.org/packages/extra/calamares/blob/master/PKGBUILDWe see what elements we can eliminate. The first thing we see is...
3 PKGBUILD for Calamares coming from Manjaro
We change the PKGBUILD from kpmcore3 to kpmcore.We look on the internet how to build Calamares. A simple search "pkgbuild calamares" reveals that many distros are using Calamares. We look for a recent pkgbuild....
Creating a PKGBUILD for surfn-arc-breeze and putting it online on AUR for everyone to download
Let us make a pkgbuild for the surfn-arc-breeze because you find something on internet that you want to have on your computer it is not on the AUR create your own pkgbuild put it in the AUR for others to use Read the AUR submission guidelines....
Creating a pkgbuild from scratch and putting it on AUR
What if you find an application you like and it is not on the AUR. Make the PKGBUILD yourself and put it on the AUR so others can benefit from your work and maintenance. We take gitfiend as example. https://gitfiend.com We have no notion if it is a good application or...
Analyzing the PKGBUILD of xcursor-breeze using updpkgsums
This was a very good opportunity to learn how to update a PKGBUILD yourself.It is not complex.The url is wrong and with a small correction that issue is fixed.The checksum is then wrong and with using the updpkgsums application we can auto update the...
Creating a PKGBUILD from scratch and putting it online on AUR – from A till AUR
In this video we will create a PKGBUILD for openbox themes coming from Adhi Pambudi. https://github.com/addy-dclxvi/openbox-theme-collections First we check that there is not already a package providing these openbox themes. There can be no doubles on AUR...
How to make the pkgbuild for the Sardi and Surfn Mint-Y icon themes
Making pkgbuilds is part of making your own distribution in the future. The more video's you seen and the more pkgbuilds you read the more you will get what is going on and what is needed to get the work done.This is a fairly simple exercise since we are...
How to make a PKGBUILD for ufetch-arco
Ufetch is one of your funscripts that we can install on our system. You can find all the information about the fun script here. We discover that ufetch has a specific Arco look for the script. We decided to make a separate package for ArcoLinux called ufetch-arco-git....