Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								94e24d8124 
								
							 
						 
						
							
							
								
								gnu: Add comments on why setting QT_QPA_PLATFORM for tests.  
							
							 
							
							... 
							
							
							
							* gnu/packages/astronomy.scm (stellarium): Add comment.
* gnu/packages/display-managers.scm (greenisland): dito.
* gnu/packages/kde-frameworks.scm (kguiaddons, kwidgetsaddons,
  kcompletion, baloo, kbookmarks, kconfigwidgtes, kdesignerplugin,
  kemoticons, kglobalaccel, kiconthemes, kio, knewstuff, kparts,
  kpeople, krunner, kservice, ktexteditor, ktextwidgets, kxmlgui,
  plasma-framework): dito.
* gnu/packages/qt.scm (qtsvg): dito. 
							
						 
						
							2017-03-20 20:56:49 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Thomas Danckaert 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4bff300b53 
								
							 
						 
						
							
							
								
								gnu: Add phonon-backend-gstreamer.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (phonon-backend-gstreamer): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2017-03-11 22:23:28 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Thomas Danckaert 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5578c2987e 
								
							 
						 
						
							
							
								
								gnu: phonon: Install Qt extensions.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (phonon)[arguments]: Add
-DPHONON-INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT configure flag, and patch the
installation directory.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2017-03-11 22:23:28 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Leo Famulari 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c35745edc4 
								
							 
						 
						
							
							
								
								gnu: kio: Fix CVE-2017-6410.  
							
							 
							
							... 
							
							
							
							* gnu/packages/patches/kio-CVE-2017-6410.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde-frameworks.scm (kio)[source]: Use it. 
							
						 
						
							2017-03-04 18:35:17 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9e485ffa1b 
								
							 
						 
						
							
							
								
								gnu: kcrash: Work around race condition when starting Xvfb.  
							
							 
							
							... 
							
							
							
							Sometimes tests would start running before Xvfb is listening.
See <https://hydra.gnu.org/build/1750201 >.
* gnu/packages/kde-frameworks.scm (kcrash)[arguments]: In
'start-xorg-server', add 'sleep' call after starting Xvfb.  Pass "Xvfb"
to 'system' instead of its absolute file name. 
							
						 
						
							2017-01-11 11:23:41 -05:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Thomas Danckaert 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								834d12226b 
								
							 
						 
						
							
							
								
								gnu: kdbusaddons: Embed kinit store dir, avoid dependency cycles.  
							
							 
							
							... 
							
							
							
							kdbusaddons needs to know the location of the kdeinit5 executable,
provided by kinit. kinit depends on kdbusaddons, so we add bootstrap
versions of all packages in the dependency chain from kinit to
kdbusaddons to avoid cyclic dependencies.
* gnu/packages/kde-frameworks.scm (kinit-bootstrap,
  kdbusaddons-bootstrap): New variables.
  (kdbusaddons)[inputs]: Add kinit-bootstrap.
  [source,arguments]: Add patch and substitution to embed
  kinit-bootstrap's store directory in the code.
* gnu/packages/patches/kdbusaddons-kinit-file-name.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org> 
							
						 
						
							2016-12-19 17:51:00 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								dc2ef09ad7 
								
							 
						 
						
							
							
								
								gnu: kauth: Fix cmake macros to be used by other packages.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-framework.scm (kauth)[phases]: New phase
  fix-cmake-install-paths. 
							
						 
						
							2016-11-29 19:13:40 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7b722e3cba 
								
							 
						 
						
							
							
								
								gnu: extra-cmake-modules: Always install into /lib and not into /lib64.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[phases]:
  New phase fix-lib-path. 
							
						 
						
							2016-11-29 19:11:09 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c1265fcc70 
								
							 
						 
						
							
							
								
								gnu: Add ksyntaxhighlighting.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): New variable. 
							
						 
						
							2016-11-29 19:11:09 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Hartmut Goebel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7feff6f6dc 
								
							 
						 
						
							
							
								
								gnu: Update kde-frameworks to 5.28.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kpackage): Update to 5.28.1
  (extra-cmake-modules, attica, bluez-qt, breeze-icons, kapidox,
  karchive, kcodecs, kconfig, kcoreaddons, kdbusaddons, kdnssd,
  kguiaddons, ki18n, kidletime, kitemmodels, kitemviews, kplotting,
  kwayland, kwidgetsaddons, kwindowsystem, modemmanager-qt,
  networkmanager-qt, oxygen-icons, solid, sonnet, threadweaver, kauth,
  kcompletion, kcrash, kdoctools, kfilemetadata, kimageformats,
  kjobwidgets, knotifications, kpty, kunitconversion, baloo,
  kactivities, kactivities-stats, kbookmarks, kcmutils,
  kconfigwidgets, kdeclarative, kded, kdesignerplugin, kdesu,
  kemoticons, kglobalaccel, kiconthemes, kinit, kio, knewstuff,
  knotifyconfig, kparts, kpeople, krunner, kservice, ktexteditor,
  ktextwidgets, kwallet, kxmlgui, kxmlrpcclient, plasma-framework,
  frameworkintegration): Update to 5.28.0 
							
						 
						
							2016-11-29 19:11:09 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ludovic Courtès 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								683c5ab70a 
								
							 
						 
						
							
							
								
								gnu: oxygen-icons: Add 'upstream-name' property.  
							
							 
							
							... 
							
							
							
							Fixes <http://bugs.gnu.org/25020 >.
