xdg-desktop-portal-gtk: 1.7.1 → 1.8.0

https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.8.0

Also correct license and stop using pkg-config alias.
gstqt5
Jan Tojnar 2020-10-09 21:12:12 +02:00
parent 4da09d369b
commit ddbd818679
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{ stdenv
, fetchFromGitHub
, autoreconfHook
, pkgconfig
, pkg-config
, libxml2
, xdg-desktop-portal
, gtk3
@ -13,19 +13,19 @@
stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-gtk";
version = "1.7.1";
version = "1.8.0";
src = fetchFromGitHub {
owner = "flatpak";
repo = pname;
rev = version;
sha256 = "183iha9dxmvprn99ymgz17jx1lyn1fj5jyj6ghxl716zn9mxmird";
sha256 = "0987fwsdgkcd3mh3scvg2kyg4ay1rr5w16js4pl3pavw9yhl9lbi";
};
nativeBuildInputs = [
autoreconfHook
libxml2
pkgconfig
pkg-config
wrapGAppsHook
xdg-desktop-portal
];
@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
description = "Desktop integration portals for sandboxed apps";
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.linux;
license = licenses.lgpl21;
license = licenses.lgpl2Plus;
};
}