Feed Advanced Search

Jul 18 2017

arojas committed R720:7d5c5e8f0932: Add missing source, switch to sha256 (authored by arojas).
Add missing source, switch to sha256
Jul 18 2017, 9:37 PM

Jul 17 2017

arojas added a comment to D6752: Fix build with ocaml 4.04.

Have you tried to rebuild facile on top of your latest ocaml 4.05 before building kalzium?

Jul 17 2017, 4:00 PM
arojas added a comment to D6752: Fix build with ocaml 4.04.

This seems to fix this specific error, but now the build fails with a different error (using ocaml 4.05)

Jul 17 2017, 3:48 PM
arojas committed R838:71a26013b409: Use CMAKE_INSTALL_FULL_LIBEXECDIR (authored by arojas).
Use CMAKE_INSTALL_FULL_LIBEXECDIR
Jul 17 2017, 9:54 AM
arojas committed R838:718029526e32: Use CMAKE_INSTALL_FULL_LIBEXECDIR (authored by arojas).
Use CMAKE_INSTALL_FULL_LIBEXECDIR
Jul 17 2017, 9:32 AM
arojas closed D6749: Use CMAKE_INSTALL_FULL_LIBEXECDIR by committing R838:718029526e32: Use CMAKE_INSTALL_FULL_LIBEXECDIR.
Jul 17 2017, 9:31 AM · Plasma
arojas created D6749: Use CMAKE_INSTALL_FULL_LIBEXECDIR.
Jul 17 2017, 9:22 AM · Plasma

Jul 3 2017

arojas committed R118:807bfc2d7006: Restore KCompletion dependency (authored by arojas).
Restore KCompletion dependency
Jul 3 2017, 7:30 PM

Jun 17 2017

arojas committed R143:a0e41275bc8f: Remove unused dependency (authored by arojas).
Remove unused dependency
Jun 17 2017, 10:50 AM
arojas closed D6244: Remove unused dependency by committing R143:a0e41275bc8f: Remove unused dependency.
Jun 17 2017, 10:50 AM · KDE Telepathy

Jun 16 2017

arojas created D6244: Remove unused dependency.
Jun 16 2017, 9:41 PM · KDE Telepathy

Jun 14 2017

arojas committed R118:d63149e27caf: Drop unused dependencies (authored by arojas).
Drop unused dependencies
Jun 14 2017, 9:31 PM
arojas closed D6221: Drop unused dependencies by committing R118:d63149e27caf: Drop unused dependencies.
Jun 14 2017, 9:31 PM · Plasma
arojas created D6221: Drop unused dependencies.
Jun 14 2017, 6:59 AM · Plasma

May 14 2017

arojas committed R134:5ed914df58ef: Merge branch 'Plasma/5.10' (authored by arojas).
Merge branch 'Plasma/5.10'
May 14 2017, 9:28 PM
arojas committed R134:13d96d15a177: Fix duplicate Discover entry on the Application Menu (authored by arojas).
Fix duplicate Discover entry on the Application Menu
May 14 2017, 9:27 PM
arojas closed D5850: Fix duplicate Discover entry on the Application Menu by committing R134:13d96d15a177: Fix duplicate Discover entry on the Application Menu.
May 14 2017, 9:27 PM · Plasma
arojas created D5850: Fix duplicate Discover entry on the Application Menu.
May 14 2017, 10:12 AM · Plasma

May 12 2017

arojas committed R44:0bb5e58da438: Merge branch 'Applications/17.04' (authored by arojas).
Merge branch 'Applications/17.04'
May 12 2017, 3:09 PM
arojas committed R44:e8b131fe179f: Add missing include (authored by arojas).
Add missing include
May 12 2017, 2:59 PM
arojas closed D5819: Add missing include by committing R44:e8b131fe179f: Add missing include.
May 12 2017, 2:59 PM · KDE PIM
arojas added a comment to D5819: Add missing include.

Seems bug 379733 was fixed elsewhere (only in trunk), but this change is relevant anyway

May 12 2017, 6:34 AM · KDE PIM

May 11 2017

arojas created D5819: Add missing include.
May 11 2017, 10:29 PM · KDE PIM

Mar 8 2017

arojas committed R401:5e4c0cb03585: Remove unused dependencies (authored by arojas).
Remove unused dependencies
Mar 8 2017, 7:08 AM
arojas closed D4971: Remove unused and duplicated dependencies by committing R401:5e4c0cb03585: Remove unused dependencies.
Mar 8 2017, 7:08 AM

Mar 7 2017

arojas created D4971: Remove unused and duplicated dependencies.
Mar 7 2017, 10:59 PM

Mar 1 2017

