Skip to content

Commit

Permalink
app-i18n/uim: update patches
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
hattya committed May 28, 2018
1 parent c5b8f5e commit d2d7c1b
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 18 deletions.
11 changes: 0 additions & 11 deletions app-i18n/uim/files/uim-1.6.0-gentoo.patch

This file was deleted.

28 changes: 28 additions & 0 deletions app-i18n/uim/files/uim-1.8.6-gentoo.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@
AC_PATH_PROGS(SHA1, sha1 sha1sum)
AC_PATH_PROGS(SED, sed gsed)
AX_PATH_QMAKE4
+PKG_PROG_PKG_CONFIG

AM_MAINTAINER_MODE

@@ -1792,7 +1793,7 @@
fi
AX_LANG_WNOERROR # end AC_LANG_WERROR

- QT_CONFIG_OPTS="debug"
+ QT_CONFIG_OPTS="debug nostrip"
else
CFLAGS="$CFLAGS -DNDEBUG"
CXXFLAGS="$CXXFLAGS -DNDEBUG"
@@ -1810,7 +1811,7 @@
AX_CFLAGS_GCC_OPTION([-Wno-unused-variable], [SCIM_CFLAGS])
AX_LANG_WNOERROR # end AC_LANG_WERROR

- QT_CONFIG_OPTS="release"
+ QT_CONFIG_OPTS="release nostrip"
fi

AC_ARG_ENABLE(warnings-into-error,
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
diff -Naur uim-1.5.4.orig/xim/convdisp.cpp uim-1.5.4/xim/convdisp.cpp
--- uim-1.5.4.orig/xim/convdisp.cpp 2008-02-13 23:43:42.000000000 +0900
+++ uim-1.5.4/xim/convdisp.cpp 2008-12-10 02:04:35.000000000 +0900
--- a/xim/convdisp.cpp
+++ b/xim/convdisp.cpp
@@ -69,7 +69,7 @@
#endif

Expand Down
4 changes: 2 additions & 2 deletions app-i18n/uim/uim-1.8.6-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ RDEPEND="${CDEPEND}
)"

PATCHES=(
"${FILESDIR}"/${PN}-1.6.0-gentoo.patch
"${FILESDIR}"/${PN}-1.5.4-zhTW.patch
"${FILESDIR}"/${P}-gentoo.patch
"${FILESDIR}"/${PN}-zh-TW.patch
)
DOCS=( AUTHORS NEWS README RELNOTE )

Expand Down
4 changes: 2 additions & 2 deletions app-i18n/uim/uim-1.8.6-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ RDEPEND="${CDEPEND}
)"

PATCHES=(
"${FILESDIR}"/${PN}-1.6.0-gentoo.patch
"${FILESDIR}"/${PN}-1.5.4-zhTW.patch
"${FILESDIR}"/${P}-gentoo.patch
"${FILESDIR}"/${P}-libressl.patch
"${FILESDIR}"/${PN}-zh-TW.patch
)
DOCS=( AUTHORS NEWS README RELNOTE )

Expand Down

0 comments on commit d2d7c1b

Please sign in to comment.