Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions srcpkgs/CopyQ/patches/qt610.patch

This file was deleted.

14 changes: 8 additions & 6 deletions srcpkgs/CopyQ/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# Template file for 'CopyQ'
pkgname=CopyQ
version=13.0.0
revision=2
version=16.0.0
revision=1
build_style=cmake
configure_args="-DWITH_QT6=ON"
configure_args="-DWITH_QT6=ON
-DMINIAUDIO_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/miniaudio/"
hostmakedepends="extra-cmake-modules pkg-config
qt6-base qt6-tools wayland-devel"
makedepends="qt6-base-private-devel qt6-declarative-devel qt6-svg-devel
kf6-knotifications-devel kf6-kstatusnotifieritem-devel
kf6-kguiaddons-devel wayland-devel libX11-devel qt6-tools-devel"
qca-qt6-devel qtkeychain-qt6-devel kf6-knotifications-devel
kf6-kstatusnotifieritem-devel kf6-kguiaddons-devel wayland-devel
libX11-devel qt6-tools-devel miniaudio"
depends="qt6-svg"
short_desc="Clipboard manager with searchable and editable history"
maintainer="mobinmob <mobinmob@disroot.org>"
license="GPL-3.0-or-later"
homepage="https://hluk.github.io/CopyQ/"
changelog="https://raw.githubusercontent.com/hluk/CopyQ/master/CHANGES.md"
distfiles="https://github.com/hluk/CopyQ/archive/v${version}.tar.gz"
checksum=c7e0c9aa95b5653dee547f168d58cf5aae4f66ad5f94856a61741ebe9527ad72
checksum=3d876f74cf32913e37b1cdeaca0c61cce857174f064bb128f76fd0fa3abdb326
13 changes: 13 additions & 0 deletions srcpkgs/miniaudio/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Template file for 'miniaudio'
pkgname=miniaudio
version=0.11.25
revision=1
build_style=cmake
configure_args="-DMINIAUDIO_ENABLE_ALSA=ON -DMINIAUDIO_ENABLE_PULSEAUDIO=ON"
makedepends="alsa-lib-devel pulseaudio-devel"
short_desc="Audio playback and capture library written in C"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="Public Domain"
homepage="https://miniaud.io/"
distfiles="https://github.com/mackron/miniaudio/archive/refs/tags/$version.tar.gz"
checksum=b900edcffe979816e2560a0580b9b1216d674b4f17fbadeca8f777a7f8ab0274
Loading