Commit Graph

225 Commits (3aa67733bf9568b0f54c5055e6fcb0235eeb0c95)
 

Author SHA1 Message Date
Chris f0270b2349 Live ebuilds: Remove obsolete CMake option for `tqtinterface`.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 59b36b51e2 Live ebuilds: Add `tqt-avahi` ebuild.
Also: Add proper Avahi support to `tdelibs`.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 1ed8077a58 Live ebuilds: Fix handbook support of KCPULoad.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 1140f576bd Live ebuilds: Streamline `lm-sensors` USE.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 79fb4ca498 Cosmetical fixes of the ebuilds.
- Always set EAPI in quotes. (allowed style by the documentation)
- Call `need-trinity` after depends. (otherwise there is no point)
- Call `need-trinity` without version for live ebuilds. (eclass does it)
- Remove `offer-hiddensibility` call. (until now)
- Add missing copyrights.
- Remove empty vars.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 9ba36669dd Live ebuilds: Add preliminary Elogind support.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 7c4d1c766e Remove obsoleted `$id$` line from all ebuilds.
This was used back in times, when Gentoo was not using GIT.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris d14d9b2522 Remove old `shared` symlinks.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 23aa4f4030 Live ebuilds: Fix eclass typo in TWin4.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris f5f5c9a3f0 Live ebuilds: Add `acct-group/plugdev` dependency to tdelibs.
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>
5 years ago
Chris 83d74a414e Live ebuilds: Fix building KControl with USB support.
This offers the correct `libusb.pc` instead of the `libusb-1.0.pc`
which `dev-libs/libusb` is only providing these days on Gentoo.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris d16cb46f8c Live ebuilds: Fix building TQt when it was not installed before.
Also: Remove safeguards for built-in commands. (not needed)

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 7f718434d3 Add jasper (JPEG 2000) ebuild.
Gentoo removed it from the Portage, so
we add it to the overlay to keep support.

Thanks to agris from IRC for the report.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 01aabe6940 README: Conversion to Markdown.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris fa565e6f4d Live ebuilds: More options, fixed dependencies and cleanup.
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>
5 years ago
Chris 4ee3ee1e29 Live ebuilds: Fix and sync KCMInit ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris d48150c1e8 Live ebuilds: Add preliminary Kaffeine ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris a58cfa051d Live ebuilds: Fix Kopete ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 22a80447bf Live ebuilds: Add hldig (htdig fork) ebuild.
Lays groundwork for later KHelpCenter support.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris f887012de9 Live ebuilds: Add libr ebuild.
Used for later elficons support in tdelibs.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 8c68dabfb0 Live ebuilds: Mainstream ebuilds to use aRts eclass functions.
Also: Some cosmetics.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 26d23250f1 Trinity-*-2.eclass: Improve arts 'yes' support.
You don't need to specify the build flag now.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris c1a4b02009 Live ebuilds: More overlay cleanup.
- Remove superflous files folders.
- Fix wrong or bad variables.
- Remove superfluous dependencies.
- Mainstream hwlib flag for all ebuilds.
- Fix wrong WITH_XCURSOR flag (typo?).
- Fix wrong WITH_XTEST flag (typo?).

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 5aaf567621 Live ebuilds: Fix compositing support in TWin.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris cc1f828e85 Live ebuilds: Add preliminary LibreSSL support and fix certs.
Also: Add ca-certificates as dependency.
      Remove superfluous dependencies.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 6750f2e403 Live ebuilds: Add preliminary Amarok ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 5fdae56beb Live ebuilds: Fix sudo support for Konsole.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 5a52291bbe Live ebuilds: Fix aRts realtime priority.
Fixes issue #16.

Also: Some cosmetics + Flag fixes.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 1872d12225 Live ebuilds: Add preliminary Kima ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 20729147d9 Live ebuilds: Add preliminary KRename ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 2fc8b7cd55 Live ebuilds: Add preliminary KShutDown ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris d30296c895 Live ebuilds: Add preliminary Yakuake ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 05fa52087d Live ebuilds: Add preliminary Keep ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris d5af9e2178 Trinity-*-2.eclass: Fix handbook and arts support.
- 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>
5 years ago
Chris 7ad022ff6a Live ebuilds: Fix XScreenSaver support.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 91c328f778 Live ebuilds: Fix PAM support.
Fixes issue #9.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris c860b92569 Live ebuilds: Add preliminary KNetLoad ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 1b82d066c7 Live ebuilds: Add preliminary KCPULoad ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 366574e909 Live ebuilds: Add preliminary KPlayer ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris de9d39a528 Live ebuilds: Add libart_lgpl ebuild.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris cc1ac24d4d Live ebuilds: Port to EAPI7 and cleanup - Round 7.
This time: filelight, kdcop, kdf, kmix, knutclient,
           konversation, ksensors, noatun-plugins,
           tdegames-doc, tdeinit, tdepowersave,
           tde-i18n, arts, libtdenetwork, atlantik,
           kasteroids, katomic, kbackgammon,
           kbattleship, kblackbox, kbounce,
           kenolaba, kfouleggs, kgoldrunner,
           kjumpingcube, klickety, klines,
           kmahjongg, kmines, knetwalk, kolf,
           konquest, kpat, kpoker, kreversi,
           ksame, kshisen, ksirtet, ksmiletris,
           ksnake, ksokoban, kspaceduel, ktron,
           ktuberling, libtdegames, lskat, twin4,
           akregator, kaddressbook, kgantt, kmobile,
           knode, knotes, kontact, korganizer, ktnef,
           libkcal, libkholidays, libkmime, libkpimexchange,
           libkpimidentities, libtdepim and mimelib

