Commit Graph

29 Commits

Author SHA1 Message Date
R. RyanTM
b410e1e2ed libwacom: 1.7 -> 1.8 2021-02-03 19:09:57 +01:00
zowoq
153ad8bc1e Merge staging-next into staging 2021-01-22 16:56:40 +10:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
R. RyanTM
645f41fb11 libwacom: 1.6 -> 1.7 2021-01-20 02:02:48 +00:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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.
2021-01-19 01:16:25 -08:00
R. RyanTM
cca6c43b25 libwacom: 1.5 -> 1.6 2020-11-11 14:01:31 +00:00
R. RyanTM
ad7a29deb4 libwacom: 1.4.1 -> 1.5 2020-09-05 06:29:28 +00:00
R. RyanTM
573bff4f04 libwacom: 1.3 -> 1.4.1 2020-07-06 07:49:46 +02:00
worldofpeace
4dc2c5b1d2 libwacom: add maintainers 2020-04-14 09:07:00 -04:00
Constantine Glen Evans
3b3e5bc7ea libwacom: 1.1 -> 1.3 2020-04-14 09:06:19 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
John Chadwick
b54065a5f6 libwacom: 0.33 -> 1.1 2019-09-21 00:28:43 -04:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
41e3dcf45e libwacom: 0.32 -> 0.33
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libwacom/versions
2019-04-16 18:49:30 +02:00
R. RyanTM
754185b8d1 libwacom: 0.31 -> 0.32
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libwacom/versions
2018-12-15 05:33:53 -08:00
Leon Schuermann
d5845200ca libwacom: build from source instead of release tarball 2018-10-17 12:32:32 +02:00
Leon Schuermann
b06987437d libwacom: 0.29 -> 0.31 2018-10-17 12:32:32 +02:00
Leon Schuermann
cb4e4dca01 libwacom: add license and website metadata 2018-10-14 11:03:06 +02:00
R. RyanTM
2d57df881f libwacom: 0.28 -> 0.29
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libwacom/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/pdk4f0vsb3ynh1jdvqfinji6grl47m8m-libwacom-0.29/bin/libwacom-list-local-devices -h` got 0 exit code
- ran `/nix/store/pdk4f0vsb3ynh1jdvqfinji6grl47m8m-libwacom-0.29/bin/libwacom-list-local-devices --help` got 0 exit code
- ran `/nix/store/pdk4f0vsb3ynh1jdvqfinji6grl47m8m-libwacom-0.29/bin/libwacom-list-local-devices help` got 0 exit code
- found 0.29 with grep in /nix/store/pdk4f0vsb3ynh1jdvqfinji6grl47m8m-libwacom-0.29
- directory tree listing: https://gist.github.com/cc947710a926712edfc2c49d7f55510b
2018-03-31 05:02:08 -07:00
Ryan Mulligan
4101087746 libwacom: 0.26 -> 0.28
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/yi7myg1fay4my7dl64nbj0mlv2qdma6z-libwacom-0.28/bin/libwacom-list-local-devices -h` got 0 exit code
- ran `/nix/store/yi7myg1fay4my7dl64nbj0mlv2qdma6z-libwacom-0.28/bin/libwacom-list-local-devices --help` got 0 exit code
- ran `/nix/store/yi7myg1fay4my7dl64nbj0mlv2qdma6z-libwacom-0.28/bin/libwacom-list-local-devices help` got 0 exit code
- found 0.28 with grep in /nix/store/yi7myg1fay4my7dl64nbj0mlv2qdma6z-libwacom-0.28
- found 0.28 in filename of file in /nix/store/yi7myg1fay4my7dl64nbj0mlv2qdma6z-libwacom-0.28
2018-02-27 08:52:52 +01:00
Pascal Wittmann
24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
Jan Tojnar
a5a8bb0a62
libwacom: 0.22 → 0.26 2017-11-05 20:44:11 +01:00
Michael Raskin
6b2ead98cb libwacom: 0.19 -> 0.22 2016-12-25 22:56:32 +01:00
Bjørn Forsman
bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Tobias Geerinckx-Rice
dc6172b0f0
libwacom: 0.15 -> 0.19 2016-05-24 15:00:49 +02:00
Eelco Dolstra
81f6c62004 Merge remote-tracking branch 'origin/master' into systemd-219 2015-10-30 15:47:37 +01:00
Cillian de Róiste
61d30057b6 libwacom: update from 0.7.1 to 0.15 2015-10-25 18:54:37 +01:00
Eelco Dolstra
d627db79b8 libwacom: Use libgudev 2015-09-08 20:22:27 +02:00
Domen Kožar
745472d66a Add gnome3.gnome_settings_daemon 2014-01-19 23:15:00 +01:00