[Github-comments] [geany/geany] Problem with installing compiled geany (#2044)

Colomban Wendling notifications at xxxxx
Sat Jan 19 07:50:56 UTC 2019


OK, trying it myself made me find the problem: Geany's sources include a `.spec` file that was probably designed to build a package for Fedora.  Unfortunately *checkinstall* is reading this, which contains incorrect informations like dependencies when building on Ubuntu.

You should pass the correct flags for checkinstall, or remove the spec file before running it.
Something like this might possibly do it: `checkinstall --type=debian --pkgversion="1.35" --provides="geany-abi-72, geany-api-239" --requires="libglib2.0-0, libgtk3.0-0, libgdk-pixbuf2.0-0" --spec=geany_checkinstall.spec --exclude='*.la'`.  Not tested though :warning: 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2044#issuecomment-455758408
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190118/d867335a/attachment-0001.html>


More information about the Github-comments mailing list