Commit graph

74 commits

Author SHA1 Message Date
R. RyanTM dc24ee429a lxqt.lxqt-l10n: 0.12.0 -> 0.13.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lxqt-l10n/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/583bf7b46d9b7d60406ab44e9f06eb42
- du listing: https://gist.github.com/26da5523d884e68e9a772af08be299cf
2018-06-23 20:37:13 -07:00
Jörg Thalheim 34758efc70 lxqt.pavucontrol-qt: 0.3.0 -> 0.4.0 2018-06-20 23:13:36 +01:00
Nikolay Amiantov e86ca61815 lxqt.lxqt-panel: fix build 2018-03-28 16:25:14 +03:00
Ioannis Koutras e18cdf0f46 pavucontrol-qt: use libsForQt5.callPackage 2017-11-02 19:59:28 +02:00
José Romildo Malaquias 82e75a0bac Merge branch 'upd.lxqt' of github.com:romildo/nixpkgs into upd.lxqt 2017-11-02 10:22:22 -02:00
José Romildo Malaquias d9f9c0d0d1 qtermwidget: keep version 0.7.1, needed by virt-manager-qt 2017-11-02 10:15:48 -02:00
José Romildo Malaquias c07835a11b
Merge branch 'master' into upd.lxqt 2017-11-02 00:29:12 -02:00
José Romildo Malaquias 7059004883 lxqt: remove lxqt-common 2017-11-02 00:15:35 -02:00
José Romildo Malaquias 94e02ae507 lxqt-themes: init at 0.12.0 2017-11-02 00:12:29 -02:00
José Romildo Malaquias 3eeed44419 qtermwidget: 0.7.1 -> 0.8.0 2017-11-02 00:01:22 -02:00
José Romildo Malaquias 6ccc34c2ad pcmanfm-qt: 0.11.3 -> 0.12.0 2017-11-02 00:00:50 -02:00
José Romildo Malaquias 9258056a10 pavucontrol-qt: 0.2.0 -> 0.3.0 2017-11-02 00:00:22 -02:00
José Romildo Malaquias f451d92e6e lxqt-sudo: 0.11.1 -> 0.12.0 2017-11-01 23:59:37 -02:00
José Romildo Malaquias 9b07f61e8d lxqt-session: 0.11.1 -> 0.12.0 2017-11-01 23:59:05 -02:00
José Romildo Malaquias 1288876ab0 lxqt-runner: 0.11.1 -> 0.12.0 2017-11-01 23:58:43 -02:00
José Romildo Malaquias 2312b0ef47 lxqt-qtplugin: 0.11.1 -> 0.12.0 2017-11-01 23:58:19 -02:00
José Romildo Malaquias f50e270076 lxqt-powermanagement: 0.11.1 -> 0.12.0 2017-11-01 23:57:57 -02:00
José Romildo Malaquias 644938aee9 lxqt-policykit: 0.11.1 -> 0.12.0 2017-11-01 23:57:37 -02:00
José Romildo Malaquias 9a907dcd6b lxqt-panel: 0.11.1 -> 0.12.0 2017-11-01 23:57:11 -02:00
José Romildo Malaquias 530f8e820b lxqt-openssh-askpass: 0.11.1 -> 0.12.0 2017-11-01 23:56:40 -02:00
José Romildo Malaquias 95ace38efd lxqt-notificationd: 0.11.1 -> 0.12.0 2017-11-01 23:56:20 -02:00
José Romildo Malaquias 902ec14a9b lxqt-l10n: 0.11.2 -> 0.12.0 2017-11-01 23:55:55 -02:00
José Romildo Malaquias 2f0a5d14e5 lxqt-globalkeys: 0.11.1 -> 0.12.0 2017-11-01 23:55:19 -02:00
José Romildo Malaquias e54f761cd9 lxqt-config: 0.11.1 -> 0.12.0 2017-11-01 23:54:59 -02:00
José Romildo Malaquias 7f3576f2dd lxqt-admin: 0.11.1 -> 0.12.0 2017-11-01 23:54:39 -02:00
José Romildo Malaquias fb997f817f lxqt-about: 0.11.1 -> 0.12.0 2017-11-01 23:54:09 -02:00
José Romildo Malaquias 0054183cc6 libfm-qt: 0.11.1 -> 0.12.0 2017-11-01 23:53:34 -02:00
Ricardo M. Correia 39e958b61e lxqt-panel: fix patch hash
... and switch to fetchpatch to avoid GitHub hash changes.
2017-11-01 00:27:20 +02:00
Aleksey Kladov 6ce21acf32 lxqt-session: fix the build
closes #29130
2017-09-08 23:39:33 +03:00
Bastian Köcher 0cf6830309 LXQT-config: Adds patch for Cmake >3.8 2017-08-23 12:17:32 +02:00
Jos van den Oever ca90567174 lxqt-notificationd: add missing dependency 2017-08-21 21:49:32 +02:00
Jos van den Oever 161118af02 lxqt-runner: add missing dependency 2017-08-21 21:49:32 +02:00
romildo e2ad762394 lxqt-panel: fix for explicit (a C++11 keyword) being used as variable
It is needed to override "explicit" as this is a C++ keyword. But it
is used as variable name in xkb.h. This is causing a failure in C++
compile time.  Similar bug here:
https://bugs.freedesktop.org/show_bug.cgi?id=74080

