[packages/xdg-app] - don't use non-existing gdm dir; release 2
qboosh
qboosh at pld-linux.org
Mon Oct 5 15:42:46 CEST 2015
commit f8a27ee9a0f4e8ea65d06fc102940c8553f78563
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Oct 5 15:43:53 2015 +0200
- don't use non-existing gdm dir; release 2
xdg-app.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/xdg-app.spec b/xdg-app.spec
index 199c580..510f5cd 100644
--- a/xdg-app.spec
+++ b/xdg-app.spec
@@ -2,7 +2,7 @@ Summary: Application deployment framework for desktop apps
Summary(pl.UTF-8): Szkielet do wdrażania aplikacji desktopowych
Name: xdg-app
Version: 0.4.4
-Release: 1
+Release: 2
License: LGPL v2+
Group: Applications
Source0: http://www.freedesktop.org/software/xdg-app/releases/%{name}-%{version}.tar.xz
@@ -72,7 +72,8 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) /etc/profile.d/xdg-app.sh
%{_datadir}/dbus-1/services/xdg-app-session.service
%{_datadir}/dbus-1/services/org.freedesktop.portal.Documents.service
-%{_datadir}/gdm/env.d/xdg-app.env
+# not supported by PLD gdm (yet?)
+#%{_datadir}/gdm/env.d/xdg-app.env
%{_datadir}/xdg-app
%{_mandir}/man1/xdg-app*.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xdg-app.git/commitdiff/f8a27ee9a0f4e8ea65d06fc102940c8553f78563
More information about the pld-cvs-commit
mailing list