From f7ba50d3b91f784aa5a9eb3c2afd5340523bae15 Mon Sep 17 00:00:00 2001 From: "Federico D. Schonborn" Date: Thu, 23 Feb 2017 23:13:23 -0300 Subject: [PATCH] Initial commit Signed-off-by: Federico D. Schonborn --- Makefile | 1 + abi_used_libs | 8 ++++++++ package.yml | 21 +++++++++++++++++++++ pspec_x86_64.xml | 38 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 68 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..c37f623 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,8 @@ +libQt5Core.so.5 +libQt5Gui.so.5 +libQt5Widgets.so.5 +libc.so.6 +libgcc_s.so.1 +libm.so.6 +libpthread.so.0 +libstdc++.so.6 diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..2132ca7 --- /dev/null +++ b/package.yml @@ -0,0 +1,21 @@ +name : firetools +version : 0.9.44 +release : 1 +source : + - https://ufpr.dl.sourceforge.net/project/firejail/firetools/firetools-0.9.44.tar.bz2 : 8d9120ef9a844903be5b7b9f6e4edfe331f165bfbdefab6728ddcb8ee9f19a8f +license : GPL-2.0 +component : security +summary : Firetools is the graphical user interface of Firajail security sandbox. +description: | + Firetools is the graphical user interface of Firajail security sandbox. +builddeps : + - pkgconfig(Qt5Svg) + - pkgconfig(gl) +rundeps : + - firejail +setup : | + %configure +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..fc9f572 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,38 @@ + + + firetools + + Federico D. Schonborn + federico.d.schonborn@gmail.com + + GPL-2.0 + security + Firetools is the graphical user interface of Firajail security sandbox. + Firetools is the graphical user interface of Firajail security sandbox. + + https://solus-project.com/sources/README.Solus + + + firetools + Firetools is the graphical user interface of Firajail security sandbox. + Firetools is the graphical user interface of Firajail security sandbox. + + security + + /usr/bin + /usr/share/applications/firetools.desktop + /usr/share/doc + /usr/share/man + /usr/share/pixmaps/firetools.png + + + + + 2017-02-24 + 0.9.44 + Packaging update + Federico D. Schonborn + federico.d.schonborn@gmail.com + + + \ No newline at end of file -- 2.11.1