Update to 3.16.1
This commit is contained in:
parent
20d52ba68b
commit
0046fae877
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/dconf-editor-3.15.91.tar.xz
|
/dconf-editor-3.15.91.tar.xz
|
||||||
/dconf-editor-3.15.92.tar.xz
|
/dconf-editor-3.15.92.tar.xz
|
||||||
/dconf-editor-3.16.0.tar.xz
|
/dconf-editor-3.16.0.tar.xz
|
||||||
|
/dconf-editor-3.16.1.tar.xz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: dconf-editor
|
Name: dconf-editor
|
||||||
Version: 3.16.0
|
Version: 3.16.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Configuration editor for dconf
|
Summary: Configuration editor for dconf
|
||||||
|
|
||||||
@ -38,20 +38,16 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/ca.desrt.dconf-edi
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
touch --no-create %{_datadir}/icons/HighContrast &>/dev/null || :
|
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -eq 0 ] ; then
|
if [ $1 -eq 0 ] ; then
|
||||||
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
touch --no-create %{_datadir}/icons/HighContrast &>/dev/null || :
|
|
||||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
gtk-update-icon-cache %{_datadir}/icons/HighContrast &>/dev/null || :
|
|
||||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
gtk-update-icon-cache %{_datadir}/icons/HighContrast &>/dev/null || :
|
|
||||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||||
|
|
||||||
%files -f dconf.lang
|
%files -f dconf.lang
|
||||||
@ -62,10 +58,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|||||||
%{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
|
%{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
|
||||||
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/dconf-editor.png
|
%{_datadir}/icons/hicolor/*/apps/dconf-editor.png
|
||||||
%{_datadir}/icons/HighContrast/
|
%{_datadir}/icons/hicolor/scalable/apps/dconf-editor-symbolic.svg
|
||||||
%{_mandir}/man1/dconf-editor.1*
|
%{_mandir}/man1/dconf-editor.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
|
||||||
|
- Update to 3.16.1
|
||||||
|
|
||||||
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
||||||
- Update to 3.16.0
|
- Update to 3.16.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user