From 0e9b861f7c3007797172d25c1bb91dad53acf84f Mon Sep 17 00:00:00 2001 From: "Federico D. Schonborn" Date: Thu, 2 Feb 2017 02:13:42 -0300 Subject: [PATCH] Initial commit Signed-off-by: Federico D. Schonborn --- 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 @@ + + + brewtarget + + Federico D. Schonborn + federico.d.schonborn@gmail.com + + GPL-3.0 + desktop + A free and open-source brewing software and beer recipe creation tool + 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. + + https://solus-project.com/sources/README.Solus + + + brewtarget + A free and open-source brewing software and beer recipe creation tool + 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. + + desktop + + /usr/bin + /usr/share/applications/brewtarget.desktop + /usr/share/brewtarget + /usr/share/doc + /usr/share/icons/hicolor/scalable/apps/brewtarget.svg + + + + + 2017-02-02 + 2.3.1 + Packaging update + Federico D. Schonborn + federico.d.schonborn@gmail.com + + + \ No newline at end of file -- 2.11.0