diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,4 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Jacob Alzén + - Email: jacob.alzen@gmail.com diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,9 @@ +libX11.so.6 +libc.so.6 +libcairo.so.2 +libgcc_s.so.1 +libjack.so.0 +libm.so.6 +libpthread.so.0 +libsndfile.so.1 +libstdc++.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,24 @@ +name : geonkick +version : 1.10.0 +release : 1 +source : + - https://github.com/geontime/geonkick/archive/v1.10.0.tar.gz : 89090991b56747348b5c91b396f95b764008c2e1b9b2ce4858005f9ce22fe066 +license : GPL-3.0-or-later +component : multimedia.audio +summary : A free software percussion synthesizer +description: | + Geonkick is a synthesizer that can synthesize elements of percussion. The most basic examples are: kicks, snares, hit-hats, shakers, claps, sticks. Also, it can play samples. +builddeps : + - pkgconfig(cairo) + - pkgconfig(jack) + - pkgconfig(lv2) + - pkgconfig(sndfile) + - pkgconfig(x11) + - rapidjson-devel + - redkite-devel +setup : | + %cmake_ninja -DGKICK_REDKITE_SDK_PATH=/usr +build : | + %ninja_build +install : | + %ninja_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,46 @@ + + + geonkick + + Jacob Alzén + jacob.alzen@gmail.com + + GPL-3.0-or-later + multimedia.audio + A free software percussion synthesizer + Geonkick is a synthesizer that can synthesize elements of percussion. The most basic examples are: kicks, snares, hit-hats, shakers, claps, sticks. Also, it can play samples. + + https://getsol.us/sources/README.Solus + + + geonkick + A free software percussion synthesizer + Geonkick is a synthesizer that can synthesize elements of percussion. The most basic examples are: kicks, snares, hit-hats, shakers, claps, sticks. Also, it can play samples. + + multimedia.audio + + /usr/bin/geonkick + /usr/lib/lv2/geonkick.lv2/geonkick.ttl + /usr/lib/lv2/geonkick.lv2/libgeonkick_lv2.so + /usr/lib/lv2/geonkick.lv2/manifest.ttl + /usr/share/icons/hicolor/128x128/apps/geonkick.png + /usr/share/icons/hicolor/16x16/apps/geonkick.png + /usr/share/icons/hicolor/22x22/apps/geonkick.png + /usr/share/icons/hicolor/24x24/apps/geonkick.png + /usr/share/icons/hicolor/32x32/apps/geonkick.png + /usr/share/icons/hicolor/48x48/apps/geonkick.png + /usr/share/icons/hicolor/64x64/apps/geonkick.png + /usr/share/icons/hicolor/scalable/apps/geonkick.svg + /usr/share/mime/packages/geonkick.xml + + + + + 2020-04-04 + 1.10.0 + Packaging update + Jacob Alzén + jacob.alzen@gmail.com + + + \ No newline at end of file