Commit graph

287 commits

Author SHA1 Message Date
worldofpeace a20db2bcd3 kdeApplications.print-manager: fix build
Just a quick and not pleasant fix until we update
kdeApplications. And that needs to be done very soon.
2019-11-13 19:46:00 -05:00
nyanloutre fda32e99e0 spectacle: add new kwayland dependency 2019-10-16 10:22:51 +02:00
nyanloutre a83d96fad5 kde_applications: 19.08.1 -> 19.08.2 2019-10-16 10:22:51 +02:00
Frederik Rietdijk 503081fa5b Merge staging into staging-next 2019-09-29 11:05:22 +02:00
Thomas Tuegel 6c76258a15
Merge pull request #55584 from KnairdA/master
rocs: init at 18.12.0
2019-09-28 14:21:30 -05:00
Thomas Tuegel 4dc1971211
rocs: Fix meta 2019-09-28 14:20:53 -05:00
Thomas Tuegel 026a23713e
rocs: Remove wrapper 2019-09-28 14:17:59 -05:00
Thomas Tuegel d6bbc18708
pim-data-exporter: Add missing dependencies 2019-09-27 10:40:31 -05:00
Thomas Tuegel 0f5769df77
kate: No propagatedBuildInputs
kate does not have a `dev` output, so it should not have
`propagatedBuildInputs`, as this propagates other `dev` outputs into the user
environment.
2019-09-25 13:07:20 -05:00
Thomas Tuegel 4edb8ade3d
konsole: Remove spurious wrapper 2019-09-25 13:06:30 -05:00
Matthew Bauer de15e981f6 dolphin: add baloo to propagatedUseEnvPkgs
This is needed for "Search for..." feature in dolphin.

Fixes #68174
2019-09-22 17:36:14 -04:00
Thomas Tuegel d72b552931
Merge pull request #68470 from acowley/kdenlive-mlt
kdenlive: Avoid exposing configurable paths to melt
2019-09-15 09:49:18 -05:00
Thomas Tuegel db9838ef7e
Merge pull request #68386 from nyanloutre/kmail_akonadi_usr_env
kmail: add akonadi to propagated user env
2019-09-15 09:46:56 -05:00
Peter Hoeg 428a58ad7f kdepim-addons: add missing dependency 2019-09-12 11:56:37 +08:00
Anthony Cowley 7810dcbd7b kdenlive: Avoid exposing configurable paths to melt
kdenlive's configuration stores two paths to the `mlt` package. These
may be set in the GUI under `Settings -> Configure Kdenlive ->
Environment`, and are persisted in $XDG_CONFIG_HOME/.kdenliverc

A problem I encountered was `kdenlive` holding on to old `mlt` paths
in these settings after a nixpkgs update, causing video rendering to fail.

The C++ class kdenlive uses for these settings is automatically
generated, so what this patch does is edit the declaration of the
relevant settings to provide default values with the absolute path of
`mlt` known at build time, and mark those settings as hidden.

In testing, I've found that changing `mlt` and rebuilding `kdenlive`
causes updated paths to appear in the GUI, and no entries to be added
to the kdenliverc file.

