xfce.mousepad: 0.6.2 -> 0.6.3

https://gitlab.xfce.org/apps/mousepad/-/compare/mousepad-0.6.2...mousepad-0.6.3
This commit is contained in:
Bobby Rong 2024-10-21 12:31:10 +00:00
parent 4c2fcb090b
commit cdaedcb0dd
No known key found for this signature in database

View File

@ -1,6 +1,5 @@
{ lib { lib
, mkXfceDerivation , mkXfceDerivation
, fetchpatch2
, gobject-introspection , gobject-introspection
, glib , glib
, gtk3 , gtk3
@ -15,19 +14,10 @@
mkXfceDerivation { mkXfceDerivation {
category = "apps"; category = "apps";
pname = "mousepad"; pname = "mousepad";
version = "0.6.2"; version = "0.6.3";
odd-unstable = false; odd-unstable = false;
sha256 = "sha256-A4siNxbTf9ObJJg8inPuH7Lo4dckLbFljV6aPFQxRto="; sha256 = "sha256-L1txMS86lOEE9tOPTIOr1Gh4lwH7krnAeq4f3yS5kN0=";
patches = [
# shortcuts-plugin: Fix shortcuts-editor include
# https://gitlab.xfce.org/apps/mousepad/-/merge_requests/131
(fetchpatch2 {
url = "https://gitlab.xfce.org/apps/mousepad/-/commit/d2eb43ae4d692cc4753647111eb3deebfa26abbb.patch";
hash = "sha256-Ldn0ZVmCzqG8lOkeaazkodEMip3lTm/lJEhfsL8TyT8=";
})
];
nativeBuildInputs = [ gobject-introspection ]; nativeBuildInputs = [ gobject-introspection ];