Merge pull request #122989 from romildo/upd.mousepad
xfce.mousepad: 0.5.4 -> 0.5.5
This commit is contained in:
commit
ab38d4dae8
@ -1,16 +1,19 @@
|
|||||||
{ mkXfceDerivation, gobject-introspection, vala, gtk3, gtksourceview4, xfconf }:
|
{ mkXfceDerivation, gobject-introspection, gtk3, gtksourceview4, gspell }:
|
||||||
|
|
||||||
mkXfceDerivation {
|
mkXfceDerivation {
|
||||||
category = "apps";
|
category = "apps";
|
||||||
pname = "mousepad";
|
pname = "mousepad";
|
||||||
version = "0.5.4";
|
version = "0.5.5";
|
||||||
odd-unstable = false;
|
odd-unstable = false;
|
||||||
|
|
||||||
sha256 = "0yrmjs6cyzm08jz8wzrx8wdxj7zdbxn6x625109ckfcfxrkp4a2f";
|
sha256 = "1c985xb3395bn1024qhqqdnlkbn02zldsnybxsw49xqh55pa4a2n";
|
||||||
|
|
||||||
nativeBuildInputs = [ gobject-introspection vala ];
|
nativeBuildInputs = [ gobject-introspection ];
|
||||||
|
|
||||||
buildInputs = [ gtk3 gtksourceview4 xfconf ];
|
buildInputs = [ gtk3 gtksourceview4 gspell ];
|
||||||
|
|
||||||
|
# Use the GSettings keyfile backend rather than DConf
|
||||||
|
configureFlags = [ "--enable-keyfile-settings" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Simple text editor for Xfce";
|
description = "Simple text editor for Xfce";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user