summaryrefslogtreecommitdiff
path: root/gnu/packages/lxqt.scm
Commit message (Collapse)AuthorAge
...
* gnu: lxqt-about: Update to 0.14.1.Meiyo Peng2019-03-14
| | | | | | | | * gnu/packages/lxqt.scm (lxqt-about): Update to 0.14.1. [arguments]: Remove #:configure-flags. <#:phases>[patch-translations-dir]: New phase. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: libsysstat: Update to 0.4.2.Meiyo Peng2019-03-14
| | | | | | * gnu/packages/lxqt.scm (libsysstat): Update to 0.4.2. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: liblxqt: Update to 0.14.1.Meiyo Peng2019-03-14
| | | | | | | * gnu/packages/lxqt.scm (liblxqt): Update to 0.14.1. [arguments]: Remove #:configure-flags. Add 'patch-translations-dir' phase. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: libqtxdg: Update to 3.3.1.Meiyo Peng2019-03-14
| | | | | | | * gnu/packages/lxqt.scm (libqtxdg): Update to 3.3.1. [native-inputs]: Add lxqt-build-tools. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: lxqt-build-tools: Update to 0.6.0.Meiyo Peng2019-03-14
| | | | | | * gnu/packages/lxqt.scm (lxqt-build-tools): Update to 0.6.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: libqtxdg: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-25
| | | | * gnu/packages/lxqt.scm (libqtxdg)[source]: Hard-code NAME.
* gnu: lxqt-build-tools: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-25
| | | | * gnu/packages/lxqt.scm (lxqt-build-tools)[source]: Hard-code NAME.
* gnu: screengrab: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-24
| | | | * gnu/packages/lxqt.scm (screengrab)[source]: Hard-code NAME.
* gnu: LXQt: Adjust imports for KDE move.Marius Bakke2019-02-13
| | | | | | This is a follow-up to commit bec2a2e10e199d6ee671ec5713bd103242e91b62. * gnu/packages/lxqt.scm: Import (gnu packages kde-plasma).
* gnu: Fix misplaced commas (unquotes).Mark H Weaver2018-12-13
| | | | | | | | | | | | | * gnu/packages/java.scm (ant-bootstrap), gnu/packages/kde.scm (kdenlive), gnu/packages/lxqt.scm (lxqt-panel, lxqt-runner), gnu/packages/mpd.scm (ncmpc), gnu/packages/opencl.scm (beignet), gnu/packages/pdf.scm (zathura-pdf-mupdf), gnu/packages/video.scm (streamlink), gnu/packages/web-browsers.scm (luakit), gnu/packages/web.scm (perl-libwww), gnu/packages/wm.scm (ghc-xmonad-contrib): Fix misplaced commas (unquotes).
* gnu: libdbusmenu-qt: Fetch sources from git.Ricardo Wurmus2018-11-29
| | | | * gnu/packages/lxqt.scm (libdbusmenu-qt)[source]: Fetch from git.
* gnu: lxqt-build-tools: Define LXQT_DATA_DIR and LXQT_ETC_XDG_DIR.Meiyo Peng2018-10-27
| | | | | | | * gnu/packages/lxqt.scm (lxqt-build-tools)[arguments]: Define LXQT_DATA_DIR and LXQT_ETC_XDG_DIR in the configure flags. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: lxqt: Correct licenses for several packages.Meiyo Peng2018-10-27
| | | | | | | * gnu/packages/lxqt.scm (pcmanfm-qt, lximage-qt, pavucontrol-qt, qtermwidget) (qterminal, screengrab, lxqt): Correct license to GPL2+. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: lxqt: Propagate qterminal actually.宋文武2018-10-27
| | | | * gnu/packages/lxqt.scm (lxqt)[propagated-inputs]: Fix typo of 'qterminal'.
* gnu: Add lxqt.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (lxqt): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: libqtxdg: Simplify configure flags.Meiyo Peng2018-10-26
| | | | | | | * gnu/packages/lxqt.scm (libqtxdg)[arugemnts]: Use relative path for 'QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH'. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: lxqt.scm: Remove ${CMAKE_INSTALL_PREFIX} from DESTINATION path.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm: Remove ${CMAKE_INSTALL_PREFIX} from DESTINATION path. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add obconf-qt.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (obconf-qt): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add compton-conf.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (compton-conf): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add qps.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (qps): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add qterminal.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (qterminal): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add screengrab.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (screengrab): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lximage-qt.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (lximage-qt): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: lxqt.scm: Sort packages into base, core, etc.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm: Sort packages into base, core, etc. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add qtermwidget.Meiyo Peng2018-10-26
| | | | | | * gnu/packages/lxqt.scm (qtermwidget): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add pavucontrol-qt.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (pavucontrol-qt): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-themes.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (lxqt-themes): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-qtplugin.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (lxqt-qtplugin): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-powermanagement.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (lxqt-powermanagement): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-openssh-askpass.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (lxqt-openssh-askpass): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-policykit.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (lxqt-policykit): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-notificationd.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (lxqt-notificationd): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: lxqt.scm: Move qttools from inputs to native-inputs.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm: Move qttools from inputs to native-inputs. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-config.Meiyo Peng2018-10-25
| | | | | | * gnu/packages/lxqt.scm (lxqt-config): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: lxqt.scm: Add prefix to licenses imports.Meiyo Peng2018-10-24
| | | | | | * gnu/packages/lxqt.scm: Import (guix licenses) with prefix "license:". Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-admin.Meiyo Peng2018-10-24
| | | | | | * gnu/packages/lxqt.scm (lxqt-admin): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-about.Meiyo Peng2018-10-24
| | | | | | * gnu/packages/lxqt.scm (lxqt-about): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add pcmanfm-qt.Meiyo Peng2018-10-24
| | | | | | * gnu/packages/lxqt.scm (pcmanfm-qt): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add libfm-qt.Meiyo Peng2018-10-24
| | | | | | * gnu/packages/lxqt.scm (libfm-qt): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-sudo.Meiyo Peng2018-10-24
| | | | | | * gnu/packages/lxqt.scm (lxqt-sudo): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-runner.Meiyo Peng2018-10-24
| | | | | | * gnu/packages/lxqt.scm (lxqt-runner): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-panel.Meiyo Peng2018-10-24
| | | | | | * gnu/packages/lxqt.scm (lxqt-panel): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add libsysstat.Meiyo Peng2018-10-24
| | | | | | * gnu/packages/lxqt.scm (libsysstat): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add lxqt-globalkeys.Meiyo Peng2018-10-24
| | | | | | * gnu/packages/lxqt.scm (lxqt-globalkeys): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add libstatgrab.Meiyo Peng2018-10-23
| | | | | | * gnu/packages/lxqt.scm (libstatgrab): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add libdbusmenu-qt.Meiyo Peng2018-10-23
| | | | | | * gnu/packages/lxqt.scm (libdbusmenu-qt): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: lxqt.scm: Sort packages alphabetically.Meiyo Peng2018-10-23
| | | | | | * gnu/packages/lxqt.scm: Sort packages alphabetically. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: lxqt-build-tools: Update download URL and home page URL.Meiyo Peng2018-10-23
| | | | | | | | * gnu/packages/lxqt.scm (lxqt-build-tools) [source]: Update download URL to the 'lxqt' repository. [home-page]: Use HTTPS. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: lxqt-session: Update to 0.13.0.Meiyo Peng2018-10-23
| | | | | | * gnu/packages/lxqt.scm (lxqt-session): Update to 0.13.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: liblxqt: Update to 0.13.0.Meiyo Peng2018-10-22
| | | | | | | | | | * gnu/packages/lxqt.scm (liblxqt): Update to 0.13.0. [source]: Remove patches. [home-page]: Use HTTPS. * gnu/packages/patches/liblxqt-include.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>