Commit Graph

21 Commits

Author SHA1 Message Date
V 79921889a0 treewide: convert patch series files to Nix expressions
Nix expressions provide all the features that Quilt series files have,
so using those instead is pointless. Also, lib.readPathsFromFile
(the function used to read series files) has the following warning:

> NOTE: This function is not performant and should be avoided.

This also removes some orphaned series files, and unused references to
copyPathsToStore (which were probably missed in previous commits
where calls to lib.readPathsFromFile were removed)
2020-09-03 19:15:05 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Will Dietz ed3ac21737
kdeFrameworks.extra-cmake-modules: fix patch
(cherry picked from commit 63fffe73524b0397e7947a04c534f5fa1e9090b3)
2020-01-08 19:52:57 -06:00
Jonathan Ringer 3dfaf56da8
kde-frameworks.extra-cmake-modules: allow for unset qtPluginPrefix 2019-11-22 01:35:22 -08:00
Thomas Tuegel 459ea150e8
extra-cmake-modules: addEnvHooks: Use targetOffset 2019-09-25 13:06:30 -05:00
Thomas Tuegel 2f623ef527
extra-cmake-modules: Remove doc/ from xdgDataSubdirs 2019-09-25 13:06:30 -05:00
Will Dietz a280f3a0f3
extra-cmake-modules: fixup patch 2019-09-18 13:26:08 -05:00
Thomas Tuegel f79fd2e826
wrapQtAppsHook: wrap Qt applications for runtime dependencies 2019-07-05 10:41:41 -05:00
Will Dietz 7cf7d3a63f kdeFrameworks: fixup patch for extra-cmake-modules 2019-02-11 18:17:08 -06:00
Bastian Köcher 585d1175a3 kde-frameworks: 5.47 -> 5.48 2018-07-16 16:01:18 +02:00
John Ericson 046f091e0d treewide: Don't use envHook anymore
This commits needs a MAJOR audit as I oftentimes just guessed which of
`$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-12-30 22:04:22 -05:00
John Ericson 252b36a28d misc pkgs: Recategorize some dependencies 2017-09-05 11:37:10 -04:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Thomas Tuegel faf0d3e91d
kdeFrameworks: fixup inputs and outputs
- Reduce environment pollution with a separate $bin output containing programs,
  plugins, and shared data. Libraries remain in $out and are not installed into
  the environment.
- Only propagate build inputs as required.
2017-06-18 08:44:45 -05:00
Thomas Tuegel 945758f960
kdeFrameworks: rename kdeFramework to mkDerivation 2017-06-18 08:42:20 -05:00
Thomas Tuegel 3f3d33a078
qt5: use distinct `lib/qt-5.x` prefix for each minor version
Using a distinct prefix for plugins and QML libraries allows multiple Qt 5 minor
versions to coexist in the same environment.
2017-06-18 08:41:57 -05:00
Matthew Bauer 9f4f4f006b
extra-cmake-modules: supports darwin 2017-04-23 18:08:20 -05:00
Thomas Tuegel 127bf18a35
extra-cmake-modules: Lift Qt dependency 2017-02-27 11:49:46 -06:00
Thomas Tuegel a33ab04d1b
Clean up KDE Frameworks 2017-02-27 11:49:15 -06:00
Thomas Tuegel 6c79045964 extra-cmake-modules: separate setup hook from package 2016-07-29 10:23:18 -05:00
Thomas Tuegel 4856a2a1ea build KDE Frameworks with each Qt version 2016-07-28 18:27:13 -05:00