summaryrefslogtreecommitdiff
path: root/gnu/packages/lxqt.scm
Commit message (Collapse)AuthorAge
* gnu: libqtxdg: Fix download location.Andreas Enge2015-10-03
| | | | * gnu/packages/lxqt.scm (libqtxdg)[source]: Fix download location.
* gnu: liblxqt: Fix download location.Andreas Enge2015-10-03
| | | | | * gnu/packages/lxqt.scm (liblxqt)[source]: Fix download location. [description]: Fix typo.
* gnu: Add lxqt-session.Andreas Enge2015-10-03
| | | | * gnu/packages/lxqt.scm (lxqt-session): New variable.
* gnu: Add lxqt-common.Andreas Enge2015-10-03
| | | | * gnu/packages/lxqt.scm (lxqt-common): New variable.
* gnu: liblxqt: Fix download location.Andreas Enge2015-10-03
| | | | | * gnu/packages/lxqt.scm (liblxqt)[source]: Use the .tar.xz release exclusively; drop the alternative URI for .tar.gz and correct the hash.
* gnu: liblxqt: Fix build with Qt 5.5.Andreas Enge2015-07-27
| | | | | | * gnu/packages/patches/liblxqt-include.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch. * gnu/packages/lxqt.scm (liblxqt)[source]: Use patch.
* gnu: libqtxdg: Update to 1.2.0.Andreas Enge2015-07-27
| | | | | * gnu/packages/lxqt.scm (libqtxdg)[source]: Update to 1.2.0. [arguments]: Enable test builds.
* gnu: Add liblxqt.Andreas Enge2015-07-24
| | | | * gnu/packages/lxqt.scm (liblxqt): New variable.
* gnu: Add libqtxdg.Andreas Enge2015-03-06
* gnu/packages/lxqt.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Register it. Co-authored-by: Sou Bunnbu <iyzsong@gmail.com>