Initial import
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
2bc0daefa6
commit
c34bad567a
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
|||||||
|
/xdg-desktop-portal-gtk-0.1.tar.xz
|
40
xdg-desktop-portal-gtk.spec
Normal file
40
xdg-desktop-portal-gtk.spec
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
Name: xdg-desktop-portal-gtk
|
||||||
|
Version: 0.1
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: Backend implementation for xdg-desktop-portal using GTK+
|
||||||
|
|
||||||
|
License: LGPLv2+
|
||||||
|
URL: https://github.com/flatpak/%{name}
|
||||||
|
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: pkgconfig(gtk+-unix-print-3.0)
|
||||||
|
BuildRequires: pkgconfig(xdg-desktop-portal)
|
||||||
|
Requires: dbus
|
||||||
|
Requires: xdg-desktop-portal
|
||||||
|
|
||||||
|
%description
|
||||||
|
A backend implementation for xdg-desktop-portal that is using GTK+ and various
|
||||||
|
pieces of GNOME infrastructure, such as the org.gnome.Shell.Screenshot or
|
||||||
|
org.gnome.SessionManager D-Bus interfaces.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --disable-silent-rules
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%license COPYING
|
||||||
|
%doc NEWS
|
||||||
|
%{_libexecdir}/%{name}
|
||||||
|
%{_datadir}/dbus-1/services/org.freedesktop.impl.portal.desktop.gtk.service
|
||||||
|
%{_datadir}/xdg-desktop-portal/portals/gtk.portal
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Jul 13 2016 David King <amigadave@amigadave.com> - 0.1-1
|
||||||
|
- Initial Fedora packaging
|
Loading…
Reference in New Issue
Block a user