Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnu: qtsvg: Rename variable to qtsvg-5. | Maxim Cournoyer | 2022-07-31 | 1 | -1/+1 |
| | | | | | | | | This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i | ||||
* | gnu: Simplify package inputs. | Ludovic Courtès | 2021-12-13 | 1 | -145/+137 |
| | | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument. | ||||
* | gnu: krfb: Use latest pipewire. | Ricardo Wurmus | 2021-11-28 | 1 | -1/+1 |
| | | | | | * gnu/packages/kde-systemtools.scm (krfb)[inputs]: Replace pipewire with pipewire-0.3. | ||||
* | gnu: Rename qtbase to qtbase-5. | Maxim Cournoyer | 2021-06-14 | 1 | -7/+7 |
| | | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. | ||||
* | gnu: yakuake: Update to 20.12.1. | Tobias Geerinckx-Rice | 2021-01-09 | 1 | -2/+3 |
| | | | | * gnu/packages/kde-systemtools.scm (yakuake): Update to 20.12.1. | ||||
* | gnu: Add yakuake. | Z572 | 2020-12-31 | 1 | -0/+49 |
| | | | | | | * gnu/packages/kde-systemtools.scm (yakuake): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> | ||||
* | gnu: KDE: Update to 20.04.1. | Marius Bakke | 2020-06-06 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/akonadi-paths.patch: Adjust for upstream changes. * gnu/packages/patches/kdepim-runtime-Fix-missing-link-libraries.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/kde-internet.scm (kget, kopete, krdc, libgravatar): Update to 20.04.1. [source](uri): Adjust for new upstream location. * gnu/packages/kde-multimedia.scm (audiocd-kio, dragon, ffmpegthumbs, juk, k3b, kamoso, kmix, kwave, libkcddb, libkcompactdisc): Likewise. * gnu/packages/kde-systemtools.scm (dolphin, dolphin-plugins, khelpcenter, konsole, krfb, ksystemlog): Update to 20.04.1. [source](uri): Adjust for new upstream location. * gnu/packages/kde-utils.scm (kate, kmag, kmousetool, kmouth, sweeper): Update to 20.04.1. [source](uri): Adjust for new upstream location. * gnu/packages/kde.scm (baloo-widgets, libkomparediff2, kqtquickcharts, grantleetheme, kcachegrind, libkdegames, zeroconf-ioslave): Update to 20.04.1. [source](uri): Adjust for new upstream location. (grantleetheme)[inputs]: Add KGUIADDONS. * gnu/packages/kde-pim.scm (akonadi, akonadi-calendar, akonadi-contacts, akonadi-mime, akonadi-notes, akonadi-search, kincidenceeditor, kaddressbook, kalarmcal, kblog, kcalendarsupport, kcalutils, kdav, kdepim-apps-libs, kdepim-runtime, keventviews, kgpg, kidentitymanagement, kimap, kldap, kleopatra, kmail, kmailcommon, kmailimporter, kmailtransport, kmbox, kmessagelib, kmime, knotes, kontactinterface, korganizer, kpimcommon, kpimtextedit, ksmtp, ktnef, libkdepim, libkgapi, libkleo, libksieve): Update to 20.04.1. [source](uri): Adjust to current. (akonadi)[inputs]: Remove KDBUSADDONS and KDESIGNERPLUGIN. (akonadi-calendar)[inputs]: Remove KDBUSADDONS. (kdepim-runtime)[source](patches): Remove. [arguments]: Add phase 'extend-CPLUS_INCLUDE_PATH'. [inputs]: Remove KDBUSADDONS and KICONTHEMES. (kmessagelib)[arguments]: Add phase 'extend-CPLUS_INCLUDE_PATH. [inputs]: Add QCA. (kdepim-apps-libs)[inputs]: Remove KDBUSADDONS and KICONTHEMES. (knotes)[inputs]: Remove KDBUSADDONS. (kpimcommon)[inputs]: Remove KDBUSADDONS and KCOMPLETION. (libksieve)[arguments]: Disable one more test. (korganizer)[arguments]: Disable one test. | ||||
* | gnu: dolphin: Fix grammar of "allows to navigate" to "navigates". | Vagrant Cascadian | 2020-04-12 | 1 | -1/+1 |
| | | | | * gnu/packages/kde-systemtools (dolphin): Fix grammar. | ||||
* | gnu: Reword and extend descriptions for some KDE packages. | Hartmut Goebel | 2020-03-08 | 1 | -1/+9 |
| | | | | | | | | | | * gnu/packages/kde-multimedia.scm (libkcompatdisc)[description]: Extend. * gnu/packages/kde-pim.scm (akonadi-search, kalarmcal, kdemailimporter, kdepim-apps-libs, kidentitymanagement, kldap, kmailtransport, kmbox, kmime, kontactinterface, kpimtextedit)[description]: Reword and extend. (ktnef, kpimcommon, libkdepim)[synopsis, description]: Reword and extend. (kmailtransport)[synopsis]: Fix space. * gnu/packages/kde-systemtools.scm (khelpcenter)[description]: Extend. | ||||
* | gnu: ksystemlog: Fix spelling of "occurring". | Vagrant Cascadian | 2020-03-06 | 1 | -1/+1 |
| | | | | * gnu/packages/kde-sytemtools (ksystemlog)[description]: Fix typo. | ||||
* | gnu: kde-systemtools.scm: Adjust module imports. | Efraim Flashner | 2020-01-28 | 1 | -1/+1 |
| | | | | * gnu/packages/kde-systemtools.scm: Remove libvnc, add vnc. | ||||
* | gnu: Add ksystemlog. | Hartmut Goebel | 2020-01-28 | 1 | -0/+40 |
| | | | | * gnu/packages/kde-systemtools.scm (ksystemlog): New variable. | ||||
* | gnu: Add krfb. | Hartmut Goebel | 2020-01-28 | 1 | -1/+58 |
| | | | | * gnu/packages/kde-systemtools.scm (krfb): New variable. | ||||
* | gnu: Add konsole. | Hartmut Goebel | 2020-01-28 | 1 | -0/+55 |
| | | | | * gnu/packages/kde-systemtools.scm (konsole): New variable. | ||||
* | gnu: Add khelpcenter. | Hartmut Goebel | 2020-01-28 | 1 | -1/+45 |
| | | | | * gnu/packages/kde-systemtools.scm (khelpcenter): New variable. | ||||
* | gnu: Add dolphin-plugins. | Hartmut Goebel | 2020-01-28 | 1 | -0/+28 |
| | | | | * gnu/packages/kde-systemtools.scm (dolphin-plugins): New variable. | ||||
* | gnu: Add dolphin. | Hartmut Goebel | 2020-01-28 | 1 | -0/+88 |
* gnu/packages/kde-system.scm: New file. * gnu/local.mk: Add it. |