SHA256
1
0
forked from pool/ibus

Accepting request 583903 from home:scarabeus_iv:branches:M17N

Just rebase again

- Do not condition sources they all need to be present in src rpm
- Add conditionals for python2 and python3
- Use full url for github downloads instead of handmade tarball
- Use make_install macro
- Apply py3 enablement patches everywhere, no effect on py2 code
- Drop python3 split spec file as it is not needed and use only
  python3
  * As there are no dependent packages on python-ibus directly
    people should repoint their scripts to the python3 variant
  * Makefiles do not allow building both at once so stick only
    with py3 as we are disabling python2 slowly anyway
- Drop 12.2 KDE icons as the codestreams are long out of support
- Drop the kde4 icons too as we are plasma5 based now and enable
  appindicator integration for plasma5 conditionaly under KDE
  condition

OBS-URL: https://build.opensuse.org/request/show/583903
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=182
This commit is contained in:
OBS User mrdocs
2018-04-09 00:24:50 +00:00
committed by Git OBS Bridge
parent 00baca0663
commit a60f241450
6 changed files with 62 additions and 1169 deletions

View File

@@ -22,6 +22,25 @@ Thu Jan 25 06:27:27 UTC 2018 - qzhao@suse.com
- Change xim.d-ibus-121: Unset LC_CTYPE to make LANG variable
can change system locale successful(boo#1076854).
-------------------------------------------------------------------
Mon Jan 8 11:43:48 UTC 2018 - tchvatal@suse.com
- Do not condition sources they all need to be present in src rpm
- Add conditionals for python2 and python3
- Use full url for github downloads instead of handmade tarball
- Use make_install macro
- Apply py3 enablement patches everywhere, no effect on py2 code
- Drop python3 split spec file as it is not needed and use only
python3
* As there are no dependent packages on python-ibus directly
people should repoint their scripts to the python3 variant
* Makefiles do not allow building both at once so stick only
with py3 as we are disabling python2 slowly anyway
- Drop 12.2 KDE icons as the codestreams are long out of support
- Drop the kde4 icons too as we are plasma5 based now and enable
appindicator integration for plasma5 conditionaly under KDE
condition
-------------------------------------------------------------------
Tue Dec 19 14:50:21 UTC 2017 - ftake@geeko.jp