Comment: | Remove fish completions
I only tried fish for a brief while and am not actively using it or |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5f8ebdf8b04986b9944ac466654dd06c |
User & Date: | js on 2023-01-05 17:46:26 |
Other Links: | manifest | tags |
2023-01-05
| ||
18:35 | Don't use -static-libgcc on Windows check-in: b87dab1361 user: js tags: trunk | |
17:46 | Remove fish completions check-in: 5f8ebdf8b0 user: js tags: trunk | |
2022-12-30
| ||
00:02 | configure: Include package URL check-in: e91657d46b user: js tags: trunk | |
Modified configure.ac from [8e0fb73686] to [af30c6b6de].
︙ | ︙ | |||
2249 2250 2251 2252 2253 2254 2255 | AS_IF([test x"$wiiload" != x""], [ AC_SUBST(WRAPPER, "$wiiload") ]) ]) ]) | < < < < < < < < < < < | 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 | AS_IF([test x"$wiiload" != x""], [ AC_SUBST(WRAPPER, "$wiiload") ]) ]) ]) dnl We don't call AC_PROG_CPP, but only AC_PROG_OBJCPP and set CPP to OBJCPP dnl and add OBJCPPFLAGS to CPPFLAGS, thus we need to AC_SUBST these ourself. AC_SUBST(CPP) AC_SUBST(CPPFLAGS) dnl We use the ObjC compiler as our assembler AC_SUBST(AS, $OBJC) AC_SUBST(ASFLAGS) |
︙ | ︙ |
Modified extra.mk.in from [8e59637d10] to [44ae1c186b].
︙ | ︙ | |||
25 26 27 28 29 30 31 | BRIDGE = @BRIDGE@ CVINCLUDE_INLINE_H = @CVINCLUDE_INLINE_H@ ENCODINGS_A = @ENCODINGS_A@ ENCODINGS_LIB_A = @ENCODINGS_LIB_A@ ENCODINGS_SRCS = @ENCODINGS_SRCS@ EXCEPTIONS_A = @EXCEPTIONS_A@ EXCEPTIONS_LIB_A = @EXCEPTIONS_LIB_A@ | < | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | BRIDGE = @BRIDGE@ CVINCLUDE_INLINE_H = @CVINCLUDE_INLINE_H@ ENCODINGS_A = @ENCODINGS_A@ ENCODINGS_LIB_A = @ENCODINGS_LIB_A@ ENCODINGS_SRCS = @ENCODINGS_SRCS@ EXCEPTIONS_A = @EXCEPTIONS_A@ EXCEPTIONS_LIB_A = @EXCEPTIONS_LIB_A@ FORWARDING_A = @FORWARDING_A@ FORWARDING_LIB_A = @FORWARDING_LIB_A@ LIBBASES_M = @LIBBASES_M@ LIBOBJFWRT_DEP = @LIBOBJFWRT_DEP@ LIBOBJFWRT_DEP_LVL2 = @LIBOBJFWRT_DEP_LVL2@ LIBOBJFW_DEP = @LIBOBJFW_DEP@ LIBOBJFW_DEP_LVL2 = @LIBOBJFW_DEP_LVL2@ |
︙ | ︙ |
Modified objfw.spec from [19477688a2] to [77fa467494].
︙ | ︙ | |||
144 145 146 147 148 149 150 | modern terminal-based UI, etc. %prep %autosetup ./autogen.sh %build | | | 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | modern terminal-based UI, etc. %prep %autosetup ./autogen.sh %build %configure OBJC=clang --disable-rpath %make_build %install %make_install %check make -C tests run |
︙ | ︙ | |||
180 181 182 183 184 185 186 | %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_bindir}/objfw-compile %{_bindir}/objfw-config %{_bindir}/objfw-embed %{_bindir}/objfw-new | < < | 180 181 182 183 184 185 186 187 188 189 190 191 192 193 | %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_bindir}/objfw-compile %{_bindir}/objfw-config %{_bindir}/objfw-embed %{_bindir}/objfw-new %{_includedir}/ObjFW %{_libdir}/libobjfw.so %files -n %{libobjfwrt_pkgname} %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL |
︙ | ︙ | |||
218 219 220 221 222 223 224 | %{_libdir}/libobjfwtls.so %files -n ofarc %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_bindir}/ofarc | < < < < | 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 | %{_libdir}/libobjfwtls.so %files -n ofarc %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_bindir}/ofarc %{_datadir}/ofarc %files -n ofdns %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_bindir}/ofdns %{_datadir}/ofdns %files -n ofhash %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_bindir}/ofhash %{_datadir}/ofhash %files -n ofhttp %license LICENSE.GPLv2 %license LICENSE.GPLv3 %license LICENSE.QPL %{_bindir}/ofhttp %{_datadir}/ofhttp |
Modified utils/Makefile from [d5d46e8aaf] to [7fdfbaff17].
1 2 3 4 5 6 | include ../extra.mk SUBDIRS += ${OBJFW_NEW} \ ${OFARC} \ ${OFDNS} \ ${OFHASH} \ | | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | include ../extra.mk SUBDIRS += ${OBJFW_NEW} \ ${OFARC} \ ${OFDNS} \ ${OFHASH} \ ${OFHTTP} include ../buildsys.mk DISTCLEAN = objfw-config install-extra: objfw-config objfw-compile objfw-embed for i in objfw-config objfw-compile objfw-embed; do \ |
︙ | ︙ |
Deleted utils/completions/Makefile version [53ed45f23f].
|
| < < < < < |
Deleted utils/completions/fish/Makefile version [6569e87046].
|
| < < < < < < < < < < |
Deleted utils/completions/fish/objfw-compile.fish version [e113a8c395].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted utils/completions/fish/objfw-config.fish version [a2dae654a7].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Deleted utils/completions/fish/ofarc.fish version [1ed287a4cf].
|
| < < < < < < < < < < < < < < |
Deleted utils/completions/fish/ofdns.fish version [5080d1ffbb].
|
| < < < < < |
Deleted utils/completions/fish/ofhash.fish version [ffdc6cdbcf].
|
| < < < < < < < |
Deleted utils/completions/fish/ofhttp.fish version [99fd9b7109].
|
| < < < < < < < < < < < < < < < |