Merge pull request #100100 from jtojnar/xdg-desktop-portal-gtk-1.8
xdg-desktop-portal-gtk: 1.7.1 → 1.8.0
This commit is contained in:
commit
7a074c997d
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
, pkgconfig
|
, pkg-config
|
||||||
, libxml2
|
, libxml2
|
||||||
, xdg-desktop-portal
|
, xdg-desktop-portal
|
||||||
, gtk3
|
, gtk3
|
||||||
|
@ -13,19 +13,19 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xdg-desktop-portal-gtk";
|
pname = "xdg-desktop-portal-gtk";
|
||||||
version = "1.7.1";
|
version = "1.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "flatpak";
|
owner = "flatpak";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "183iha9dxmvprn99ymgz17jx1lyn1fj5jyj6ghxl716zn9mxmird";
|
sha256 = "0987fwsdgkcd3mh3scvg2kyg4ay1rr5w16js4pl3pavw9yhl9lbi";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
libxml2
|
libxml2
|
||||||
pkgconfig
|
pkg-config
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
xdg-desktop-portal
|
xdg-desktop-portal
|
||||||
];
|
];
|
||||||
|
@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Desktop integration portals for sandboxed apps";
|
description = "Desktop integration portals for sandboxed apps";
|
||||||
maintainers = with maintainers; [ jtojnar ];
|
maintainers = with maintainers; [ jtojnar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl2Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue