foot: 1.14.0 -> 1.15.0

This commit is contained in:
Tim Biermann 2023-07-14 17:35:19 +02:00
parent dfbff934c9
commit d42947ab43
3 changed files with 10 additions and 6 deletions

View File

@ -13,7 +13,9 @@ drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/org.codeberg.dnkl.footclient.desktop
drwxr-xr-x root/root usr/share/foot/
drwxr-xr-x root/root usr/share/foot/themes/
-rw-r--r-- root/root usr/share/foot/themes/aeroroot
-rw-r--r-- root/root usr/share/foot/themes/apprentice
-rw-r--r-- root/root usr/share/foot/themes/ayu-mirage
-rw-r--r-- root/root usr/share/foot/themes/catppuccin
-rw-r--r-- root/root usr/share/foot/themes/derp
-rw-r--r-- root/root usr/share/foot/themes/deus
@ -44,6 +46,8 @@ drwxr-xr-x root/root usr/share/foot/themes/
-rw-r--r-- root/root usr/share/foot/themes/solarized-dark
-rw-r--r-- root/root usr/share/foot/themes/solarized-dark-normal-brights
-rw-r--r-- root/root usr/share/foot/themes/solarized-light
-rw-r--r-- root/root usr/share/foot/themes/srcery
-rw-r--r-- root/root usr/share/foot/themes/starlight
-rw-r--r-- root/root usr/share/foot/themes/tango
-rw-r--r-- root/root usr/share/foot/themes/tempus-autumn
-rw-r--r-- root/root usr/share/foot/themes/tempus-classic

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wOgDto7yW1CEE6GL0/0fv0pIEQJbUWM042A/X5hy5MVFTTa2P+nAwM2oLihPPtX3MI8XT1GARR4+eDx8ndX+Qg=
SHA256 (Pkgfile) = 9b40449cab96e5119ea9cbd100488fce538a386e4eb5313e19cace6e75d82b78
SHA256 (.footprint) = 60c5bd4e902037365de89c83b89355ea92cd1d5293f353fcac81ec8d1d105033
SHA256 (1.14.0.tar.gz) = 9a306951bc6bdce150364bccb0fb4b67720f50e98e9ac1de89792c1c1aa30690
RWSagIOpLGJF31wg89kcz7ZWPBiZcsxCqD1L3mtqaHoUE6uA8GDKFrJHUcLMvqHIpiYfCaQNgvtCgbeE9YuocIb/4mwxV6BTbAs=
SHA256 (Pkgfile) = 40aee1f914adaa6a481dcc629e909933d8b15995062fa04d636f5520f0822c5c
SHA256 (.footprint) = e6853b13c45a7ae2cb9c2b7ed1961bf520e3c803bf566a119b551467b21704fb
SHA256 (1.15.0.tar.gz) = 5b6fcec57cedca350c36fa46534bd7724ed414cc292516b74567d070b7062f07

View File

@ -5,7 +5,7 @@
# Optional: utf8proc
name=foot
version=1.14.0
version=1.15.0
release=1
source=(https://codeberg.org/dnkl/foot/archive/$version.tar.gz)
@ -13,7 +13,7 @@ build() {
prt-get isinst utf8proc && PKGMK_FOOT+=' -D grapheme-clustering=enabled'
# doing the lto dance
export CFLAGS='-march=x86-64 -O3 -Wno-missing-profile -Wno-error'
export CFLAGS+=' -O3 -Wno-missing-profile -Wno-error'
meson setup $name build $PKGMK_FOOT \
--prefix=/usr \
--buildtype=release \