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

imlib2-config was dropped #7

Closed
RamKromberg opened this issue Jun 2, 2022 · 0 comments
Closed

imlib2-config was dropped #7

RamKromberg opened this issue Jun 2, 2022 · 0 comments

Comments

@RamKromberg
Copy link

imlib2 dropped imlib2-config so idesk fails to build right now:

203 v1.7.5 - 2021-12-06
204 --------------------
205 Kim Woelders (83):
206 Build .xz instead of .bz2 release tarball
207 Drop imlib2-config (use pkg-config)
( https://fossies.org/linux/imlib2/ChangeLog )

https://github.com/neagix/idesk/blob/master/configure#L6961-L7076
https://github.com/neagix/idesk/blob/master/configure.in#L95-L110

A rough workaround:

sed -i -e '95,101d;' configure.in
sed -i 's/imlib2-config --libs/pkg-config --libs imlib2/g' configure.in
sed -i 's/imlib2-config --cflags/pkg-config --cflags imlib2/g' configure.in
sed -i -e '6961,7063d;' configure
sed -i 's/imlib2-config --libs/pkg-config --libs imlib2/g' configure
sed -i 's/imlib2-config --cflags/pkg-config --cflags imlib2/g' configure
sed -i 's/imlib2-config/pkg-config/g' configure

@neagix neagix closed this as completed in 7ed7fae Aug 8, 2022
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

1 participant