about summary refs log tree commit diff
path: root/pkgs/desktops/lxde
AgeCommit message (Collapse)AuthorFilesLines
2021-07-18lxappearance: add wrapGAppsHookJörg Thalheim1-0/+2
2021-06-24libwnck: make 3.36.0 defaultOlli Helenius1-2/+2
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-02-07lxpanel: 0.10.0 -> 0.10.1R. RyanTM1-2/+2
2021-02-08lxde: cosmetical changesAndersonTorres5-27/+82
Things such as setting licenses as gpl2Plus, name->pname, meta ordering etc.
2021-01-18Merge pull request #93645 from SCOTT-HAMILTON/lxsessionSandro2-0/+90
lxsession: init at 0.5.5
2021-01-18lxsession: Init at 0.5.5SCOTT-HAMILTON2-0/+90
2021-01-16pkgs/desktops: pkgconfig -> pkg-configBen Siraphob3-6/+6
2021-01-16treewide: stdenv.lib -> libBen Siraphob5-16/+16
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-03lxtask: 0.1.9 -> 0.1.10R. RyanTM1-2/+2
2020-10-27treewide: remove package names from prefix of descriptionsBen Siraphob1-1/+1
2020-10-17treewide: remove periods from end of package descriptionsBen Siraphob1-1/+1
2020-09-16lxpanel: 0.9.3 -> 0.10.0ryneeverett1-4/+4
Curl is a new requirement so the weather plugin can use libcurl to pull weather data.
2020-09-09lxpanel: fix build by switching to gdk-pixbuf-xlibryneeverett1-2/+9
The build has been broken since gdk-pixbuf-xlib was broken out into a separate package in #88086. For some reason if I just add gdk-pixbuf-xlib.dev the headers don't make it into CFLAGS.
2020-06-03lxappearance: format with nixpkgs-fmtJosé Romildo Malaquias1-10/+26
Also: - use pkg-config instead of the alias pkgconfig - add romildo as maintainer
2020-06-03lxappearance: default to Gtk3José Romildo Malaquias1-1/+1
- make Gtk3 the default - remove lxappearance-gtk3 - add lxappearance-gtk2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly5-5/+5
2019-09-06tree-wide: s/GTK+/GTK/gJan Tojnar1-1/+1
GTK was renamed.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth2-4/+4
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-2/+2
2019-03-25lxrandr: 0.3.1 -> 0.3.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lxrandr/versions
2019-03-10lxtask: 0.1.8 -> 0.1.9R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lxtask/versions
2018-12-12lxrandr: init at 0.3.1David McKay1-0/+23
2018-05-16treewide: remove lintl referencesMatthew Bauer1-4/+2
libintl should be used directly, not through NIX_LDFLAGS.
2018-03-25Merge pull request #37752 from ryantm/fix-urlsMatthew Justin Bauer2-2/+2
treewide: use more HTTPS URLs
2018-03-24treewide: use more HTTPS URLsRyan Mulligan2-2/+2
Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
2018-03-21lxtask: fix darwin buildDaiderd Jordan1-2/+4
/cc ZHF #36454
2018-01-05treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel1-1/+1
2017-11-18lxtask: init at 0.1.8José Romildo Malaquias1-0/+32
2017-09-22darwin: Disable some packages that have never built successfullyTuomas Tynkkynen1-1/+1
mate.mate-desktop: https://hydra.nixos.org/build/61110037 gdmap: https://hydra.nixos.org/build/61144743 redsocks: https://hydra.nixos.org/build/61123106 resolv_wrapper: https://hydra.nixos.org/build/61121132 ogmtools: https://hydra.nixos.org/build/61108726 mp3info: https://hydra.nixos.org/build/61139015 lxappearance-gtk3: https://hydra.nixos.org/build/61126327 hdf5-fortran: https://hydra.nixos.org/build/61146631 pqiv: https://hydra.nixos.org/build/61124724
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger3-3/+3
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-06-09lxappearance: add variant for Gtk+-3romildo2-2/+33
lxappearance supports both Gtk+-2 and Gtk+-3. The current `lxappearance' package continues to be for Gtk+-2. Add `lxappearance-gtk3' for Gtk+-3. A patch is needed in order to look for themes in system data dirs with Gtk+-3.
2017-05-20lxpanel: init at 0.9.3ryneeverett1-0/+28
[Bjørn: break overlong lines.]
2017-02-16lxappearance: 0.6.2 -> 0.6.3 (#22865)José Romildo Malaquias1-3/+3
2016-09-19lxappearance: 0.6.1 -> 0.6.2José Romildo Malaquias1-4/+9
2016-09-19lxappearance: move from pkgs/applications/misc/ to pkgs/desktops/lxde/core/José Romildo Malaquias1-0/+17
2016-08-20lxmenu-data: switch sf downloads to mirror://J Phani Mahesh1-1/+1
This allows fallback to all configured mirrors for sourceforge to download, instead of relying on just downloads.sourceforge.net
2016-08-20Revert "Merge pull request #16980 from phanimahesh/sf-use-mirrors"Joachim Fasting1-1/+1
This reverts commit 217594fd1d0b4cc36c98c1605b73ccb50ce57bc8, reversing changes made to 8e8a89d8a8f9d801f9e17d48325d06f20743b364. Turns out it wasn't ready afterall ...
2016-08-20lxmenu-data: switch sf downloads to mirror://J Phani Mahesh1-1/+1
This allows fallback to all configured mirrors for sourceforge to download, instead of relying on just downloads.sourceforge.net
2016-04-08lxmenu-data: init at 0.1.5Balletie1-0/+20
Provides menus for LXDE, or for e.g. PCManFM if no desktop environment is installed