External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
687B

  1. #!/usr/bin/make -f
  2. include /usr/share/dpkg/kxstudio-audio-plugin.mk
  3. export LDFLAGS += -Wl,--version-script=$(CURDIR)/debian/vitling-crypt.sym
  4. export LV2LINT_EXTRA_FLAGS = -t 'UI*Widget'
  5. export LV2LINT_SKIP = y
  6. # <https://github.com/vitling/crypt#ParentUI>
  7. # [FAIL] UI Widget
  8. # failed to return a valid widget
  9. # seeAlso: <http://lv2plug.in/ns/extensions/ui#X11UI>
  10. override_dh_auto_configure:
  11. dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release
  12. override_dh_auto_build:
  13. DESTDIR=$(CURDIR)/tmp dh_auto_build -- -j $(nproc)
  14. override_dh_auto_install:
  15. mv $(CURDIR)/tmp $(CURDIR)/debian/vitling-crypt
  16. $(call kxstudio_audio_plugin_test)
  17. %:
  18. dh $@ -Scmake