arojas committed R118:930621daed56: Make cmake search for the right version of Kirigami (authored by arojas).
Make cmake search for the right version of Kirigami
Mar 1 2017, 7:51 PM
arojas closed D4853: Find correct version of kirigami by committing R118:930621daed56: Make cmake search for the right version of Kirigami.
Mar 1 2017, 7:51 PM · Plasma
arojas created D4853: Find correct version of kirigami.
Mar 1 2017, 7:47 AM · Plasma

Feb 24 2017

arojas committed R720:822ca63b885b: Write one dependency per line (authored by arojas).
Write one dependency per line
Feb 24 2017, 7:06 AM

Jan 28 2017

arojas added a comment to T5016: Sort out Python bindings generation.

@skelly not at all, 'make' and 'make install' should still install everything, the python_bindings target would be a subset of it.

Jan 28 2017, 6:50 PM · Language Bindings, Build System
arojas added a comment to T5016: Sort out Python bindings generation.

In order to allow clean splitting of the bindings in PKGBUILD-based distros, it would be great to have a make target to install the bindings, so one could simply do "make DESTDIR=foo install python_bindings". Would that be feasible?

Jan 28 2017, 9:23 AM · Language Bindings, Build System

Jan 19 2017

arojas committed R331:cfd3982bcc3f: Honor the BUILD_TESTING cmake variable (authored by arojas).
Honor the BUILD_TESTING cmake variable
Jan 19 2017, 9:56 PM

Jan 8 2017

arojas committed R223:84c9910da953: Avoid duplicates in the available backends list (authored by arojas).
Avoid duplicates in the available backends list
Jan 8 2017, 6:49 PM
arojas committed R223:f3f077e1a632: Avoid duplicates in the available backends list (authored by arojas).
Avoid duplicates in the available backends list
Jan 8 2017, 6:44 PM

Jan 6 2017

arojas added a comment to T5016: Sort out Python bindings generation.

Another issue that needs to be dealt with, now that more frameworks ship bindings, is the multiple copies of PyKF5/__init__.py, which will make frameworks packages conflict with each other.

Jan 6 2017, 11:36 AM · Language Bindings, Build System

Nov 29 2016

arojas committed R55:c0149df37c0c: Merge branch 'Applications/16.12' of git://anongit.kde.org/cantor into… (authored by arojas).
Merge branch 'Applications/16.12' of git://anongit.kde.org/cantor into…
Nov 29 2016, 6:46 PM
arojas committed R55:e071d41a88f0: Honor BUILD_TESTING cmake variable in julia backend (authored by arojas).
Honor BUILD_TESTING cmake variable in julia backend
Nov 29 2016, 6:46 PM
arojas committed R55:cf08414f3030: Honor BUILD_TESTING cmake variable in julia backend (authored by arojas).
Honor BUILD_TESTING cmake variable in julia backend
Nov 29 2016, 6:46 PM

Nov 21 2016

arojas retitled D3441: Honor BUILD_TESTING cmake variable in julia backend from to Honor BUILD_TESTING cmake variable in julia backend.
Nov 21 2016, 7:57 PM

Nov 2 2016

arojas committed R114:79245faa93dd: Fix systemloadviewer tooltip (authored by arojas).
Fix systemloadviewer tooltip
Nov 2 2016, 7:04 PM
arojas committed R114:02ebdb543506: Fix systemloadviewer tooltip (authored by arojas).
Fix systemloadviewer tooltip
Nov 2 2016, 7:03 PM

Nov 1 2016

arojas committed R55:1c129e725c99: Fix Sage backend keywords.xml location (authored by arojas).
Fix Sage backend keywords.xml location
Nov 1 2016, 2:11 PM
arojas committed R55:8d3d07a683ca: More robust version check for Sage (authored by arojas).
More robust version check for Sage
Nov 1 2016, 2:11 PM

Sep 16 2016

arojas committed R120:0ddeaedb337e: Merge remote-tracking branch 'origin/Plasma/5.8' (authored by arojas).
Merge remote-tracking branch 'origin/Plasma/5.8'
Sep 16 2016, 1:43 PM
arojas committed R120:663c51632861: Search for a Prison version that actually exists (authored by arojas).
Search for a Prison version that actually exists
Sep 16 2016, 1:42 PM

Sep 9 2016

arojas committed R123:6d5c32299ad7: Merge remote-tracking branch 'origin/Plasma/5.7' (authored by arojas).
Merge remote-tracking branch 'origin/Plasma/5.7'
Sep 9 2016, 7:43 PM

Sep 4 2016

arojas committed R123:d4ca70001222: Fix themes list with SDDM 0.14 (authored by arojas).
Fix themes list with SDDM 0.14
Sep 4 2016, 10:46 PM

Aug 20 2016

Matěj Laitl <matej@laitl.cz> committed R181:9449ec56d1fd: Fix MPRIS2 DesktopEntry value (authored by arojas).
Fix MPRIS2 DesktopEntry value
Aug 20 2016, 11:12 AM