| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Also enforce subslot version for dependency.
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/442
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/454
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
| |
Also remove nonsensical src_compile() section
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
Due to kxsldbg being moved out of tdewebdev[1], switch to building it
from the dedicates application overlay.
[1]: https://mirror.git.trinitydesktop.org/gitea/TDE/tdewebdev/pulls/65
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
| |
This fixes start of the dbus session bus on logon.
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/668
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
|
|
| |
`-fdebug-prefix-map` and `-fmacro-prefix-map` flags are conflicting
with debugedit, which is used for emerge's FEATURES="installsources".
Gentoo doesn't have a lot of use for reproducable builds, so patch those
flags out.
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/331
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
| |
Also:
* move x11-misc/xscreensaver to COMMON_DEPEND
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
|
|
| |
* fix hardcodded path to /opt/trinity (this fixes tdmsak start and sak
support eventually)
* add virtual/libcrypt to DEPEND
* build kbdledsync helper daemon
* replace tabulations with a spaces in eerror message
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
| |
As instructed by a QA check.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
| |
Several packages were failing to build on a system with minimal-ish
config i.e. with all possible tqt and tdelibs flags disabled. This set
of patches fixes it.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
| |
* fix build with libbarcode
* rename USE {native-gnu-barcode => libbarcode}
* overhaul dependencies/add opt features
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
| |
* fix FTBFS on a system with minimal-ish config
* add missing dependencies
* add optional features for cmake-converted versions
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
| |
Also enhance USE=kcmautostart description.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
| |
Also remove unneeded src_configure()
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
| |
Also enhance USE=acpi description.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
|
|
| |
* make xtest support optional
* add USE description for xtest and enhance it for dpms
* remove an obsolete comment
* depend on generic linux-headers rathar than removed virtual for
USE=dvb
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
Also:
* remove HOMEPAGE definition from the ebuilds
* remove `append-cxxflags "-std=c++11"` from newer ebuilds
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/432
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
| |
Values of DEPEND and IUSE according to TRINITY_HANDBOOK should be
applied regardless whether or not package declares any l10n variables.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
| |
Useful in case tdelibs is build withous ssl
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
| |
As recommended by portage
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
Also:
* remove dev-db/firebird from dependencies due to it remove from
portage
* depend on media-libs/libjpeg-turbo rather virtual/jpeg due to the
later one is deprecated
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/439
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
| |
Due to remove of dev-db/firebird from portage
Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/439
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
| |
Due to it unimplemented in tdelibs' cmake build yet
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
| |
Due to remove of app-accessibility/epos from portage
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
| |
Due to remove of app-accessibility/epos from portage
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
| |
Also:
* add explicit inheritance of cmake
* use pkg_pretend() rather than pkg_setup() to print messages
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
| |
This reverts commit 2e17c57e842bd73f6729b9c39a50cfebe50b8186.
Unfortunately the changes in the commit were erroneous and the
manipulations are actually required due to the admin submodule is
actually getting installed by trinity-base/kapptemplate.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* inherit multilib eclass explicitly
* move networkmanager to DEPEND in 14.1.4 due to mistake in upstream
* in 9999 declare -DNM_VPN_SERVICE_DIR if networkmanager is not
installed
* move dependencies for smart cards to DEPEND
* add patches to fix build without SSL or PCRE2
* minor refactoring
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
| |
The wrong tarball were added to manifest. This is a hotfix to:
2583e9f3 media-video/transcode: move patches to patchset
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
| |
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/437
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update gsmlib sources. It's a new patched version developed specifically
for this this overlay based on merge of last 0.11 prerelease snapshot by
original author and later maintenance in Github repository by Vianney
Bouchaud[1]. The version also contains some original patches which
improve build process, fix automated test, compiller warnings and some
bugs. Though the codebase is absolutely untested against real hardware.
Sources for the version are available in the dedicated GitHub
repository[2] as well as on the TGW mirror[3].
[1]: https://github.com/vbouchaud/gsmlib
[2]: https://github.com/Fat-Zer/gsmlib
[3]: https://mirror.git.trinitydesktop.org/gitea/Fat-Zer/gsmlib
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/15
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
* rename USE={ python => scripting }
* fix build with selected python version
* fix build without scripting support
* add more required dependencies for docs
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
|
|
| |
- USE=pcre now requires dev-libs/libpcre2
- move app-admin/sudo to RDEPEND
- drop -DWITH_HAL=OFF
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
|
|
| |
This fixes svg wallpapers in kdesktop.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|
| |
|
|
| |
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
|