Skip to content

Commit

Permalink
New package: libopenrazer-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarto authored and classabbyamp committed Jun 18, 2024
1 parent 1c64dfe commit 6403ee7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -4503,3 +4503,4 @@ libcamera-base.so.0.2 libcamera-0.2.0_1
libKPim6MimeTreeParserCore.so.6 mimetreeparser-24.02.0_1
libKPim6MimeTreeParserWidgets.so.6 mimetreeparser-24.02.0_1
/usr/lib/lua/5.1/lpeg.so lua51-lpeg-1.1.0_2
libopenrazer.so.0 libopenrazer-0.2.0_1
1 change: 1 addition & 0 deletions srcpkgs/libopenrazer-devel
23 changes: 23 additions & 0 deletions srcpkgs/libopenrazer/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Template file for 'libopenrazer'
pkgname=libopenrazer
version=0.2.0
revision=1
build_style=meson
hostmakedepends="pkg-config qt5-host-tools"
makedepends="qt5-devel"
short_desc="Qt wrapper around the D-Bus API from OpenRazer"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/z3ntu/libopenrazer"
distfiles="https://github.com/z3ntu/libopenrazer/releases/download/v${version}/libopenrazer-${version}.tar.xz"
checksum=86c28a1203e03f6c8f93490414a3a9ddcdb0459ce04bf08b6e3b6181478935f9

libopenrazer-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}

0 comments on commit 6403ee7

Please sign in to comment.