Diff postgis-3.4.0-r1 with a postgis-3.4.0-r2
/usr/portage/dev-db/postgis/postgis-3.4.0-r2.ebuild 2023-10-09 14:52:29.332368346 +0300 | ||
---|---|---|
54 | 54 | |
55 | 55 |
PATCHES=( |
56 | 56 |
"${FILESDIR}/${PN}-3.0.3-try-other-cpp-names.patch" |
57 |
"${FILESDIR}/${PN}-3.4.0-without-gui.patch" |
|
57 | 58 |
# source: https://github.com/google/flatbuffers/pull/7897 |
58 | 59 |
#"${FILESDIR}/${PN}-3.3.2-flatbuffers-abseil-2023.patch" # bug 905378 |
59 | 60 |
) |
... | ... | |
97 | 98 | |
98 | 99 |
if use doc ; then |
99 | 100 |
postgres-multi_foreach emake comments |
100 |
postgres-multi_foreach emake cheatsheets |
|
101 |
postgres-multi_forbest emake cheatsheets |
|
101 | 102 |
postgres-multi_forbest emake -C doc html |
102 | 103 |
fi |
103 | 104 |
} |
... | ... | |
114 | 115 | |
115 | 116 |
if use doc ; then |
116 | 117 |
postgres-multi_foreach emake DESTDIR="${D}" comments-install |
117 | ||
118 |
docinto html |
|
119 |
postgres-multi_forbest dodoc doc/html/{postgis-en.html,style.css} |
|
120 | ||
121 |
docinto html/images |
|
122 |
postgres-multi_forbest dodoc -r doc/html/images/* |
|
118 |
postgres-multi_forbest emake DESTDIR="${D}" -C doc cheatsheet-install html-install html-assets-install |
|
123 | 119 |
fi |
124 | 120 | |
125 | 121 |
use static-libs || find "${ED}" -name '*.a' -delete |