A shortcoming of this patch is that existing users will already have paths
stored in their `kdenliverc` files that can cause trouble. The hope is
that an approach like the one taken here will reduce this sort
of breakage moving forward.
2019-09-11 00:16:14 -04:00
nyanloutre 8d0af1fd00
kmail: add akonadi to propagated user env
Kmail will not work if akonadi is not in the PATH
2019-09-09 23:59:41 +02:00
nyanloutre a054efda77 kde_applications: 19.08.0 -> 19.08.1 2019-09-08 16:09:38 +02:00
Frederik Rietdijk 5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
volth 35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
nyanloutre 405f6a29ca ktouch: add missing Qt5QuickControls2 dependency 2019-08-22 14:17:12 +02:00
Peter Hoeg d3fd2c4128 kolf: init at 19.08.0 2019-08-19 22:43:10 +08:00
nyanloutre d6ab8baa1b kde: add myself as maintainer 2019-08-16 15:28:31 +02:00
nyanloutre 1b820c24e3 pimcommon: add new kpurpose dependency 2019-08-16 14:54:58 +02:00
nyanloutre d945117959 kcalc: add new MPFR dependency 2019-08-16 14:11:09 +02:00
nyanloutre 3400620cc3 akonadi: update patch akonadi-paths
Version 19.08 introduce a new mPgUpgradePath variable.
I applied what was done for the mServerPath variable.
2019-08-16 13:52:03 +02:00
nyanloutre 6d5a90a111 kipi-plugins: move to kde_applications 2019-08-16 11:34:13 +02:00
nyanloutre fc7f5e7c55 yakuake: move to kde_applications 2019-08-16 11:34:13 +02:00
nyanloutre 2ac1e31aea kde_applications: disable obsolete patches 2019-08-16 11:26:17 +02:00
nyanloutre 7489145b30 kde_applications: 19.04.3 -> 19.08.0 2019-08-16 11:26:17 +02:00
nyanloutre 766c8f106e kmail: add patch "fix build by including QMap" 2019-08-16 11:26:17 +02:00
nyanloutre 9825b2ac46 kate: add patch "add missing header" 2019-08-16 11:26:17 +02:00
nyanloutre 5268987144 ark: add patch "missing QVector include" 2019-08-16 11:26:17 +02:00
nyanloutre ef90b86924 gwenview: remove obsolete patch 2019-08-16 11:26:17 +02:00
nyanloutre e143cbd3d7 kde_applications: 19.04.1 -> 19.04.3 2019-08-16 11:26:17 +02:00
Taran Lynn 7c7d867ac8 kdenlive: add missing dependencies
breeze is needed for UI elements, frei0r for effects, and ffmpeg-full
for ffplay to handle playback.
2019-08-06 10:20:54 -07:00
Thomas Tuegel 56d5963382
Merge pull request #54525 from ttuegel/feature/qt-5/wrap-qt-apps
Wrap Qt applications
2019-07-05 14:38:10 -05:00
Thomas Tuegel f79fd2e826
wrapQtAppsHook: wrap Qt applications for runtime dependencies 2019-07-05 10:41:41 -05:00
worldofpeace ea2fb569d1 gwenview: fix build with exiv2 0.27.1 2019-06-27 03:18:05 -04:00
Robin Gloster 3598d506ed
kdeApplications.kgeography: init 2019-06-18 21:39:40 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
nyanloutre bb57a1056e
spectacle: fix qdbus path in desktop shortcut 2019-05-28 21:51:29 +02:00
nyanloutre 0612588aa5 krdc: add kwindowsystem dependency 2019-05-23 10:34:58 +02:00
nyanloutre 265ab92415 kde_applications: 19.04.0 -> 19.04.1 2019-05-20 20:18:00 -04:00
Jos van den Oever 044cd208b7 kdepim-runtime: replace sed by a proper patch
- remove unused qca-qt5
2019-05-20 20:18:00 -04:00
Jos van den Oever ec4448a376 kmail: fix compilation 2019-05-20 20:18:00 -04:00
Jos van den Oever 0cfb078b37 kcalc: add kcrash dependency 2019-05-20 20:17:59 -04:00
Will Dietz 1443dc6abe kdepim-runtime: disable facebook, fix build 2019-05-20 20:17:59 -04:00
worldofpeace ca74410fed kdenlive: add missing deps 2019-05-20 20:17:59 -04:00
Will Dietz 5ac417126e kdepim-runtime: qca-qt5, qtnetworkauth 2019-05-20 20:17:59 -04:00
nyanloutre 29395e5ea9 kdegraphics-thumbnailers: missing dependency 2019-05-17 10:18:01 +02:00