diff --git a/foot/.footprint b/foot/.footprint index 4761b4ecf..45eaa664e 100644 --- a/foot/.footprint +++ b/foot/.footprint @@ -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 diff --git a/foot/.signature b/foot/.signature index 0f080fe5b..36d13a2f8 100644 --- a/foot/.signature +++ b/foot/.signature @@ -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 diff --git a/foot/Pkgfile b/foot/Pkgfile index cce4b0bc1..7366d9832 100644 --- a/foot/Pkgfile +++ b/foot/Pkgfile @@ -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 \