[arch-commits] Commit in fcitx-chewing/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Sun May 10 08:45:39 UTC 2020


    Date: Sunday, May 10, 2020 @ 08:45:39
  Author: yan12125
Revision: 626126

upgpkg: fcitx-chewing 0.2.3-4; remove unneed flags

Playing with CPPFLAGS is not needed after [1]

[1] https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/cmake&id=bb5432e50cec3f3f7dff1fcbaa3446516b3cd23a

Modified:
  fcitx-chewing/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-10 08:39:13 UTC (rev 626125)
+++ PKGBUILD	2020-05-10 08:45:39 UTC (rev 626126)
@@ -3,7 +3,7 @@
 
 pkgname=fcitx-chewing
 pkgver=0.2.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Fcitx Wrapper for chewing'
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx-chewing"
@@ -18,10 +18,6 @@
 build() {
   cd ${pkgname}-${pkgver}
 
-  # Bring in -D_FORTIFY_SOURCE=2
-  export CFLAGS+=" $CPPFLAGS"
-  export CXXLAGS+=" $CPPFLAGS"
-
   cmake -B build -S . \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=None



More information about the arch-commits mailing list