xava: remove package

This commit is contained in:
Marcin Puc 2024-05-27 09:36:12 +02:00 committed by Leah Neukirchen
parent b135d0a791
commit 6a881197b7
4 changed files with 2 additions and 48 deletions

View File

@ -1 +0,0 @@
xava

View File

@ -59,6 +59,7 @@ replaces="
captain-ballard<=1.0.0_2
cargo-edit<=0.12.2_1
cargo-outdated<=0.13.1_2
cava-gui<=0.6.3.1_2
cawbird<=1.3.2_3
cegui07-data<=0.7.9_8
cegui07-devel<=0.7.9_8
@ -752,6 +753,7 @@ replaces="
wlroots0.14-devel<=0.14.1_1
wlroots0.14<=0.14.1_1
wmii<=3.9.2_8
xava<=0.6.3.1_2
xcdroast<=1.19_1
xdebug8.0<=3.2.1_1
xlennart<=1.1.1_1

View File

@ -1,22 +0,0 @@
--- a/CMakeLists.txt 2020-08-27 15:31:42.000000000 +0700
+++ b/CMakeLists.txt 2021-01-14 21:44:51.704505119 +0700
@@ -10,19 +10,6 @@
option(SNDIO "SNDIO" ON)
option(PORTAUDIO "PORTAUDIO" ON)
-# Fix pkg-config for cross-builds (such as MinGW on ArchLinux)
-if(CMAKE_FIND_ROOT_PATH)
- set(CMAKE_SYSROOT "${CMAKE_FIND_ROOT_PATH}")
-
- set(ENV{PKG_CONFIG_DIR} "")
- set(ENV{PKG_CONFIG_LIBDIR} "${CMAKE_SYSROOT}/lib/pkgconfig:${CMAKE_SYSROOT}/share/pkgconfig")
- set(ENV{PKG_CONFIG_SYSROOT_DIR} ${CMAKE_SYSROOT})
-endif()
-
-if(NOT CMAKE_BUILD_TYPE)
- set(CMAKE_BUILD_TYPE Debug)
-endif()
-
set(CMAKE_C_STANDARD 11)
set(xava_VERSION_MAJOR 0)
set(xava_VERSION_MINOR 6)

View File

@ -1,25 +0,0 @@
# Template file for 'xava'
pkgname=xava
version=0.6.3.1
revision=2
build_style=cmake
hostmakedepends="automake libtool pkg-config"
makedepends="SDL2-devel iniparser-devel ncurses-devel sndio-devel portaudio-devel"
short_desc="X11 Audio Visualizer for ALSA"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/nikp123/xava"
distfiles="https://github.com/nikp123/xava/archive/${version}.tar.gz"
checksum=b38b810e4bfd71aff44f223b444ae4f158eb8d6428c5e9d42697343ccb5a19f9
post_install() {
vlicense LICENSE
vmkdir usr/share/examples
vcopy example_files/etc usr/share/examples/xava
}
cava-gui_package() {
depends="xava"
short_desc+=" - transition package"
build_style=meta
}