Page MenuHomeSolus

0001-Initial-commit-of-kconfig.patch

Authored By
sunnyflunk
Aug 16 2016, 10:33 PM
Size
3 KB
Referenced Files
None
Subscribers
None

0001-Initial-commit-of-kconfig.patch

From f63f14862790d04f9a0e5ed0b0e9d7c29df22e9b Mon Sep 17 00:00:00 2001
From: Peter O'Connor <sunnyflunk@gmail.com>
Date: Tue, 16 Aug 2016 21:28:37 +1000
Subject: [PATCH] Initial commit of kconfig
---
Makefile | 1 +
package.yml | 20 ++++++++++++++++++++
pspec_x86_64.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 76 insertions(+)
create mode 100644 Makefile
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..760de45
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,20 @@
+name : kconfig
+version : 5.25.0
+release : 1
+source :
+ - http://download.kde.org/stable/frameworks/5.25/kconfig-5.25.0.tar.xz : 498332f1c3fbb5e0d681cf6807502c1fe0aef74e79b29cd1e60e4096924949c2
+license : LGPL-2.1
+component : desktop.library
+summary : Persistent platform-independent application settings.
+description: |
+ Persistent platform-independent application settings.
+builddeps :
+ - pkgconfig(gl)
+ - pkgconfig(Qt5Core)
+ - extra-cmake-modules
+setup : |
+ %cmake .
+build : |
+ %make
+install : |
+ %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..ddb5f87
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,55 @@
+<PISI>
+ <Source>
+ <Name>kconfig</Name>
+ <Packager>
+ <Name>Peter O&apos;Connor</Name>
+ <Email>sunnyflunk@gmail.com</Email>
+ </Packager>
+ <License>LGPL-2.1</License>
+ <PartOf>desktop.library</PartOf>
+ <Summary xml:lang="en">Persistent platform-independent application settings.</Summary>
+ <Description xml:lang="en">Persistent platform-independent application settings.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>kconfig</Name>
+ <Summary xml:lang="en">Persistent platform-independent application settings.</Summary>
+ <Description xml:lang="en">Persistent platform-independent application settings.
+</Description>
+ <PartOf>desktop.library</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/qt5/mkspecs/modules/qt_KConfigCore.pri</Path>
+ <Path fileType="library">/usr/lib/qt5/mkspecs/modules/qt_KConfigGui.pri</Path>
+ <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="library">/usr/lib64/libexec/kf5/kconf_update</Path>
+ <Path fileType="library">/usr/lib64/libexec/kf5/kconfig_compiler_kf5</Path>
+ <Path fileType="localedata">/usr/share/locale</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>kconfig-devel</Name>
+ <Summary xml:lang="en">Development files for kconfig</Summary>
+ <Description xml:lang="en">Persistent platform-independent application settings.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">kconfig</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/</Path>
+ <Path fileType="library">/usr/lib64/cmake/</Path>
+ <Path fileType="library">/usr/lib64/lib*.so</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-08-16</Date>
+ <Version>5.25.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Peter O&apos;Connor</Name>
+ <Email>sunnyflunk@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.9.2

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
713
Default Alt Text
0001-Initial-commit-of-kconfig.patch (3 KB)

Event Timeline