Rename folder ibusdaemon to daemon.
This commit is contained in:
Родитель
3a89b79bb8
Коммит
1c3371e3c3
|
@ -19,8 +19,8 @@
|
|||
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
||||
# Boston, MA 02111-1307 USA
|
||||
SUBDIRS = \
|
||||
daemon \
|
||||
ibus \
|
||||
ibusdaemon \
|
||||
panel \
|
||||
engine \
|
||||
gtk2 \
|
||||
|
|
|
@ -135,8 +135,8 @@ Makefile
|
|||
ibus.spec
|
||||
ibus/Makefile
|
||||
ibus/interface/Makefile
|
||||
ibusdaemon/Makefile
|
||||
ibusdaemon/ibus-daemon
|
||||
daemon/Makefile
|
||||
daemon/ibus-daemon
|
||||
panel/Makefile
|
||||
panel/ibus-panel
|
||||
engine/Makefile
|
||||
|
|
|
@ -31,10 +31,10 @@ ibusdaemon_PYTHON = \
|
|||
panel.py \
|
||||
$(NULL)
|
||||
|
||||
ibusdaemondir = $(pkgdatadir)/ibusdaemon
|
||||
|
||||
libexec_SCRIPTS = ibus-daemon
|
||||
|
||||
ibusdaemondir = $(pkgdatadir)/daemon
|
||||
|
||||
CLEANFILES = \
|
||||
*.pyc \
|
||||
$(NULL)
|
|
@ -19,5 +19,5 @@
|
|||
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
||||
# Boston, MA 02111-1307 USA
|
||||
|
||||
python @prefix@/share/ibus/ibusdaemon/ibusdaemon.py $@
|
||||
python @prefix@/share/ibus/daemon/ibusdaemon.py $@
|
||||
|
|
@ -82,11 +82,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%dir %{python_sitearch}/ibus
|
||||
%{python_sitearch}/ibus/*
|
||||
%dir %{_datadir}/ibus/
|
||||
%dir %{_datadir}/ibus/ibusdaemon/
|
||||
%dir %{_datadir}/ibus/daemon/
|
||||
%dir %{_datadir}/ibus/panel/
|
||||
%dir %{_datadir}/ibus/engine/
|
||||
%dir %{_datadir}/ibus/icons/
|
||||
%{_datadir}/ibus/ibusdaemon/*
|
||||
%{_datadir}/ibus/daemon/*
|
||||
%{_datadir}/ibus/panel/*
|
||||
%{_datadir}/ibus/engine/*
|
||||
%{_datadir}/ibus/icons/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче