Summary: | x11-plugins/pidgin-sipe-1.23.0 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Luke Bratch <luke> |
Component: | Current packages | Assignee: | Ian Whyman (thev00d00) (RETIRED) <thev00d00> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | pidgin-sipe-1.23.0.ebuild |
Thank you for your contribution. I had a short look on the ebuild.
Here a few ideas:
Do you really need eutils in line
> inherit autotools eutils
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbaee13aa6324a78abcefa8e349a9ac376c1525 commit bcbaee13aa6324a78abcefa8e349a9ac376c1525 Author: Ian Whyman <thev00d00@gentoo.org> AuthorDate: 2017-12-17 12:05:36 +0000 Commit: Ian Whyman <thev00d00@gentoo.org> CommitDate: 2017-12-17 12:05:52 +0000 x11-plugins/pidgin-sipe: Version Bump Thanks to Luke Bratch for the inital ebuild. Closes: https://bugs.gentoo.org/640994 Package-Manager: Portage-2.3.18, Repoman-2.3.6 x11-plugins/pidgin-sipe/Manifest | 1 + x11-plugins/pidgin-sipe/pidgin-sipe-1.23.0.ebuild | 69 +++++++++++++++++++++++ 2 files changed, 70 insertions(+) |
Created attachment 510016 [details] pidgin-sipe-1.23.0.ebuild Hello Please find attached pidgin-sipe-1.23.0.ebuild. This is for the latest version of x11-plugins/pidgin-sipe. This version adds dbus support which requires net-im/pidgin to be built with dbus (for compilation and runtime), so I have added the necessary USE flag, dependencies, and configure option. Thanks Luke