Skip to main content

Questions tagged [makepkg]

makepkg is a script to automate the building of packages on Arch Linux

0 votes
0 answers
148 views

I need your help! I'm trying to install pgAdmin4 desktop version on my Arch system. I am getting libfakeroot internal error: payload not recognized! while building package for pgadmin4-server(which is ...
Alex's user avatar
  • 3
1 vote
1 answer
98 views

Is it possible to use resources exchanged with the BitTorrent protocol in pacman's PKGBUILDs?
Scrooge McDuck's user avatar
0 votes
1 answer
754 views

I created a custom repository on my manjaro machine (to make a custom Manjaro ISO) with adding: [manjaro-mate-aur-packages] SigLevel = Never Server = https://github.com/FreaxMATE/manjaro-mate-aur-...
Mickey's user avatar
  • 101
0 votes
2 answers
1k views

I'm trying to hack a MSYS package, so I found https://www.msys2.org/wiki/Creating-Packages/ - as an example: git clone "https://github.com/msys2/MSYS2-packages" cd MSYS2-packages/flex ...
sdbbs's user avatar
  • 590
0 votes
1 answer
426 views

I am using Arch. Last night I started installing a package whose repo size is ~2GB, but my internet connection is very slow, so I let it run overnight. It finished the download, but timed out at the ...
ReoTheYokel's user avatar
0 votes
1 answer
3k views

IntelliJ IDEA Ultimate is not available as an Arch Linux core package, and has a built-in upgrade mechanism. For these reasons it would be convenient to install it into my home directory, letting it ...
l0b0's user avatar
  • 53.6k
3 votes
1 answer
1k views

I was building font-manager package from AUR on my Arch system. It is throwing a warning while the process : ==> WARNING: Package contains reference to $srcdir usr/lib/font-manager/libfontmanager.so....
cheesesticks's user avatar
2 votes
1 answer
6k views

Follow this link, I build Slack in Arch by makepkg -sri. Unfortunately, it won't start and I decided to remove it. Issue: When I use pacman -Qm slack it returns error: package 'slack' was not found, ...
SLN's user avatar
  • 299
2 votes
1 answer
6k views

From Arch Wiki: Packages in Arch Linux are built using the makepkg utility. When makepkg is run, it searches for a PKGBUILD file in the current directory and follows the instructions therein to ...
anon's user avatar
  • 35
2 votes
2 answers
35k views

When I run makepkg -cf, I get an error: ==> ERROR: PKGBUILD does not exist. But if I run makepkg -p PKGBUILD.asc it works. Can someone explain to me someone why the first doesn't work?
Mitsworth SCZD's user avatar
0 votes
1 answer
3k views

The latest release of Brackets (v1.13) is not available in the AUR. So I downloaded the official .deb package from the official site. Now how do I go about installing it ? Do I have to write a ...
Just Khaithang's user avatar
0 votes
1 answer
487 views

I know the latest Neofetch is available in the official arch repository but I want to build it from the git clone. Since it doesn't have the PKGBUILD so makepkg is out of question and the global step ...
Just Khaithang's user avatar
0 votes
1 answer
1k views

I have a tree which I need to install with a foder named /usr. This folder exists in src folder. Now I need to write a function in PKGBUILD that installs to the fakeroot before the *.pkg.tar.gz is ...
Bret Joseph's user avatar
0 votes
1 answer
481 views

In Manjaro is there any functional difference between using makepkg -s followed by then running pacman -U <package_name>.tar.xz instead of just using makepkg -si ? I've seen them both used in ...
Chris Carter's user avatar
4 votes
1 answer
5k views

I'm trying to build an Arch Linux package for some icon theme, so I used this PKGBUILD file : pkgname=masalla pkgver=1.1 pkgrel=1 pkgdesc="A flat design icon theme by Hayder Majid" arch=('any') url=...
Hayder Ctee's user avatar

15 30 50 per page