summary refs log tree commit diff
path: root/pkgs/tools/misc/clipster/default.nix
Commit message (Collapse)AuthorAge
* clipster: 2.0.2 -> 2.1.1R. Ryantm2022-03-05
|
* libwnck: make 3.36.0 defaultOlli Helenius2021-06-24
|
* 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
|
* treewide: remove redundant quotesvolth2019-09-08
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* clipster: 2.0.1 -> 2.0.2 (#58654)R. RyanTM2019-04-07
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clipster/versions
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* clipster: 2.0.0 -> 2.0.1R. RyanTM2018-08-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clipster/versions.
* clipster: 1.5.0 -> 2.0.0 (#43348)R. RyanTM2018-07-14
| | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clipster/versions.
* clipster: 1.4.1 -> 1.5.0Bart Brouns2018-01-24
|
* clipster: fixupBart Brouns2018-01-10
| | | | | | | | | | | | | the previous version is broken, when you run the daemon, it says: ``` Traceback (most recent call last): File "/nix/store/bzxnrc2lzcd8d8zbfx65vxypijjkhya6-clipster-1.4.1/bin/.clipster-wrapped", line 21, in <module> require_version("Gtk", "3.0") File "/nix/store/s5a6d9v9m939kw6ih9mq9v2bcnbi7cdv-python3-3.6.4-env/lib/python3.6/site-packages/gi/__init__.py", line 130, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Gtk not available ```
* clipster: 1.2.5 -> 1.4.1Bart Brouns2018-01-02
|
* clipster: 1.0.1 -> 1.2.5Bart Brouns2017-08-13
|
* clipster: 2017-02-27 -> 1.0.1Bart Brouns2017-06-16
|
* Small cosmetic changendowens2017-04-01
|
* clipster: 2017-02-17 -> 2017-02-27Bart Brouns2017-03-23
|
* clipster: 2017-01-12 -> 2017-02-17Bart Brouns2017-02-25
|
* clipster: 2016-12-08 -> 2017-01-12Bart Brouns2017-01-13
|
* clipster: use python3:Bart Brouns2017-01-10
| | | | to work around https://github.com/mrichar1/clipster/issues/32
* clipster: 2016-09-12 -> 2016-12-08 (#21761)Bart Brouns2017-01-09
|
* clipster: init at unstable 2016-09-12Bart Brouns2016-11-09