Package Details: wmforkplop 0.9.3-8

Git Clone URL: https://aur.archlinux.org/wmforkplop.git (read-only, click to copy)
Package Base: wmforkplop
Description: A mixture between wmhdplop and the great wmtop.
Upstream URL: http://hules.free.fr/wmforkplop/
Licenses: GPL
Submitter: mathieuI
Maintainer: bidulock
Last Packager: bidulock
Votes: 3
Popularity: 0.000000
First Submitted: 2009-04-15 00:26 (UTC)
Last Updated: 2018-11-27 05:45 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

shawarden commented on 2023-05-20 00:10 (UTC) (edited on 2023-05-20 00:18 (UTC) by shawarden)

] makepkg -s
...
checking for imlib2-config... no
configure: error: imlib2-config not found in PATH.. You need to install Imlib2 (and its developpement package)
==> ERROR: A failure occurred in build().
Aborting...

Replacing the PKGBUILD line...

sed -i 's,imlib2-config --,pkg-config imlib2 --,' configure

...with wmhdplop's...

sed -e 's,imlib2-config,pkg-config imlib2,g' -i configure

...resolves this.

SanskritFritz commented on 2014-05-19 12:03 (UTC)

Thank you!

bidulock commented on 2014-05-19 10:55 (UTC)

It is easy to correct. There are also other PKBUILD issues... A corrected PKGBUILD is here: https://gist.github.com/bbidulock/c40ec175de5bb8f99242

K.Mandla commented on 2014-05-10 21:49 (UTC)

Sanskritfritz: Changes in imlib2 1.4.6 cause compilation errors. If you build a custom version of imlib2 and do. ... sed -i 's/@my_libs@//' imlib2-config.in You can build this against the corrected package. As far as I know that is an error in imlib2 and there's nothing to be done about it from this PKGBUILD.

SanskritFritz commented on 2014-02-21 20:43 (UTC)

gcc -O3 -fomit-frame-pointer -ffast-math -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -o wmforkplop wmforkplop-wmforkplop.o wmforkplop-util.o wmforkplop-procstat.o wmforkplop-dockapp_imlib2.o -lm -L/usr/lib -lImlib2 @my_libs@ -lgtop-2.0 -lglib-2.0 -lSM -lICE -lX11 -lXext gcc: error: @my_libs@: No such file or directory