aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Puc <tranzystorek.io@protonmail.com>2024-05-27 07:36:12 +0000
committerLeah Neukirchen <leah@vuxu.org>2024-06-29 13:32:19 +0000
commit6a881197b745ed9bafd7e68af1326e7a25fa901f (patch)
treefb3f19a324ce987f52860041b6b80087bc6b8235
parentb135d0a791667448bddd6a77b6890e0b79121846 (diff)
downloadvoid-packages-6a881197b745ed9bafd7e68af1326e7a25fa901f.tar
void-packages-6a881197b745ed9bafd7e68af1326e7a25fa901f.tar.gz
void-packages-6a881197b745ed9bafd7e68af1326e7a25fa901f.tar.bz2
void-packages-6a881197b745ed9bafd7e68af1326e7a25fa901f.tar.lz
void-packages-6a881197b745ed9bafd7e68af1326e7a25fa901f.tar.xz
void-packages-6a881197b745ed9bafd7e68af1326e7a25fa901f.tar.zst
void-packages-6a881197b745ed9bafd7e68af1326e7a25fa901f.zip
xava: remove package
l---------srcpkgs/cava-gui1
-rw-r--r--srcpkgs/removed-packages/template2
-rw-r--r--srcpkgs/xava/patches/broken-cmake.patch22
-rw-r--r--srcpkgs/xava/template25
4 files changed, 2 insertions, 48 deletions
diff --git a/srcpkgs/cava-gui b/srcpkgs/cava-gui
deleted file mode 120000
index 987273b2a47..00000000000
--- a/srcpkgs/cava-gui
+++ /dev/null
@@ -1 +0,0 @@
-xava \ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 7413b7dc49d..4357e877049 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -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
diff --git a/srcpkgs/xava/patches/broken-cmake.patch b/srcpkgs/xava/patches/broken-cmake.patch
deleted file mode 100644
index 56411aadd3d..00000000000
--- a/srcpkgs/xava/patches/broken-cmake.patch
+++ /dev/null
@@ -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)
diff --git a/srcpkgs/xava/template b/srcpkgs/xava/template
deleted file mode 100644
index f7cf336ac7f..00000000000
--- a/srcpkgs/xava/template
+++ /dev/null
@@ -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
-}