Skip to content

Commit

Permalink
gsound: move static lib to gsound-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
pullmoll committed Jan 8, 2020
1 parent bf94050 commit f09d7b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion srcpkgs/gsound/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'gsound'
pkgname=gsound
version=1.0.2
revision=5
revision=6
build_helper="gir"
build_style=gnu-configure
configure_args="$(vopt_enable gir introspection) $(vopt_enable vala)"
Expand All @@ -23,6 +23,7 @@ gsound-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share/gtk-doc
if [ "$build_option_gir" ]; then
Expand Down

0 comments on commit f09d7b2

Please sign in to comment.