projectM: update to 3.1.12
clementine was messed up because of the 3.1.11 update since it was including Intrinsics.h in public headers without installing said header
This commit is contained in:
parent
a40e7f3c0b
commit
bc1b363e95
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'projectM'
|
||||
pkgname=projectM
|
||||
version=3.1.11
|
||||
revision=2
|
||||
version=3.1.12
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper=qmake
|
||||
configure_args="--datadir=/usr/libexec --enable-qt --enable-pulseaudio
|
||||
|
@ -16,7 +16,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/projectM-visualizer/projectm"
|
||||
distfiles="${homepage}/releases/download/v${version}/projectM-${version}.tar.gz"
|
||||
checksum=4f60506637d178b96646bdd3c78161f6e30a89dee556675625d6e03dea0ee791
|
||||
checksum=b6b99dde5c8f0822ae362606a0429628ee478f4ec943a156723841b742954707
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-fts-devel"
|
||||
|
@ -27,8 +27,6 @@ post_install() {
|
|||
# fix location of desktop files
|
||||
vmkdir usr/share
|
||||
mv $DESTDIR/usr/libexec/{applications,icons} $DESTDIR/usr/share
|
||||
vsed -i $DESTDIR/usr/include/libprojectM/Common.hpp \
|
||||
-e '/#include "Intrinsics.h"/d'
|
||||
}
|
||||
|
||||
projectM-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue