Commit graph

26 commits

Author SHA1 Message Date
Orivej Desh b06679ef68 gucharmap: do not depend on libtool after the switch to meson
Thanks to @doronbehar for the observation.
2020-03-24 19:57:00 +00:00
Orivej Desh bdf9aad7b2 gucharmap: 12.0.1 -> 13.0.0
12.1.0 has switched from autotools to meson.

Fix build after #82721.
2020-03-19 18:51:16 +00:00
Jan Tojnar 133da5970f
gucharmap: use ucd from pkgs 2019-12-07 00:58:29 +01:00
Jan Tojnar ad9135a4b2
gucharmap: format with nixpkgs-fmt 2019-12-07 00:58:29 +01: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
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Will Dietz d1240bed54
gucharmap: 11.0.3 -> 12.0.1, unicode 12 2019-04-05 12:13:48 +02:00
Jan Tojnar 606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
Jan Tojnar a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Jan Tojnar cb45ce9017
gucharmap: 11.0.1 → 11.0.3 2018-11-30 21:34:26 +01:00
Jan Tojnar aab242e1c5
gnome3.gucharmap: clean up
Clean up package, split into multiple outputs, enable devdoc.
2018-08-09 17:36:46 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Jan Tojnar fccbb2a9e6
gucharmap: 10.0.0 → 11.0.1 2018-07-14 15:52:20 +02:00
Jan Tojnar 389837b139
gnome3.gucharmap: clean up 2018-03-22 07:46:50 +01:00
Jan Tojnar 0973618e4e
gnome3: automated update 2018-03-22 07:46:42 +01:00
Jan Tojnar 546e7669b2
gnome3: move src.nix into default.nix automatically 2018-03-01 02:53:00 +01:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Jan Tojnar 041e5b95d3
gnome3.gucharmap: re-add gobject introspection dependency 2017-12-22 23:27:35 +01:00
Orivej Desh 8bdd81b499
Merge pull request #32267 from jtojnar/gnome-updates
GNOME updates
2017-12-07 22:29:55 +00:00
Graham Christensen 5e191223b3
gucharmap: fix meta 2017-12-05 08:22:56 -05:00
Jan Tojnar cca690feaa
gnome3.gucharmap: 10.0.1 → 10.0.3 2017-12-04 02:07:53 +01:00
Albert Safin 1ae19b6c4e gucharmap: 3.18.2 -> 10.0.1
- Gucharmap no longer follow the GNOME major versioning.
- Gucharmap no longer includes Unicode data. Instead the data should be
  downloaded from unicode.org.
2017-09-29 02:25:41 +07:00
Jan Tojnar 69698ec11c gnome3: only maintain single GNOME 3 package set (#29397)
* gnome3: only maintain single GNOME 3 package set

GNOME 3 was split into 3.10 and 3.12 in #2694. Unfortunately, we barely have the resources
to update a single version of GNOME. Maintaining multiple versions just does not make sense.
Additionally, it makes viewing history using most Git tools bothersome.

This commit renames `pkgs/desktops/gnome-3/3.24` to `pkgs/desktops/gnome-3`, removes
the config variable for choosing packageset (`environment.gnome3.packageSet`), updates
the hint in maintainer script, and removes the `gnome3_24` derivation from `all-packages.nix`.

Closes: #29329

* maintainers/scripts/gnome: Use fixed GNOME 3 directory

Since we now allow only a single GNOME 3 package set, specifying
the working directory is not necessary.

This commit sets the directory to `pkgs/desktops/gnome-3`.
2017-09-24 12:15:50 +01:00
Luca Bruno d05fa3ccfe Branch gnome 3.12 2014-05-20 13:41:33 +02:00
Luca Bruno 35ccaa2e52 Fix gsettings schemas usage for several packages due to #1901
Also add icons to epiphany
2014-04-06 11:02:21 +02:00
Luca Bruno 9d34103a57 gucharmap: new package
GNOME Character Map, based on the Unicode Character Database

https://wiki.gnome.org/Apps/Gucharmap
2014-02-17 12:51:30 +01:00