forked from ports/contrib
qownnotes: 23.7.2 -> 23.7.3
This commit is contained in:
parent
b8c3fb870d
commit
7180139e26
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF36jBCILeKQd/sP9nrYVQwM1PvYluN2vl7+VSIxOyMaBMWyg1a+v+oPkskdgARa4D3WuGrifzdzqh2vq1Ya/pGws=
|
||||
SHA256 (Pkgfile) = 951c1fb0573a15d6a7dc0601eed0dda022f9fd3bac8585a311b5e17c2c70d97c
|
||||
RWSagIOpLGJF37w7PQcYN1L0WZFv7h5+khyAfq/gwzu/CLHEL7gV75HIvBimsKZXd950jICx0Z9VQWM9Tq0n+kp9uYZTbcV/IQc=
|
||||
SHA256 (Pkgfile) = 6f839df1d39634e107329f9e66af3feeaa351f776e7fde863689f314859dd3c4
|
||||
SHA256 (.footprint) = d3916e94908249d530356c1e79cef586cdeacf7bd488278a3f0c61ab5be2aab3
|
||||
SHA256 (qownnotes-23.7.2.tar.xz) = 0e354b7cfead50c505247672048322bea6e38aa81079c5bbf186cba1b3a75e73
|
||||
SHA256 (qownnotes-23.7.3.tar.xz) = 264d0a3d8601f825bad208159f9f09289d545f955759b4940bea2c1c6e308d1d
|
||||
|
@ -5,11 +5,17 @@
|
||||
# Optional: aspell graphite2 icu
|
||||
|
||||
name=qownnotes
|
||||
version=23.7.2
|
||||
version=23.7.3
|
||||
release=1
|
||||
source=(https://github.com/pbek/QOwnNotes/releases/download/v$version/qownnotes-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
if [[ ! -e /usr/include/xkbcommon/xkbcommon-x11.h ]]; then
|
||||
printf '\e[31m%s\e[m\n' "libxkbcommon is not built with x11 support but needs to be!"
|
||||
printf '\e[33m%s\e[m\n' "Install xkeyboard-config and rebuild libxkbcommon and qt5 in that order to build $name"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd qownnotes-$version
|
||||
|
||||
echo "#define RELEASE \"CRUX\"" > release.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user