diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,9 @@ +libQt5Core.so.5 +libQt5DBus.so.5 +libQt5Gui.so.5 +libQt5Network.so.5 +libQt5Widgets.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 --- /dev/null +++ b/package.yml @@ -0,0 +1,28 @@ +name : flameshot +version : 0.5.0 +release : 1 +source : + - https://github.com/lupoDharkael/flameshot/archive/v0.5.0.tar.gz : 32d593c14c37286d9f64873c4ef9a07eb084723c92b2280d5c22152547c1e3f0 +license : + - Apache-2.0 + - GPL-2.0 + - GPL-3.0 + - LAL-1.3 + - LGPL-3.0 +component : multimedia.graphics +summary : Powerful yet simple to use screenshot software +description: | + A program to capture screenshots. + It includes CLI options as well as a GUI for capturing and annotating screenshots. +builddeps : + - pkgconfig(gl) + - pkgconfig(Qt5UiTools) +setup : | + %qmake CONFIG+=packaging BASEDIR=$installdir +build : | + %make +install : | + %make_install + install -D -m00644 docs/bash-completion/flameshot -t $installdir/usr/share/bash-completion/completions + + diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,48 @@ + + + flameshot + + Pierre-Yves + pyu@riseup.net + + Apache-2.0 + GPL-2.0 + GPL-3.0 + LAL-1.3 + LGPL-3.0 + multimedia.graphics + Powerful yet simple to use screenshot software + A program to capture screenshots. +It includes CLI options as well as a GUI for capturing and annotating screenshots. + + https://solus-project.com/sources/README.Solus + + + flameshot + Powerful yet simple to use screenshot software + A program to capture screenshots. +It includes CLI options as well as a GUI for capturing and annotating screenshots. + + multimedia.graphics + + /usr/bin + /usr/share/applications/flameshot-config.desktop + /usr/share/applications/flameshot-init.desktop + /usr/share/applications/flameshot.desktop + /usr/share/bash-completion/completions/flameshot + /usr/share/dbus-1/interfaces/org.dharkael.Flameshot.xml + /usr/share/dbus-1/services/org.dharkael.Flameshot.service + /usr/share/flameshot + /usr/share/icons/flameshot.png + + + + + 2018-01-05 + 0.5.0 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file