diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2017-03-18 00:03:46 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2017-03-18 00:03:46 +0800 |
commit | 6b71c793ef3d4fce0f1e9c5f727ce401e7c5dfc3 (patch) | |
tree | 66075d263276920529b2fb7e8b05310c545af5ee | |
parent | 613f6d354a27277a508716f1dcf90652e583fca1 (diff) | |
download | copr-rpm-spec-6b71c793ef3d4fce0f1e9c5f727ce401e7c5dfc3.tar copr-rpm-spec-6b71c793ef3d4fce0f1e9c5f727ce401e7c5dfc3.tar.gz copr-rpm-spec-6b71c793ef3d4fce0f1e9c5f727ce401e7c5dfc3.tar.bz2 copr-rpm-spec-6b71c793ef3d4fce0f1e9c5f727ce401e7c5dfc3.tar.lz copr-rpm-spec-6b71c793ef3d4fce0f1e9c5f727ce401e7c5dfc3.tar.xz copr-rpm-spec-6b71c793ef3d4fce0f1e9c5f727ce401e7c5dfc3.tar.zst copr-rpm-spec-6b71c793ef3d4fce0f1e9c5f727ce401e7c5dfc3.zip |
gnome-restore-gtk-icons: Update gnome-settings-daemon to 3.22.2
-rw-r--r-- | gnome-restore-gtk-icons/gnome-settings-daemon/gnome-settings-daemon.spec | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/gnome-restore-gtk-icons/gnome-settings-daemon/gnome-settings-daemon.spec b/gnome-restore-gtk-icons/gnome-settings-daemon/gnome-settings-daemon.spec index a5ca4a7..7dfad18 100644 --- a/gnome-restore-gtk-icons/gnome-settings-daemon/gnome-settings-daemon.spec +++ b/gnome-restore-gtk-icons/gnome-settings-daemon/gnome-settings-daemon.spec @@ -6,15 +6,13 @@ %global geoclue_version 2.3.1 Name: gnome-settings-daemon -Version: 3.22.1 +Version: 3.22.2 Release: 1%{?dist}.1 Summary: The daemon sharing settings from GNOME to GTK+/KDE applications (Copr: lantw44/gnome-restore-gtk-icons) License: GPLv2+ URL: https://download.gnome.org/sources/%{name} Source0: https://download.gnome.org/sources/%{name}/3.22/%{name}-%{version}.tar.xz -# disable wacom for ppc/ppc64 (used on RHEL) -Patch0: %{name}-3.5.4-ppc-no-wacom.patch # respect menus-have-icons and buttons-have-icons settings Patch1: %{name}-3.14-respect-menus-buttons-icons.patch @@ -43,14 +41,13 @@ BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xtst) BuildRequires: gettext intltool -BuildRequires: autoconf automake libtool BuildRequires: cups-devel %if 0%{?fedora} BuildRequires: pkgconfig(wayland-client) %endif BuildRequires: libxslt BuildRequires: docbook-style-xsl -%ifnarch s390 s390x %{?rhel:ppc ppc64} +%ifnarch s390 s390x BuildRequires: pkgconfig(libwacom) >= 0.7 BuildRequires: pkgconfig(xorg-wacom) %endif @@ -74,7 +71,7 @@ Conflicts: gnome-shell < 3.13.92 %description Copr: lantw44/gnome-restore-gtk-icons Note: This is a modified package. Install it if you want to see icons in GTK+ -buttons and menus in GNOME 3.20. +buttons and menus in GNOME 3.22. A daemon to share settings from GNOME to other applications. It also handles global keybindings, as well as a number of desktop-wide settings. @@ -89,14 +86,8 @@ developing applications that use %{name}. %prep %setup -q -%if 0%{?rhel} -%patch0 -p1 -b .ppc-no-wacom -%endif - %patch1 -p1 -b .menus-buttons-icons -autoreconf -i -f - %build %configure --disable-static \ %if 0%{?rhel} @@ -184,7 +175,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.wacom.gschema.xml -%ifnarch s390 s390x %{?rhel:ppc ppc64} +%ifnarch s390 s390x %{_libdir}/gnome-settings-daemon-3.0/wacom.gnome-settings-plugin %{_libdir}/gnome-settings-daemon-3.0/libgsdwacom.so %{_libexecdir}/gsd-wacom-led-helper @@ -237,7 +228,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %files devel %{_includedir}/gnome-settings-daemon-3.0 %{_libdir}/pkgconfig/gnome-settings-daemon.pc -%ifnarch s390 s390x %{?rhel:ppc ppc64} +%ifnarch s390 s390x %{_libexecdir}/gsd-list-wacom %{_libexecdir}/gsd-test-wacom %{_libexecdir}/gsd-test-wacom-osd @@ -260,6 +251,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_libexecdir}/gsd-test-xsettings %changelog +* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 3.22.2-1 +- Update to 3.22.2 + * Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1 - Update to 3.22.1 |