public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Update ibus.spec to delete GConf dependencies
@ 2026-05-31 2:07 Takao Fujiwara
0 siblings, 0 replies; only message in thread
From: Takao Fujiwara @ 2026-05-31 2:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : ba99db5fb5f40d5c10885838231b1d307e64b884
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2019-02-22T19:17:45+09:00
Stats : +17/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/ba99db5fb5f40d5c10885838231b1d307e64b884?branch=autotool
Log:
Update ibus.spec to delete GConf dependencies
---
diff --git a/ibus.spec b/ibus.spec
index 6592993..8ba582d 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -35,7 +35,7 @@
Name: ibus
Version: 1.5.19
-Release: 16%{?dist}
+Release: 17%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
URL: https://github.com/ibus/%name/wiki
@@ -62,14 +62,16 @@ BuildRequires: dconf-devel
BuildRequires: dbus-x11
BuildRequires: python3-devel
BuildRequires: python3-gobject
+%if %with_python2
# https://bugzilla.gnome.org/show_bug.cgi?id=759334
# Need python2 for gsettings-schema-convert
BuildRequires: python2-devel
-BuildRequires: vala
# for AM_GCONF_SOURCE_2 in configure.ac
BuildRequires: GConf2-devel
-BuildRequires: git
BuildRequires: intltool
+%endif
+BuildRequires: git
+BuildRequires: vala
BuildRequires: iso-codes-devel
BuildRequires: libnotify-devel
BuildRequires: libwayland-client-devel
@@ -292,7 +294,11 @@ done
install -pm 644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_xinputconf}
# install .desktop files
+%if %with_python2
echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup.desktop
+%else
+echo "NoDisplay=true" >> $RPM_BUILD_ROOT%{_datadir}/applications/org.freedesktop.IBus.Setup.desktop
+%endif
#echo "X-GNOME-Autostart-enabled=false" >> $RPM_BUILD_ROOT%%{_sysconfdir}/xdg/autostart/ibus.desktop
desktop-file-install --delete-original \
@@ -388,7 +394,11 @@ dconf update || :
# gtk-update-icon-cache is executed in the main package only one time.
%files setup
%{_bindir}/ibus-setup
+%if %with_python2
%{_datadir}/applications/ibus-setup.desktop
+%else
+%{_datadir}/applications/org.freedesktop.IBus.Setup.desktop
+%endif
%{_datadir}/ibus/setup
%{_datadir}/man/man1/ibus-setup.1.gz
@@ -424,6 +434,10 @@ dconf update || :
%{_datadir}/gtk-doc/html/*
%changelog
+* Fri Feb 22 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-17
+- Delete dconf dependencies and gettext migration for gschema.xml file
+- Delete Super-space notification in initial login in non-GNOME desktops
+
* Tue Feb 05 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-16
- Resolves: #1671286 wrong mutex
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 2:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 2:07 [rpms/ibus] autotool: Update ibus.spec to delete GConf dependencies Takao Fujiwara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox