Commit graph

18 commits

Author SHA1 Message Date
Pavol Rusnak 3adeca3775 cherrytree: fix build (#72261) 2019-10-29 17:38:42 -04:00
R. RyanTM d09d30a4cb cherrytree: 0.38.8 -> 0.38.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cherrytree/versions
2019-09-26 00:48:59 -07: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 3a797b9816 cherrytree: 0.38.7 -> 0.38.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cherrytree/versions
2019-03-03 20:50:44 +01:00
R. RyanTM f4a7c2bc00 cherrytree: 0.38.6 -> 0.38.7 (#52903)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cherrytree/versions
2018-12-29 20:27:01 +01:00
R. RyanTM f890eb9e3b cherrytree: 0.38.5 -> 0.38.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cherrytree/versions
2018-10-15 23:28:46 -07:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
R. RyanTM b5a7d39405 cherrytree: 0.38.4 -> 0.38.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/ldddgcpac0rvfnn1f06dgscaqws2rv9k-cherrytree-0.38.5/bin/.cherrytree-wrapped passed the binary check.
- /nix/store/ldddgcpac0rvfnn1f06dgscaqws2rv9k-cherrytree-0.38.5/bin/cherrytree passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.38.5 with grep in /nix/store/ldddgcpac0rvfnn1f06dgscaqws2rv9k-cherrytree-0.38.5
- directory tree listing: https://gist.github.com/21bb973739375865396284be25e432a6
- du listing: https://gist.github.com/da57acfe574b3ee8ff342306c396f8b7
2018-07-08 03:04:12 -07:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Ryan Mulligan 99547c4334 cherrytree: 0.37.6 -> 0.38.4
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4/bin/.cherrytree-wrapped -h` got 0 exit code
- ran `/nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4/bin/.cherrytree-wrapped --help` got 0 exit code
- ran `/nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4/bin/cherrytree -h` got 0 exit code
- ran `/nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4/bin/cherrytree --help` got 0 exit code
- found 0.38.4 with grep in /nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4
- found 0.38.4 in filename of file in /nix/store/z6xvmmp8nc09wcg5wmgdlvg0vmawm2vn-cherrytree-0.38.4
2018-03-07 23:24:18 -08:00
AndersonTorres 1f978a50a8 cherrytree: 0.37.1 -> 0.37.6 2016-10-30 13:15:02 -02:00
Vladimír Čunát 6eeea6effd Python: more evaluation fixups. 2016-10-14 00:03:12 +02:00
Frederik Rietdijk 5a501bd828 Remove top-level dbus_python and pythonDBus.
See #11567.

Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus-
python as that's the name upstream uses.

There is a small rebuild but I couldn't figure out the actual cause.
2016-08-16 22:52:37 +02:00
mimadrid eaeb69c46e
cherrytree: 0.35.9 -> 0.37.1 2016-07-05 22:59:29 +02:00
AndersonTorres a0ab047fdb Cherrytree: 0.35.8 -> 0.35.9
Also, adding myself to maintainers list.
2015-07-24 10:04:31 -03:00
Pascal Wittmann 48006ee291 cherrytree: update from 0.35.7 to 0.35.8 2015-06-08 16:19:42 +02:00
Andrey Arapov 32a5c40120 cherrytree: update to 0.35.7 2015-02-23 15:27:04 +01:00
Andrey Arapov 9f623a820d Adds a new package: cherrytree - A hierarchical note taking application
cherrytree - A hierarchical note taking application, featuring rich text
and syntax highlighting, storing data in a single xml or sqlite file.

This commit also adds PyGtkSourceView - a Python wrapper for the GtkSourceView widget library.

Official page http://www.giuspen.com/cherrytree
2015-01-31 02:17:00 +01:00