]> git.pld-linux.org Git - packages/fcitx.git/commitdiff
- updated to 4.2.9.7
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Jul 2020 20:38:41 +0000 (22:38 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Jul 2020 20:38:41 +0000 (22:38 +0200)
- clean shebangs

fcitx.spec

index 695d2e790bff8dc110ea8a13d9bda46a008a7617..47a31fa93177d50b15302f19da200a77ff7ac178 100644 (file)
 Summary:       Fcitx - input method framework with extension support
 Summary(pl.UTF-8):     Fcitx - szkielet metody wprowadzania znaków z obsługą rozszerzeń
 Name:          fcitx
-Version:       4.2.9.6
+Version:       4.2.9.7
 Release:       1
 License:       GPL v2+ with plugins exception
 Group:         X11/Applications
 Source0:       https://download.fcitx-im.org/fcitx/%{name}-%{version}.tar.xz
-# Source0-md5: 88631df4af0b8d9fc7a816dd135fa97b
+# Source0-md5: c58869c4ef9d3f57287a3d1f539c9850
 URL:           https://fcitx-im.org/
 BuildRequires: QtCore-devel >= 4
 BuildRequires: QtDBus-devel >= 4
@@ -101,6 +101,10 @@ Pliki nagłówkowe bibliotek Fcitx.
 %prep
 %setup -q
 
+%{__sed} -i -e '1s,/usr/bin/env bash,/bin/bash,' \
+       cmake/fcitx-{cmake-helper,extract-{confdesc,desktop,gettext,kde,po,qt},merge-config}.sh \
+       data/script/fcitx-diagnose.sh
+
 %build
 install -d build
 cd build
This page took 0.090717 seconds and 4 git commands to generate.