Page MenuHomeSolus

D8202.diff
No OneTemporary

D8202.diff

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 @@
+<PISI>
+ <Source>
+ <Name>geonkick</Name>
+ <Packager>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0-or-later</License>
+ <PartOf>multimedia.audio</PartOf>
+ <Summary xml:lang="en">A free software percussion synthesizer</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>geonkick</Name>
+ <Summary xml:lang="en">A free software percussion synthesizer</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <PartOf>multimedia.audio</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/geonkick</Path>
+ <Path fileType="library">/usr/lib/lv2/geonkick.lv2/geonkick.ttl</Path>
+ <Path fileType="library">/usr/lib/lv2/geonkick.lv2/libgeonkick_lv2.so</Path>
+ <Path fileType="library">/usr/lib/lv2/geonkick.lv2/manifest.ttl</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/geonkick.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/16x16/apps/geonkick.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/22x22/apps/geonkick.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/24x24/apps/geonkick.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/32x32/apps/geonkick.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/geonkick.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/64x64/apps/geonkick.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/geonkick.svg</Path>
+ <Path fileType="data">/usr/share/mime/packages/geonkick.xml</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-04-04</Date>
+ <Version>1.10.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 8 2023, 10:10 AM (9 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5832068
Default Alt Text
D8202.diff (4 KB)

Event Timeline