about summary refs log tree commit diff
path: root/pkgs/desktops/xfce
Commit message (Collapse)AuthorAge
* xfce.xfdashbooard: fix typoconferno2020-03-02
|
* xfce.xfce4-pulseaudio-plugin: 0.4.1 -> 0.4.2, fix volumeworldofpeace2020-02-11
| | | | We needed to add keybinder3.
* Revert "nixos/xfce: use sessionPackages"worldofpeace2020-02-07
| | | | | | This reverts commit 966e56cdfbedc8be3dce8c5ea6050ce4d3075103. See https://github.com/NixOS/nixpkgs/pull/78421#issuecomment-582891431.
* xfce.catfish: 1.4.12 -> 1.4.13José Romildo Malaquias2020-02-01
|
* Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-27
|\ | | | | treewide: fix redirected urls
| * treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
* | nixos/xfce: use sessionPackagesworldofpeace2020-01-24
|/
* xfce.catfish: 1.4.11 -> 1.4.12José Romildo Malaquias2020-01-04
|
* treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* catfish: move to pkgs/desktops/xfce/applicationsJosé Romildo Malaquias2019-12-23
| | | | | | Since release 1.4.6 catfish is an Xfce Project. See https://bluesabre.org/2018/07/15/catfish-1-4-6-released-now-an-xfce-project Makes an alias for catfish.
* Merge pull request #74398 from jtojnar/xfce-verveworldofpeace2019-12-05
|\ | | | | xfce.xfce4-verve-plugin: 1.1.0 → 2.0.0
| * xfce.xfce4-verve-plugin: 1.1.0 → 2.0.0Jan Tojnar2019-11-28
| | | | | | | | | | | | Fix build, exo-1 no longer required. https://git.xfce.org/panel-plugins/xfce4-verve-plugin/commit/?h=isaacschemm/gtk3&id=ca80d4b0471b5419105bb2ad4fbf0037be765d42
* | dconf: move to top-levelJan Tojnar2019-12-01
|/
* xfce.xfburn: 0.5.5 -> 0.6.1worldofpeace2019-11-19
|
* xfce.xfce4-datetime-plugin: 0.6.2 -> 0.8.0worldofpeace2019-11-19
|
* xfce.thunar-archive-plugin: 0.3.1 -> 0.4.0worldofpeace2019-11-19
|
* xfce.thunar-dropbox-plugin: 0.2.1 -> 0.3.1worldofpeace2019-11-19
|
* xfce4-14: move to xfce and have only one version of xfceworldofpeace2019-11-19
| | | | | | | | | | All code that was at xfce4-14 has been moved to xfce/*. Old expressions that aren't rewritten might be abandoned or broken. Additonally I've ported the xfce4-14 thunar expression to support thunarPlugins. We can now support this interface in the Xfce module again, although I'm not sure if we have any plugins packaged that support latest thunar.
* Treewide: fix URL permanent redirectsc0bw3b2019-11-16
| | | | | Permanent redirects on homepages and/or source URLs as reported by Repology
* xfce4-12.xfce4-vala-panel-appmenu-plugin: fix evalworldofpeace2019-10-08
|
* treewide: mark some broken packages as brokenLinus Heckemann2019-10-08
| | | | | | | | | Refs: e6754980264fe927320d5ff2dbd24ca4fac9a160 1e9cc5b9844ef603fe160e9f671178f96200774f 793a2fe1e8bb886ca2096c5904e1193dc3268b6d c19cf65261639f749012454932a532aa7c681e4b f6544d618f30fae0bc4798c4387a8c7c9c047a7c
* tree-wide: s/GTK+/GTK/gJan Tojnar2019-09-06
| | | | GTK was renamed.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* treewide: update homepages to https where availableMatthew Bauer2019-04-15
| | | | | | | | Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
* xfce panel plugins: Remove me as maintainerMatthias Beyer2019-04-07
| | | | | | | I am not using xfce anymore, so I do not think it is appropriate that I maintain these packages. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* gnome2.gtkmm2 -> gtkmm2volth2019-03-09
|
* gnome2: remove aliasesJan Tojnar2019-03-05
|
* Revert "Remove maintainership"Matthias Beyer2019-02-20
| | | | | | | | | | I'm baaaaack! This patch reverts my patch where I removed myself as maintainer because of my traveling. I'm back now and I want to maintain these packages again. This reverts commit ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.
* treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-04
|
* xfce.xfce4-timer-plugin: correct descriptionhoijui2018-12-30
| | | | Seems to have been copy pasted from another plugin and not adjusted.
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* xfce.xfce4-namebar-plugin: Specify vala_0_40Tor Hedin Brønner2018-11-30
|
* treewide: use wafHookMatthew Bauer2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace "waf" phases with wafHook that manages everything automatically. Should make things more modular. Packages affected here are: - a2jmidid - ams-lv2 - ardour - fomp - guitarix - ingen - jalv - mda-lv2 - non - patchage - hamster-time-tracker - kupfer - xiphos - xfce4-dockbarx-plugin - xfce4-namebar-plugin - dropbox - clasp - aubio - liliv - lv2 - lvtk - ntk - raul - sratom - suil - ganv - ndn-cxx - ns3 - serd - sord - termbox - wxmupen64plus - jackaudio - pflask - blockhash - glmark2 - weighttp
* xfce4-13: backport panel plugins from xfce4-12volth2018-08-02
|
* Merge staging-next into master (#44009)Frederik Rietdijk2018-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * substitute(): --subst-var was silently coercing to "" if the variable does not exist. * libffi: simplify using `checkInputs` * pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix * utillinux: 2.32 -> 2.32.1 https://lkml.org/lkml/2018/7/16/532 * busybox: 1.29.0 -> 1.29.1 * bind: 9.12.1-P2 -> 9.12.2 https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html * curl: 7.60.0 -> 7.61.0 * gvfs: make tests run, but disable * ilmbase: disable tests on i686. Spooky! * mdds: fix tests * git: disable checks as tests are run in installcheck * ruby: disable tests * libcommuni: disable checks as tests are run in installcheck * librdf: make tests run, but disable * neon, neon_0_29: make tests run, but disable * pciutils: 3.6.0 -> 3.6.1 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pciutils/versions. * mesa: more include fixes mostly from void-linux (thanks!) * npth: 1.5 -> 1.6 minor bump * boost167: Add lockfree next_prior patch * stdenv: cleanup darwin bootstrapping Also gets rid of the full python and some of it's dependencies in the stdenv build closure. * Revert "pciutils: use standardized equivalent for canonicalize_file_name" This reverts commit f8db20fb3ae382eba1ba2b160fe24739f43c0bd7. Patching should no longer be needed with 3.6.1. * binutils-wrapper: Try to avoid adding unnecessary -L flags (cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9) Signed-off-by: Domen Kožar <domen@dev.si> * libffi: don't check on darwin libffi usages in stdenv broken darwin. We need to disable doCheck for that case. * "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook * python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273 When `py.test` was run with a folder as argument, it would not only search for tests in that folder, but also create a .pytest-cache folder. Not only is this state we don't want, but it was also causing collisions. * parity-ui: fix after merge * python.pkgs.pytest-flake8: disable test, fix build * Revert "meson: 0.46.1 -> 0.47.0" With meson 0.47.0 (or 0.47.1, or git) things are very wrong re:rpath handling resulting in at best missing libs but even corrupt binaries :(. When we run patchelf it masks the problem by removing obviously busted paths. Which is probably why this wasn't noticed immediately. Unfortunately the binary already has a long series of paths scribbled in a space intended for a much smaller string; in my testing it was something like lengths were 67 with 300+ written to it. I think we've reported the relevant issues upstream, but unfortunately it appears our patches are what introduces the overwrite/corruption (by no longer being correct in what they assume) This doesn't look so bad to fix but it's not something I can spend more time on at the moment. -- Interestingly the overwritten string data (because it is scribbled past the bounds) remains in the binary and is why we're suddenly seeing unexpected references in various builds -- notably this is is the reason we're seeing the "extra-utils" breakage that entirely crippled NixOS on master (and probably on staging before?). Fixes #43650. This reverts commit 305ac4dade5758c58e8ab1666ad0197fd305828d. (cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d) Signed-off-by: Domen Kožar <domen@dev.si>
* Merge staging-next into masterFrederik Rietdijk2018-07-22
|\
| * Merge master into staging-nextFrederik Rietdijk2018-07-21
| |\
| * \ Merge master into staging-nextFrederik Rietdijk2018-07-19
| |\ \
| * \ \ Merge pull request #43522 from volth/patch-187xeji2018-07-16
| |\ \ \ | | | | | | | | | | orage: "/usr/share/zoneinfo" -> "${tzdata}/share/zoneinfo"
| | * | | xfce4-panel: fix tzdata pathvolth2018-07-14
| | | | |
| | * | | orage: fix tzdata pathesvolth2018-07-14
| | | | |
| * | | | Merge branch 'master' into stagingRobert Schütz2018-07-15
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | treewide: fix build with disallowed aliases (#43872)volth2018-07-21
| |_|_|/ |/| | | | | | | fixes build with disallowed aliases
* | | | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
| |_|/ |/| |
* | | treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* | | xfce.gtk-xfce-engine: fix build when withGtk3=true (#43621)volth2018-07-18
| | |