kitty: update to 0.12.3.
This commit is contained in:
parent
6e5c85979a
commit
61963d1587
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kitty'
|
||||
pkgname=kitty
|
||||
version=0.12.2
|
||||
version=0.12.3
|
||||
revision=1
|
||||
pycompile_version="$py3_ver"
|
||||
pycompile_dirs="usr/lib/kitty"
|
||||
|
@ -14,10 +14,10 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://sw.kovidgoyal.net/kitty/"
|
||||
changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
|
||||
distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
|
||||
checksum=08441ff0bb933557f521692f07f025fbb7a04fbe02272252d3c83b2ca3599694
|
||||
checksum=60d8cc0bb9b3a83756916985ee41776d6b02ab4262c1e7b4546a451632b48298
|
||||
|
||||
do_build() {
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
export CFLAGS="-I${XBPS_CROSS_BASE}/${py3_inc}"
|
||||
sed -i "s|-fpie|-fpie ${CFLAGS}|g" setup.py
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue