gnome3.gnome-characters: 3.34.0 → 40.0
This commit is contained in:
parent
bd21fb351d
commit
3c13761b68
@ -1,4 +1,5 @@
|
|||||||
{ lib, stdenv
|
{ lib
|
||||||
|
, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
@ -13,6 +14,7 @@
|
|||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gjs
|
, gjs
|
||||||
, libunistring
|
, libunistring
|
||||||
|
, libhandy
|
||||||
, gsettings-desktop-schemas
|
, gsettings-desktop-schemas
|
||||||
, adwaita-icon-theme
|
, adwaita-icon-theme
|
||||||
, gnome-desktop
|
, gnome-desktop
|
||||||
@ -20,11 +22,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-characters";
|
pname = "gnome-characters";
|
||||||
version = "3.34.0";
|
version = "40.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gnome-characters/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/gnome-characters/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0mqaxsa7hcmvid3zbzvxpfkp7s01ghiq6kaibmd3169axrr8ahql";
|
sha256 = "0z2xa4w921bzpzj6gv88pvbrijcnnwni6jxynwz0ybaravyzaqha";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -46,6 +48,7 @@ stdenv.mkDerivation rec {
|
|||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gtk3
|
gtk3
|
||||||
libunistring
|
libunistring
|
||||||
|
libhandy
|
||||||
pango
|
pango
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -76,10 +79,10 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://wiki.gnome.org/Design/Apps/CharacterMap";
|
homepage = "https://wiki.gnome.org/Apps/Characters";
|
||||||
description = "Simple utility application to find and insert unusual characters";
|
description = "Simple utility application to find and insert unusual characters";
|
||||||
maintainers = teams.gnome.members;
|
maintainers = teams.gnome.members;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user