Page MenuHomeSolus

D8201.id20600.diff
No OneTemporary

D8201.id20600.diff

Index: MAINTAINERS.md
===================================================================
--- /dev/null
+++ 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
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,2 @@
+libc.so.6
+libcairo.so.2
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,18 @@
+name : redkite
+version : 0.8.0
+release : 1
+source :
+ - https://github.com/geontime/redkite/archive/v0.8.0.tar.gz : 1a3b379f4da2691e577464129aaed69cf67c3215cd42a45e1dd4f2817f9fc6bf
+license : GPL-3.0-or-later
+component : desktop.library
+summary : A small GUI toolkit.
+description: |
+ Redkite is a small free software GUI toolkit. It is developed in C++17 and inspired from other well known GUI toolkits.
+builddeps :
+ - pkgconfig(cairo)
+setup : |
+ %cmake_ninja
+build : |
+ %ninja_build
+install : |
+ %ninja_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,70 @@
+<PISI>
+ <Source>
+ <Name>redkite</Name>
+ <Packager>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0-or-later</License>
+ <PartOf>desktop.library</PartOf>
+ <Summary xml:lang="en">A small GUI toolkit.</Summary>
+ <Description xml:lang="en">Redkite is a small free software GUI toolkit. It is developed in C++17 and inspired from other well known GUI toolkits.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>redkite</Name>
+ <Summary xml:lang="en">A small GUI toolkit.</Summary>
+ <Description xml:lang="en">Redkite is a small free software GUI toolkit. It is developed in C++17 and inspired from other well known GUI toolkits.
+</Description>
+ <PartOf>desktop.library</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/rkpng2c</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>redkite-devel</Name>
+ <Summary xml:lang="en">Development files for redkite</Summary>
+ <Description xml:lang="en">Redkite is a small free software GUI toolkit. It is developed in C++17 and inspired from other well known GUI toolkits.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">redkite</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/redkite/Rk.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkButton.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkCanvas.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkColor.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkEvent.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkEventQueue.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkFont.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkImage.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkLabel.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkLineEdit.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkLog.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkMain.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkPainter.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkPen.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkPlatform.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkPoint.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkProgressBar.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkRealPoint.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkRect.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkSize.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkTimer.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkWidget.h</Path>
+ <Path fileType="header">/usr/include/redkite/RkWidgetContainer.h</Path>
+ <Path fileType="library">/usr/lib/libredkite.a</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-04-04</Date>
+ <Version>0.8.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 13 2023, 2:19 AM (8 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5824955
Default Alt Text
D8201.id20600.diff (5 KB)

Event Timeline