Reported by Hartmut Goebel <h.goebel@goebel-consult.de>.
* gnu/packages/kde-frameworks.scm (oxygen-icons)[properties]: New
field. 
							
						 
						
							2016-11-29 16:12:32 +01:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Leo Famulari 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								062c7e43ed 
								
							 
						 
						
							
							
								
								Merge branch 'master' into core-updates  
							
							 
							
							
							
						 
						
							2016-10-29 21:44:44 -04:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9efa472fba 
								
							 
						 
						
							
							
								
								gnu: plasma-framework: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (plasma-framework): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6c6e8b19e4 
								
							 
						 
						
							
							
								
								gnu: kxmlrpcclient: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kxmlrpcclient): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								19fbf93f34 
								
							 
						 
						
							
							
								
								gnu: kxmlgui: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kxmlgui): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8b9b0e5eb7 
								
							 
						 
						
							
							
								
								gnu: kwallet: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kwallet): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f07f67093d 
								
							 
						 
						
							
							
								
								gnu: ktextwidgets: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (ktextwidgets): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b0791cf9aa 
								
							 
						 
						
							
							
								
								gnu: ktexteditor: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (ktexteditor): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								886d8155c1 
								
							 
						 
						
							
							
								
								gnu: kservice: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kservice): Update to 5.27.0.
  [native-inputs]: Add bison and flex-2.6.1. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								dc219cc6da 
								
							 
						 
						
							
							
								
								gnu: krunner: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (krunner): Update to 5.27.0.
  [arguments]: Return #t. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3a1e972d50 
								
							 
						 
						
							
							
								
								gnu: kpeople: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kpeople): Update to 5.27.0.
  [arguments]: Return #t. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								33fa4658bd 
								
							 
						 
						
							
							
								
								gnu: kparts: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kparts): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								59cb98e135 
								
							 
						 
						
							
							
								
								gnu: knotifyconfig: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (knotifyconfig): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7064ad3fca 
								
							 
						 
						
							
							
								
								gnu: knewstuff: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (knewstuff): Update to 5.27.0.
  [arguments]: Return #t. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ed3634e756 
								
							 
						 
						
							
							
								
								gnu: kio: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kio): Update to 5.27.0.
  [arguments]: Return #t. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								89d522a360 
								
							 
						 
						
							
							
								
								gnu: kinit: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kinit): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c8ddc56e6c 
								
							 
						 
						
							
							
								
								gnu: kiconthemes: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kiconthemes): Update to 5.27.0.
  [arguments]: Return #t. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2b677becbd 
								
							 
						 
						
							
							
								
								gnu: kglobalaccel: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 5.27.0.
  [inputs]: Add kservice. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								25ebad65bf 
								
							 
						 
						
							
							
								
								gnu: kemoticons: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kemoticons): Update to 5.27.0.
  [arguments]: Return #t. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								aa072198c6 
								
							 
						 
						
							
							
								
								gnu: kdesu: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kdesu): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9caef00bd1 
								
							 
						 
						
							
							
								
								gnu: kdesignerplugin: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kdesignerplugin): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8e963d123c 
								
							 
						 
						
							
							
								
								gnu: kded: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kded): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								46e1ac0be8 
								
							 
						 
						
							
							
								
								gnu: kdeclarative: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kdeclarative): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								986d0eae65 
								
							 
						 
						
							
							
								
								gnu: kconfigwidgets: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8ed8a9f53a 
								
							 
						 
						
							
							
								
								gnu: kcmutils: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kcmutils): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b58e9bea2e 
								
							 
						 
						
							
							
								
								gnu: kbookmarks: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kbookmarks): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4902494f6d 
								
							 
						 
						
							
							
								
								gnu: kactivities-stats: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kactivities-stats): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								04fb93e0e3 
								
							 
						 
						
							
							
								
								gnu: kactivities: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kactivities): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								442f2beae0 
								
							 
						 
						
							
							
								
								gnu: baloo: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (baloo): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f7c2026fea 
								
							 
						 
						
							
							
								
								gnu: kunitconversion: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								84164f7ff8 
								
							 
						 
						
							
							
								
								gnu: kpty: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kpty): Update to 5.27.0 and fix
  indentation. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0e6c305748 
								
							 
						 
						
							
							
								
								gnu: kpackage: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kpackage): Update to 5.27.0 and fix
  indentation. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7507399846 
								
							 
						 
						
							
							
								
								gnu: knotifications: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (knotifications): Update to 5.27.0 and
  fix indentation. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4a9f3bf33b 
								
							 
						 
						
							
							
								
								gnu: kjobwidgets: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kjobwidgets): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2d64fdb157 
								
							 
						 
						
							
							
								
								gnu: kimageformats: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kimageformats): Update to 5.27.0 and
  fix indentation. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3f34662b12 
								
							 
						 
						
							
							
								
								gnu: kfilemetadata: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kfilemetadata): Update to 5.27.0. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f5dae6aec1 
								
							 
						 
						
							
							
								
								gnu: kdoctools: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kdoctools): Update to 5.27.0 and fix
  indentation. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								075eeb355b 
								
							 
						 
						
							
							
								
								gnu: kcrash: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kcrash): Update to 5.27.0 and fix
  indentation. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								17b5144a18 
								
							 
						 
						
							
							
								
								gnu: kcompletion: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kcompletion): Update to 5.27.0 and
  fix indentation. 
							
						 
						
							2016-10-29 23:51:43 +02:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									David Craven 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								62dee732f4 
								
							 
						 
						
							
							
								
								gnu: kauth: Update to 5.27.0.  
							
							 
							
							... 
							
							
							
							* gnu/packages/kde-frameworks.scm (kauth): Update to 5.27.0 and fix
  indentation. 
							
						 
						
							2016-10-29 23:51:43 +02:00