mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
audio/ft2-clone: Update to 1.82
* Update to 1.82 * Install the binary using the cmake toolchain while here, and then switch to the post-install target for the icons that cmake does not install. Upstream issue: https://github.com/8bitbubsy/ft2-clone/issues/51
This commit is contained in:
parent
6049603957
commit
6af579044f
@ -1,6 +1,6 @@
|
||||
PORTNAME= ft2-clone
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.80
|
||||
DISTVERSION= 1.82
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
@ -28,9 +28,6 @@ DESKTOP_ENTRIES= "FastTracker II Clone" \
|
||||
"" \
|
||||
false
|
||||
|
||||
# segfaults
|
||||
PORTSCOUT= skipv:v1.81
|
||||
|
||||
PLIST_FILES= bin/ft2-clone \
|
||||
share/pixmaps/ft2-clone.ico
|
||||
|
||||
@ -52,10 +49,8 @@ PULSEAUDIO_LDFLAGS+= -lpulse
|
||||
USE_CSTD= c99
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/release/other/ft2-clone \
|
||||
${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/src/gfxdata/icon/ft2-clone.ico \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1712728483
|
||||
SHA256 (8bitbubsy-ft2-clone-v1.80_GH0.tar.gz) = 805e21bd7fafde255deb117e22f2ee4a7ade1a9b500de3580a2e25bd48479701
|
||||
SIZE (8bitbubsy-ft2-clone-v1.80_GH0.tar.gz) = 6084971
|
||||
TIMESTAMP = 1712929812
|
||||
SHA256 (8bitbubsy-ft2-clone-v1.82_GH0.tar.gz) = 4aa821a7a6f83025bec15448d7f671b695381bdcb0424530718ab8d9c8d33a4d
|
||||
SIZE (8bitbubsy-ft2-clone-v1.82_GH0.tar.gz) = 6085641
|
||||
|
Loading…
Reference in New Issue
Block a user