Will Dietz
6f60621c0c
kcontacts: kdeApplications -> kdeFrameworks
2020-02-03 18:08:59 -06:00
Will Dietz
d78ad343d7
kdeApplications: 19.08.3 -> 19.12.1, new fetch base URL?
2020-02-02 14:17:39 -06:00
Thomas Tuegel
fec5edc7c0
Merge pull request #76508 from bignaux/kmahjongg
...
kmahjongg: init at 19.08.3
2020-01-16 09:41:36 -06:00
lewo
96e344e70e
Merge pull request #76513 from bignaux/ksudoku
...
ksudoku: init at 19.08.3
2020-01-05 17:50:32 +01:00
Robin Gloster
f6a3f5af36
treewide: structured-attrs fixes
2019-12-31 01:39:53 +01:00
Alyssa Ross
ebc8dd0652
kontact: fix build
2019-12-26 04:33:41 +00:00
Bignaux Ronan
b09fa30f66
ksudoku: init at 19.08.3
2019-12-25 21:27:18 +01:00
Bignaux Ronan
4d8cb42fae
kmahjongg: init at 19.08.3
2019-12-25 18:44:11 +01:00
rnhmjoj
87489677f4
kpat: init at 19.12.0
2019-12-18 00:34:14 +01:00
nyanloutre
2abd0a559c
treewide: replace kcalcore dependencies with kcalendarcore
2019-12-15 16:13:49 +01:00
Frederik Rietdijk
f3618342ec
Merge staging-next into staging
2019-12-10 19:01:27 +01:00
Tom Hall
034701b80b
ark: add package description
2019-12-07 21:53:40 +00:00
Thomas Tuegel
a33c5c90eb
Merge pull request #73304 from nyanloutre/kdeapps_19_08_3
...
kdeFrameworks: 5.62 -> 5.64; kdeApplications: 19.08.2 -> 19.08.3
2019-12-02 05:29:29 -06:00
Frederik Rietdijk
be89ed192a
Revert "yakuake: add missing kglobalaccel"
...
This reverts commit 88dc84c183
.
2019-11-24 21:24:03 +01:00
Frederik Rietdijk
ccc1286351
Revert "konsole: add missing kglobalaccel"
...
This reverts commit 7232ea43b6
.
2019-11-24 21:23:45 +01:00
John Ericson
10a0a23c4f
Merge pull request #73756 from FRidh/kde5
...
WIP KDE5: fix breakage due to set -u changes
2019-11-24 15:10:34 -05:00
adisbladis
56b4083187
kcachegrind: Add missing build input kdbusaddons
2019-11-20 12:14:58 +00:00
Frederik Rietdijk
88dc84c183
yakuake: add missing kglobalaccel
2019-11-20 09:59:59 +01:00
Frederik Rietdijk
7232ea43b6
konsole: add missing kglobalaccel
2019-11-20 09:59:59 +01:00
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
ef73f17575
kdeApplications: 19.08.2 -> 19.08.3
2019-11-12 20:33:25 +01: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
nyanloutre
b32de6d48e
kio-extras: missing dependency
2019-05-17 10:18:01 +02:00
nyanloutre
223a30e190
akonadi: patch fix
2019-05-17 10:18:01 +02:00
nyanloutre
fd5e76e1f4
kde_applications: 18.12.03 -> 19.04.0
2019-05-17 10:18:01 +02:00
Spencer Baugh
4b8803dae6
switch users of "gnupg1" to plain "gnupg"
...
gnupg is gnupg 2.2. gnupg1 is also gnupg 2.2, just with a few extra
symlinks in the bin directory. None of these packages need those
symlinks, and it's confusing for them to say they're depending on
"gnupg1", so switch their dep to plain "gnupg".
2019-05-12 20:08:50 +02:00
Will Dietz
89eeae8e3a
knotes: init
2019-04-16 19:14:33 -05:00
Vladimír Čunát
2771375d6e
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1512490
2019-04-02 20:56:53 +02:00
nyanloutre
b16b1b377b
kde-applications: 18.12.1 -> 18.12.3
2019-03-27 22:17:12 -04:00
nyanloutre
4b7d9dc868
fetch-kde-qt.sh: get hashes from metadata
2019-03-27 22:16:18 -04:00
Frederik Rietdijk
b40d752872
Merge master into staging-next
2019-03-23 09:18:41 +01:00
Ingo Blechschmidt
1703627f88
kfind: init at 18.12.1
2019-03-14 19:23:46 +01:00
Matthew Bauer
73061742af
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-24 18:54:32 -05:00
xeji
8e9ee7bd9f
Merge pull request #55521 from HaoZeke/fixMinuet
...
Fix minuet
2019-02-24 02:24:50 +01:00
Vladimír Čunát
19eedaf867
Merge #56103 : ktouch: fix build failure
2019-02-22 06:43:59 +01:00
Orivej Desh
dd269b4628
kmplot: init at 18.12.1
2019-02-21 16:19:41 +00:00
Trolli Schmittlauch
f9dab19839
ktouch: fix build failure due to dependecy missing
...
fixes #56097
2019-02-20 21:29:03 +01:00
Matthew Bauer
b1bbd94bb6
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-18 20:36:48 -05:00
Vladimír Čunát
f7f1a2f54e
Merge branch 'master' into staging-next
...
A mass darwin rebuild from master (#55784 ).
2019-02-17 08:05:24 +01:00
Thomas Tuegel
3c9e2820ac
Merge pull request #55351 from timor/kio-extras-man-protocol
...
kio-extras: enable man protocol
2019-02-16 13:47:56 -06:00
Adrian Kummerlaender
39e4396ea7
rocs: init at 18.12.0
2019-02-12 11:42:29 +01:00
timor
366da7c17c
kio-extras: enable man protocol
...
This installs the kio "man:" protocol handler, which fixes the UNIX manual
section in the KDE Help Center.
Note that kde currently parses "/etc/man.conf" manually, if `$MANPATH` is not
set, to build its man page index. (if https://bugs.kde.org/show_bug.cgi?id=404022
is addressed, the "/etc/man.conf" symlink should not be necessary anymore)
2019-02-06 17:39:28 +01:00
Vladimír Čunát
5effa4e0f9
Merge branch 'master' into staging-next
...
Comments on conflicts:
- llvm: d6f401e1
vs. 469ecc70
- docs for 6 and 7 say the default is
to build all targets, so we should be fine
- some pypi hashes: they were equivalent, just base16 vs. base32
2019-02-01 09:22:29 +01:00
Vladimír Čunát
3fe32b675e
Merge branch 'master' into staging
2019-01-22 15:59:42 +01:00
Will Dietz
28b2c37530
kde-applications: 18.12.0 -> 18.12.1
2019-01-21 16:14:07 -06:00
Bastian Köcher
bcdbb637f8
kdeApplications.kdepim-runtime: Fixes build
2019-01-21 15:29:32 +01:00
Trolli Schmittlauch
e93bd1d445
ktouch: init at 18.12.0
...
packaging the `ktouch` touch typing tutor. Due to Qt impurities, it
needs to be installed in a profile to find it runtime dependencies.
2019-01-13 12:42:21 +01:00
Jörg Thalheim
f0f7531d78
Merge pull request #51412 from Synthetica9/konsole-keyboard-fix
...
konsole: fix arrow keys
2019-01-09 12:11:32 +00:00
HaoZeke
3f2e5f723e
minuet: Add myself as a maintainer
2019-01-04 16:58:01 +05:30
HaoZeke
5ab9f63c6c
minuet: Fix build
2019-01-04 14:26:49 +05:30
Trolli Schmittlauch
ec0eaca0f4
kcharselect: init at 18.12.0
...
Packaging `kcharselect` because a KDE tool for inserting special
characters is very useful.
2019-01-02 00:31:29 +01:00
Thomas Tuegel
8401fe28e2
Merge pull request #51449 from bkchr/kde_applications_18_12
...
kde-applications: 18.08.1 -> 18.12.0
2018-12-16 06:56:24 -06:00