Page MenuHomeSolus
Authored By
feskyde
Feb 2 2017, 5:16 AM
Size
5 KB
Referenced Files
None
Subscribers
None

0001-Initial-commit.patch

From 0e9b861f7c3007797172d25c1bb91dad53acf84f Mon Sep 17 00:00:00 2001
From: "Federico D. Schonborn" <federico.d.schonborn@gmail.com>
Date: Thu, 2 Feb 2017 02:13:42 -0300
Subject: [PATCH] Initial commit
Signed-off-by: Federico D. Schonborn <federico.d.schonborn@gmail.com>
---
Makefile | 1 +
abi_used_libs | 13 +++++++++++++
package.yml | 29 +++++++++++++++++++++++++++++
pspec_x86_64.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 93 insertions(+)
create mode 100644 Makefile
create mode 100644 abi_used_libs
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/abi_used_libs b/abi_used_libs
new file mode 100644
index 0000000..a98da6d
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,13 @@
+libQt5Core.so.5
+libQt5Gui.so.5
+libQt5Multimedia.so.5
+libQt5Network.so.5
+libQt5PrintSupport.so.5
+libQt5Sql.so.5
+libQt5WebKitWidgets.so.5
+libQt5Widgets.so.5
+libQt5Xml.so.5
+libc.so.6
+libgcc_s.so.1
+libm.so.6
+libstdc++.so.6
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..e749d00
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,29 @@
+name : brewtarget
+version : 2.3.1
+release : 1
+source :
+ - https://github.com/Brewtarget/brewtarget/archive/v2.3.1.tar.gz : 3314a2cff04750255b722722613ff40510f8720180b3c75e54af51a1a3a7e10e
+license : GPL-3.0
+component : desktop
+summary : A free and open-source brewing software and beer recipe creation tool
+description: |
+ Brewtarget is free open-source brewing software, and a beer recipe creation tool available for
+ Linux, Mac, and Windows. It automatically calculates color, bitterness, and other parameters
+ for you while you drag and drop ingredients into the recipe. Brewtarget also has many other
+ tools such as priming sugar calculators, OG correction help, and a unique mash designing tool.
+ It also can export and import recipes in BeerXML, allowing you to easily share recipes with
+ friends who use BeerSmith or other programs. All of this means that Brewtarget is your single,
+ free, go-to tool when crafting your beer recipes.
+builddeps :
+ - pkgconfig(Qt5Multimedia)
+ - pkgconfig(Qt5Qml)
+ - pkgconfig(Qt5Svg)
+ - pkgconfig(Qt5UiTools)
+ - pkgconfig(Qt5WebKit)
+ - pkgconfig(gl)
+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..22862ad
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,50 @@
+<PISI>
+ <Source>
+ <Name>brewtarget</Name>
+ <Packager>
+ <Name>Federico D. Schonborn</Name>
+ <Email>federico.d.schonborn@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>desktop</PartOf>
+ <Summary xml:lang="en">A free and open-source brewing software and beer recipe creation tool</Summary>
+ <Description xml:lang="en">Brewtarget is free open-source brewing software, and a beer recipe creation tool available for
+Linux, Mac, and Windows. It automatically calculates color, bitterness, and other parameters
+for you while you drag and drop ingredients into the recipe. Brewtarget also has many other
+tools such as priming sugar calculators, OG correction help, and a unique mash designing tool.
+It also can export and import recipes in BeerXML, allowing you to easily share recipes with
+friends who use BeerSmith or other programs. All of this means that Brewtarget is your single,
+free, go-to tool when crafting your beer recipes.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>brewtarget</Name>
+ <Summary xml:lang="en">A free and open-source brewing software and beer recipe creation tool</Summary>
+ <Description xml:lang="en">Brewtarget is free open-source brewing software, and a beer recipe creation tool available for
+Linux, Mac, and Windows. It automatically calculates color, bitterness, and other parameters
+for you while you drag and drop ingredients into the recipe. Brewtarget also has many other
+tools such as priming sugar calculators, OG correction help, and a unique mash designing tool.
+It also can export and import recipes in BeerXML, allowing you to easily share recipes with
+friends who use BeerSmith or other programs. All of this means that Brewtarget is your single,
+free, go-to tool when crafting your beer recipes.
+</Description>
+ <PartOf>desktop</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/brewtarget.desktop</Path>
+ <Path fileType="data">/usr/share/brewtarget</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/scalable/apps/brewtarget.svg</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-02-02</Date>
+ <Version>2.3.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Federico D. Schonborn</Name>
+ <Email>federico.d.schonborn@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.11.0

File Metadata

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

Event Timeline