Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install yad #741

Closed
DeadPo01 opened this issue Jul 21, 2022 · 4 comments
Closed

How to install yad #741

DeadPo01 opened this issue Jul 21, 2022 · 4 comments

Comments

@DeadPo01
Copy link

Hi.
I need help with adding port of "Yet Another Dialog" for gtk-2 https://github.com/step-/yad , but getting error on install =(
Help, please.
Pgkrfile:

name=yad
version=0.42.43
release=1
build() {
git clone https://github.com/step-/yad.git yad_gtk2
	cd yad_gtk2 &&
	git checkout maintain-gtk2 &&
	autoreconf -ivf &&
	intltoolize &&
	./configure --prefix=/usr --sysconfdir=/etc --enable-shared --disable-static &&
	make &&
	: install with: make install DESTDIR="$PKG"
}

Error:

...................
make[2]: Leaving directory '/ts/ports/gnome/yad/work/src/yad_gtk2'
make[1]: Leaving directory '/ts/ports/gnome/yad/work/src/yad_gtk2'
+ : install with: make install DESTDIR=/ts/ports/gnome/yad/work/pkg
=======> Build result:
bsdtar: *: Cannot stat: No such file or directory
bsdtar: Error exit delayed from previous errors.
=======> ERROR: Building '/ts/ports/gnome/yad/yad#0.42.43-1.pkg.tar.xz' failed.

-- Packages where install failed
yad

What dirrectory it can't stat?

@Doncuppjr
Copy link
Collaborator

Doncuppjr commented Jul 21, 2022 via email

@DeadPo01
Copy link
Author

DeadPo01 commented Jul 21, 2022

Thx. Package successfully installed.
But how to add it to final build to folder packages?
There not so much information about that in faq =(

@DeadPo01
Copy link
Author

Found here about command mkrepackage "package_name", and got my package installed successfully during ./build process.
#633
Thx for help with Pkgwile!

@Doncuppjr
Copy link
Collaborator

Doncuppjr commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants