Compare commits
No commits in common. "b77395b931e9509b77650cc5c89159068e70cda1" and "462428d0a26bad6900b1423817255b6dc9a9d1c7" have entirely different histories.
b77395b931
...
462428d0a2
@ -61,7 +61,7 @@ for Windows. It isn't particularly usable on that system, if only because
|
|||||||
selection watching is a very X11/Wayland-specific feature. Beware that build
|
selection watching is a very X11/Wayland-specific feature. Beware that build
|
||||||
dependencies take up almost a gigabyte of disk space.
|
dependencies take up almost a gigabyte of disk space.
|
||||||
|
|
||||||
$ sh cmake/Win64Depends.sh
|
$ sh cmake/Win64Depends.cmake
|
||||||
$ cmake -DCMAKE_TOOLCHAIN_FILE=cmake/Win64CrossToolchain.cmake \
|
$ cmake -DCMAKE_TOOLCHAIN_FILE=cmake/Win64CrossToolchain.cmake \
|
||||||
-DCMAKE_BUILD_TYPE=Release -B build
|
-DCMAKE_BUILD_TYPE=Release -B build
|
||||||
$ cmake --build build -- package
|
$ cmake --build build -- package
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
# should not need to run the whole configuration process just to get this file.
|
# should not need to run the whole configuration process just to get this file.
|
||||||
dir=$(dirname $0)
|
dir=$(dirname $0)
|
||||||
|
|
||||||
export LC_ALL=C
|
|
||||||
|
|
||||||
re='^[ \t]*project *( *\([^ \t)]\{1,\}\) \{1,\}VERSION \{1,\}\([^ \t)]\{1,\}\).*'
|
re='^[ \t]*project *( *\([^ \t)]\{1,\}\) \{1,\}VERSION \{1,\}\([^ \t)]\{1,\}\).*'
|
||||||
package=$(sed -n "s/$re/\\1/p" "$dir/../CMakeLists.txt")
|
package=$(sed -n "s/$re/\\1/p" "$dir/../CMakeLists.txt")
|
||||||
version=$(sed -n "s/$re/\\2/p" "$dir/../CMakeLists.txt")
|
version=$(sed -n "s/$re/\\2/p" "$dir/../CMakeLists.txt")
|
||||||
@ -15,7 +13,7 @@ if [ -z "$package" -o -z "$version" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
xgettext -LC -k_ -kN_ "$dir"/../src/*.c -o "$dir/$package.pot" \
|
xgettext -LC -k_ -kN_ $dir/../src/*.c -o "$dir/$package.pot" \
|
||||||
--package-name="$package" --package-version="$version" \
|
--package-name="$package" --package-version="$version" \
|
||||||
--copyright-holder="Přemysl Eric Janouch" \
|
--copyright-holder="Přemysl Eric Janouch" \
|
||||||
--msgid-bugs-address="https://git.janouch.name/p/$package/issues"
|
--msgid-bugs-address="https://git.janouch.name/p/$package/issues"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user