mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04:00
Merge branch 'releases/1.2'
This commit is contained in:
commit
c33c7e6607
4 changed files with 8 additions and 3 deletions
|
|
@ -8,6 +8,11 @@
|
||||||
### Fixed
|
### Fixed
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
## 1.2.1
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Building AUR package
|
||||||
|
|
||||||
|
|
||||||
## 1.2.0
|
## 1.2.0
|
||||||
|
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=('foot' 'foot-terminfo')
|
pkgname=('foot' 'foot-terminfo')
|
||||||
pkgver=1.2.0
|
pkgver=1.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url=https://codeberg.org/dnkl/foot
|
url=https://codeberg.org/dnkl/foot
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ out_file=${3}
|
||||||
# echo "source directory: ${src_dir}"
|
# echo "source directory: ${src_dir}"
|
||||||
# echo "output file: ${out_file}"
|
# echo "output file: ${out_file}"
|
||||||
|
|
||||||
if command -v git > /dev/null && git rev-parse --is-inside-work-tree > /dev/null 2>&1 ; then
|
if [ -d "${src_dir}/.git" ] && command -v git > /dev/null; then
|
||||||
workdir=$(pwd)
|
workdir=$(pwd)
|
||||||
cd "${src_dir}"
|
cd "${src_dir}"
|
||||||
git_version=$(git describe --always --tags)
|
git_version=$(git describe --always --tags)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.2.0',
|
version: '1.2.1',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.47.0',
|
meson_version: '>=0.47.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue