diff options
author | Laurent Bigonville <bigon@bigon.be> | 2015-07-06 18:48:25 +0200 |
---|---|---|
committer | Laurent Bigonville <bigon@bigon.be> | 2015-07-07 01:06:55 +0200 |
commit | 3bb7a9857dd84204ef337c7624e91a3dbbdda34b (patch) | |
tree | 80296544966a7c3e58c94fd492139649e0970d59 /contrib/redshift.spec | |
parent | Merge pull request #197 from forivall/clamp-fix (diff) | |
download | redshift-ng-3bb7a9857dd84204ef337c7624e91a3dbbdda34b.tar.gz redshift-ng-3bb7a9857dd84204ef337c7624e91a3dbbdda34b.tar.bz2 redshift-ng-3bb7a9857dd84204ef337c7624e91a3dbbdda34b.tar.xz |
Add a redshift desktop file (#158)
This should fix the fact that redshift cannot query its location using
geoclue 2
Diffstat (limited to 'contrib/redshift.spec')
-rw-r--r-- | contrib/redshift.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/redshift.spec b/contrib/redshift.spec index cfed640..cfb7af3 100644 --- a/contrib/redshift.spec +++ b/contrib/redshift.spec @@ -51,6 +51,7 @@ make %{?_smp_mflags} V=1 rm -rf %{buildroot} make DESTDIR=%{buildroot} install INSTALL="install -p" %find_lang %{name} +desktop-file-validate %{buildroot}%{_datadir}/applications/redshift.desktop desktop-file-validate %{buildroot}%{_datadir}/applications/redshift-gtk.desktop %post -n %{name}-gtk |