Page MenuHomeSolus

0001-Initial-commit-of-karchive.patch

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

0001-Initial-commit-of-karchive.patch

From 6b68679e62491ebdde4cd604c0481376177301fd Mon Sep 17 00:00:00 2001
From: Peter O'Connor <sunnyflunk@gmail.com>
Date: Tue, 16 Aug 2016 21:26:56 +1000
Subject: [PATCH] Initial commit of karchive
---
Makefile | 1 +
package.yml | 21 +++++++++++++++++++++
pspec_x86_64.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 73 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..ce4c174
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,21 @@
+name : karchive
+version : 5.25.0
+release : 1
+source :
+ - http://download.kde.org/stable/frameworks/5.25/karchive-5.25.0.tar.xz : 0c338f1e1adc5522de6555fa3fa8c6ebcde29ce48e1f5959beca12d46aea88d8
+license :
+ - GPL-2.0
+ - LGPL-2.1
+component : desktop.library
+summary : Reading, creating, and manipulating file archives.
+description: |
+ Reading, creating, and manipulating file archives.
+builddeps :
+ - 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..9f12dc3
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,51 @@
+<PISI>
+ <Source>
+ <Name>karchive</Name>
+ <Packager>
+ <Name>Peter O&apos;Connor</Name>
+ <Email>sunnyflunk@gmail.com</Email>
+ </Packager>
+ <License>GPL-2.0</License>
+ <License>LGPL-2.1</License>
+ <PartOf>desktop.library</PartOf>
+ <Summary xml:lang="en">Reading, creating, and manipulating file archives.</Summary>
+ <Description xml:lang="en">Reading, creating, and manipulating file archives.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>karchive</Name>
+ <Summary xml:lang="en">Reading, creating, and manipulating file archives.</Summary>
+ <Description xml:lang="en">Reading, creating, and manipulating file archives.
+</Description>
+ <PartOf>desktop.library</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/qt5/mkspecs/modules/qt_KArchive.pri</Path>
+ <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>karchive-devel</Name>
+ <Summary xml:lang="en">Development files for karchive</Summary>
+ <Description xml:lang="en">Reading, creating, and manipulating file archives.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">karchive</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
712
Default Alt Text
0001-Initial-commit-of-karchive.patch (3 KB)

Event Timeline