Also:      Move filelight to trinity-apps.
           Fix tdegames-meta to use trinity-base.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 59a5a64b42 Live ebuilds: Port to EAPI7 and cleanup - Round 6.
This time: tdeartwork-meta, tdeartwork-emoticons,
           tdeartwork-icon-themes, tdeartwork-icewm-themes,
           tdeartwork-tdescreensaver, tdeartwork-twin-styles,
           tdeartwork-kworldclock, tdeartwork-sounds,
           tdeartwork-styles, tdeartwork-wallpapers,
           atlantikdesigner, tdeaddons-doc,
           kaddressbook-plugins, kate-plugins,
           kicker-applets, knewsticker-scripts,
           konq-plugins, ksig, renamedlg-plugins,
           tdeaddons-tdefile-plugins,
           and tdeaddons-meta

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 83310ab2e1 Live ebuilds: Port to EAPI7 and cleanup - Round 5.
This time: ark, kamera, kcoloredit, kdvi, kedit, kfax,
           kfloppy, kgamma, kghostview, khexedit, kjots,
           klaptopdaemon, kmilo, kmrml, kolourpaint,
           kooka, kpdf, kpovmodeler, kregexpeditor,
           kruler, ksim, ksnapshot, ksvg, ktimer,
           kuickshow, kview, kviewshell, libkscan,
           tdefilereplace, superkaramba,
           tdegraphics-doc, tdegraphics-meta,
           tdegraphics-tdefile-plugins,
           tdeiconedit, tdelirc, tdeutils-doc,
           tdeutils-meta and tdewallet

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 42dffbf8d6 Live ebuilds: Port to EAPI7 and cleanup - Round 4.
This time: amor, eyesapplet, fifteenapplet, kdict,
           kget, kmoon, knewsticker, kodo, kopete,
           kpf, kppp, krdc, krfb, ksirc, ktalkd,
           kteatime, ktux, kweather, kwifimanager,
           kworldclock, lisa, tdednssd, tdenetwork-doc,
           tdenetwork-filesharing, tdenetwork-meta,
           tdenetwork-tdefile-plugins, tdetoys-doc,
           and tdetoys-meta

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 13f3b6432f Live ebuilds: Port to EAPI7 and cleanup - Round 3.
This time: kpager, krootbacking, ksplashml, kstart,
           ksystraycmd, kxkb, nsplugins, tdebase-starttde,
           tdedebugdialog, tdeeject, tdepasswd, tdeprint,
           tdescreensaver, tdesu and tqt3integration

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris e05ee6fdde Live ebuilds: Port to EAPI7 and cleanup - Round 2.
This time: certmanager, dcoprss, drkonqi, kappfinder, kate, kcalc,
           kcharselect, kcheckpass, kdialog, kfind, kgpg, khelpcenter,
           khotkeys, klipper, kmenuedit, knetattach, konsole, kpersonalizer,
           kreadconfig, ksmserver, ksysguard, ktip, librss

Add also lm_sensors use flag to ksysguard.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 6bbd4e98cf Live ebuilds: Port to EAPI7 and cleanup - Round 1.
This time: kcminit, kcontrol, kdesktop, kicker, konqueror,
           libkonq, tdebase-data, tdebase-meta, tdm,
           and tdebase-tdeioslaves

Also:      Add additional dependency for rpcgen.
           Add additional USE flag for tdehwlib.

Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 084b0b62ec Trinity-*-2.eclass: Fix some typos and cleanup.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Chris 355b84074a Live ebuilds: Cleanup and EAPI7 bump of tdelibs and tqt.
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>
5 years ago
Chris 3de8a3c7c5 App-mobilephone: Port to EAPI7 + cleanup.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago