lagrange: update to 1.15.4

This commit is contained in:
John McQuah 2023-03-10 19:40:55 -05:00
parent 0728b7eb86
commit bb1f98b62e
3 changed files with 11 additions and 14 deletions

12
REPO
View File

@ -41,7 +41,6 @@ d:qscintilla-qt5
d:epiphany
d:mblaze
d:dreamchess
d:wl-clipboard
d:python3-dbfread
d:nyxt
d:prboom-plus
@ -133,11 +132,11 @@ f:c1d50dffa63b8b9b704da2922a49aac4:wildmidi/.footprint
f:464dbf1dd0e4335360063c8dca1323d8:python3-agate-sql/.signature
f:3dcf84e1d49d8d064dc0cf79dce43015:python3-agate-sql/Pkgfile
f:b18830074835b32e5a95fb530bc6f5c7:python3-agate-sql/.footprint
f:5ef9683315a76aff14a53a0726ced871:lagrange/.signature
f:07be49ed426ea39770fcb4c5ef65f0a3:lagrange/Pkgfile
f:cddc08d2f72532071179b3ab37988c84:lagrange/.signature
f:e1bb5216dd1ce984066f12349ac505e2:lagrange/Pkgfile
f:9c7e59eb32e7c3b4a2622ff6a6350889:lagrange/.footprint
f:65f62e807b1dc4a7069ad6d1e65bc04e:xxd-standalone/.signature
f:151e749ec56ccb2a84c06cf5b289505f:xxd-standalone/Pkgfile
f:6b1ea891a0673f774ddad167cd59c3ac:xxd-standalone/.signature
f:f85e9fbe0966cf8449b616679f468901:xxd-standalone/Pkgfile
f:6a56978029c881e1303af69dc05e95fb:xxd-standalone/.footprint
f:06775a6c46c9cac1ac4164a3c908a263:bemenu/.signature
f:1081d9e621ac6d2652458be60494ccc5:bemenu/Pkgfile
@ -212,9 +211,6 @@ f:c4f44e42fd4a447423d0bfd02065c114:mblaze/.footprint
f:3504865d8c7b69c91ca808f4569a6438:dreamchess/.signature
f:6283642166b438bd5944b842efdf5008:dreamchess/Pkgfile
f:73562b8c9613cfeebe13855fd4e1aca2:dreamchess/.footprint
f:6fda9fbf3e56315fcf8a99200d2bb0ad:wl-clipboard/.signature
f:81dcf6bb10d3fa0a7a9d2f7446961065:wl-clipboard/Pkgfile
f:6734453df2b479b626a37ff81e106554:wl-clipboard/.footprint
f:7570b44e87f3869fc3274f513a21d992:python3-dbfread/.signature
f:3479e2d1ccf4a4c69ca2c71ddbe85a88:python3-dbfread/Pkgfile
f:e34f33eff018b57c826b1e3eedfa54e8:python3-dbfread/.footprint

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxLTmu3sfH4Ym4wJSF4wGUlxvA4O71LWSaSkc69F8t3jifv/vC/Resofh9afAmhU9pA/X3T6ynMvwKksyaKurnwg=
SHA256 (Pkgfile) = 6b3b75ebe20ffa83992b0593b2a332fd29cd4b9a558228a52fee62f3b8bade05
RWTTPlFarK9CxGOjHL4q2scX6U0VESFuOC4XISJwzogzlL47Y8jg2LPeYwtJVlx2qPK9D/lo0FE3WzLJ7/oe5H1K22CdK3fy6Ac=
SHA256 (Pkgfile) = b3c0c63948255829033dec7dfec2ec5e9db47016f45a8ba458cfdff1280600b5
SHA256 (.footprint) = 2acc0f5be562b2db993acd791c0b122176a943e588d94a9a8f40796ae3d5ff6f
SHA256 (lagrange-1.15.2.tar.gz) = 73b42a7b719793933a38fb7c7728dfac166b055b4dabc53259fc32c47856edf5
SHA256 (lagrange-1.15.4.tar.gz) = a94e558effb1155b754ad2075781daa20d5f82fd423c94a0a2c6a4bcd10ef684

View File

@ -2,10 +2,10 @@
# URL: https://gmi.skyjake.fi/lagrange/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: libsdl2 libunistring
# Nice to have: mpg123 fribidi harfbuzz libwebp
# Optional: mpg123 fribidi harfbuzz libwebp
name=lagrange
version=1.15.2
version=1.15.4
release=1
source=(https://git.skyjake.fi/skyjake/$name/releases/download/v$version/$name-$version.tar.gz)
@ -19,7 +19,8 @@ build() {
mkdir build && cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ${PKGMK_LAGRANGE} \
-DCMAKE_C_FLAGS="$CFLAGS" \
-DCMAKE_INSTALL_PREFIX="/usr" ..
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_LIBDIR=lib ..
ninja -j ${JOBS:-1}
DESTDIR=$PKG ninja install