Uniform ebuild variable blocks according to skel.ebuild and by devmanual example
Sort some DEPENDs, fix some DESCRIPTIONs
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Depending on ~media-libs/libart_lgpl-14.0.7 in 14.0.8 ebuilds was certainly
not correct.
Cherry-picked from af1b333e20.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
If your eclass needs special provisioning for a single ebuild, just do it
in the ebuild instead.
- We no longer have to tip-toe around assigning IUSE, DEPEND and RDEPEND
- Drop superfluous COMMON_DEPEND
- local mycmakeargs
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --force
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Also removed all references to ispell (no longer in main portage tree, aspell provides same functionality) and streamlined spelling flags in general.
Signed-off-by: E. Liddell <ejlddll@warpmail.net>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
This was overriding existing ebuild from Gentoo ebuild repository.
What is the delta of the fork compared to upstream?
Why was it forked in the first place?
What made pinning down the version necessary like that?
Misc: local mycmakeargs
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Also: - Sync with stable and make `pmount` optionally.
- Fix missed `idn` option.
- Make `shm` support optionally too.
- Fix `utempter` support.
Signed-off-by: Chris <xchrisx@uber.space>
TQt:
- Add USE for:
xrandr, tablet, tools, glib, mng and fontconfig.
- Get ride of forced -g flag (thanks to @selk).
- Make hiddenvisibility a choice.
- Do not dlopen libGL.
- Less debug if building without debug.
- Build sqlite3 plugin too, if build with sqlite.
- Add -xshape -xkb -xcursor for building.
- Fix dependencies and polish.
General:
- DrKonqi: Add USE for hwlib.
- KControl: Add USE for svg.
- TDM: Add USE for svg and hwlib.
- KSMServer: Add USE for hwlib, remove upower.
- Make hwlib USE flag default option.
- Fix dependencies in general.
- Remove avahi USE mask, because fixed.
TDELibs:
- Add USE for:
svg, pkcs11, elficons, malloc, udisks,
ssl, udevil, systemd, debug, pcre, idn.
- Use shared memory for pixmap loading.
- Depend on ca-certificates only with ssl USE.
- Ebuild polish and cleanup.
- Messages for informations.
- Remove redundant multilib eclass.
- Add back old_udisks, udisks and udevil USE.
Signed-off-by: Chris <xchrisx@uber.space>
- Handle 'en' as main docs too.
- Filter out noise from docs.
- Sync with eclass changes in working branch.
- Live ebuilds: Fix arts in tdelibs ebuild.
- Sync typo fix about sudo support.
Signed-off-by: Chris <xchrisx@uber.space>
Also fix the building segfault, caused by building without tdehwlib.
Use of hwlib only pulls in additional dependencies at the moment.
Signed-off-by: Chris <xchrisx@uber.space>