summary refs log tree commit diff
path: root/pkgs/os-specific/linux/upower
Commit message (Collapse)AuthorAge
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* upower: load config from /etcMatthew Harm Bekkema2019-12-04
| | | | | | | | | | | In the process of making UPower.conf customizable (#73968), it came up that UPower doesn't load its config from /etc by default. The UPower derivation is modified to make it load its config from /etc at runtime, but still install the default config to its nix store path as before. The UPower module is modified to put the config in /etc.
* Merge pull request #68037 from dtzWill/update/upower-0.99.11worldofpeace2019-09-08
|\ | | | | upower: 0.99.10 -> 0.99.11
| * upower: cleanupworldofpeace2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | * correct inputs * drop dbus-glib Has not been needed for a very long time. * intltool -> gettext * add optional libimobiledevice * propagate glib It's in Requires * dev output * drop useSystemd
| * upower: 0.99.10 -> 0.99.11Will Dietz2019-09-03
| | | | | | | | https://gitlab.freedesktop.org/upower/upower/-/tags/UPOWER_0_99_11
* | Merge branch 'master' into staging-nextVladimír Čunát2019-09-04
|\|
| * treewide: don't use single quotes with placeholderworldofpeace2019-09-03
| |
* | treewide: remove redundant recvolth2019-08-28
|/
* upower: 0.99.9 -> 0.99.10worldofpeace2019-05-08
| | | | | | Using placeholder and drop the NIX_CFLAGS_LINK. https://gitlab.freedesktop.org/upower/upower/blob/UPOWER_0_99_10/NEWS
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* upower: 0.99.8 -> 0.99.9Will Dietz2018-10-29
|
* upower: 0.99.7 -> 0.99.8Will Dietz2018-10-29
| | | | (cherry picked from commit 67ac9c649ffc036c49006191c64555eae2e6012f)
* upower: add licensePascal Wittmann2018-08-04
| | | | see issue #43716
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-03
|\
| * treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | | | | | linux: readd assertion
* | tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
|/ | | | trivial part)
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* upower: 0.99.4 -> 0.99.7Franz Pletz2018-01-29
|
* treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
|
* upower: 0.99.3 -> 0.99.4Tim Steinbach2016-03-07
|
* Merge remote-tracking branch 'origin/master' into systemd-219Eelco Dolstra2015-09-21
|\ | | | | | | | | | | | | Conflicts: pkgs/os-specific/linux/systemd/fixes.patch pkgs/os-specific/linux/upower/0.99.nix pkgs/top-level/all-packages.nix
| * upower: Update to 0.99.3Eelco Dolstra2015-09-09
| |
| * upower: Remove unused dependenciesEelco Dolstra2015-09-09
| |
| * Remove upower-oldEelco Dolstra2015-09-09
| |
* | upower: Use libgudevEelco Dolstra2015-09-08
|/
* upower_99: port commit bf3fd50e143Vladimír Čunát2014-12-25
|
* upower_99: updateVladimír Čunát2014-12-25
| | | | It doesn't depend on polkit anymore (upstream change in 0.99.1).
* upower: Fix lib/systemd/system-sleep/system-sleepEelco Dolstra2014-12-05
|
* upower: pull patches used in Ubuntu/trusty (fix #2884)Vladimír Čunát2014-06-19
|
* upower: add 0.99 version for gnome 3.12Luca Bruno2014-05-20
|
* upower: add gobject introspectionDomen Kožar2014-01-26
|
* upower: fix Xfce via --enable-deprecatedVladimír Čunát2013-11-12
| | | | Also drop older libusb1 version which is no longer needed with newer upower.
* upower: update to 0.9.23Evgeny Egorochkin2013-11-11
|
* Fix upower warningEelco Dolstra2013-09-16
| | | | Namely "libgcc_s.so.1 must be installed for pthread_cancel to work".
* Revert "upower: 0.9.19 -> 0.9.21"Domen Kožar2013-08-12
| | | | | | This reverts commit d10d50132a1f456149d6585f044775cfc3b86752. xfce doesn't support this version api yet
* upower: 0.9.19 -> 0.9.21Domen Kožar2013-08-07
|
* Merge remote-tracking branch 'central/master' into stdenv-updatesLluís Batlle i Rossell2013-01-27
|\ | | | | | | | | Conflicts: pkgs/os-specific/linux/alsa-utils/default.nix
| * upower: Update to 0.9.19Eelco Dolstra2013-01-24
| |
* | Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-01-22
|\|
| * Use systemd instead of udev, and don't use consolekitEelco Dolstra2012-11-06
| |
* | Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
|/ | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* upower: Update to 0.9.18 and enable systemd supportEelco Dolstra2012-08-21
|
* upower: Update to 0.9.17Eelco Dolstra2012-07-24
|
* Committing some outstanding modifications that I cannot make into smaller ↵Arie Middelkoop2012-06-08
| | | | | | | | | | | | chunks anymore. * added briss: a pdf cropper * added compton, an improved fork of xcompmgr * added myself to the maintainers list * minor version bumps: xcompmgr, upower svn path=/nixpkgs/trunk/; revision=34380
* * Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.Eelco Dolstra2012-01-18
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
* * Fix the upower build in the case where /var/lib/upower doesn't existEelco Dolstra2011-12-20
| | | | | | already (http://hydra.nixos.org/build/1646705). svn path=/nixpkgs/trunk/; revision=30994