Workaround from
ec62109e0f.
2017-03-26 16:17:42 -03:00
Thomas Tuegel 055c0f4405
lxqt: Fix packaging errors 2017-02-27 11:49:09 -06:00
romildo 2e046f2bed lxqt-runner: 0.11.0 -> 0.11.1 2017-02-19 10:56:07 -03:00
romildo 349c252c58 lxqt-panel: 0.11.0 -> 0.11.1 2017-02-19 10:53:59 -03:00
romildo b5ae4f42dc lxqt-sudo: 0.11.0 -> 0.11.1 2017-02-19 10:35:35 -03:00
romildo e4c6b47f47 lxqt-session: 0.11.0 -> 0.11.1 2017-02-19 10:33:04 -03:00
romildo 9fb51ec316 lxqt-powermanagement: 0.11.0 -> 0.11.1 2017-02-19 10:28:13 -03:00
romildo 7ca3611a49 lxqt-policykit: 0.11.0 -> 0.11.1 2017-02-19 10:24:17 -03:00
romildo a0cc779747 lxqt-openssh-askpass: 0.11.0 -> 0.11.1 2017-02-19 10:20:13 -03:00
romildo 183550cb2e lxqt-notificationd: 0.11.0 -> 0.11.1 2017-02-19 10:15:20 -03:00
romildo 87393b2a6f lxqt-globalkeys: 0.11.0 -> 0.11.1 2017-02-19 10:08:45 -03:00
romildo 49d8d91d5e lxqt-config: 0.11.0 -> 0.11.1 2017-02-19 10:05:14 -03:00
romildo a4825a2ed9 lxqt-admin: 0.11.0 -> 0.11.1 2017-02-19 09:59:23 -03:00
romildo 8f162eb023 lxqt-about: 0.11.0 -> 0.11.1 2017-02-19 09:54:27 -03:00
romildo 3f03825ba6 pcmanfm-qt: 0.11.1 -> 0.11.3 2017-02-19 09:43:43 -03:00
romildo cadb035ebe qtermwidget: 0.7.0 -> 0.7.1 2017-02-19 09:21:45 -03:00
romildo 05a3a54143 pavucontrol-qt: 0.1.0 -> 0.2.0 2017-02-19 09:16:38 -03:00
romildo 6f9fec945b lxqt-qtplugin: 0.11.0 -> 0.11.1 2017-02-19 08:50:29 -03:00