commit 8a5cee16983586b900797d7a3f0ac7bfb4b0bcdfee42e2ff3767e66b9fc3b4ff Author: Michael Vetter Date: Wed Apr 22 08:50:32 2020 +0000 - Create package 0.1.0 for openSUSE OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-archiver?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/0.1.0.tar.gz b/0.1.0.tar.gz new file mode 100644 index 0000000..bf92309 --- /dev/null +++ b/0.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c43ce738223a9dac7951c618d89c20db6dd2ddf8534cc2f00c5bbbd7d6e0ea0 +size 229072 diff --git a/lxqt-archiver.changes b/lxqt-archiver.changes new file mode 100644 index 0000000..6615916 --- /dev/null +++ b/lxqt-archiver.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Wed Apr 22 08:42:41 UTC 2020 - Michael Vetter + +- Create package 0.1.0 for openSUSE diff --git a/lxqt-archiver.spec b/lxqt-archiver.spec new file mode 100644 index 0000000..0d8e0ad --- /dev/null +++ b/lxqt-archiver.spec @@ -0,0 +1,66 @@ +# +# spec file for package lxqt-archiver +# +# Copyright (c) 2020 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: lxqt-archiver +Version: 0.1.0 +Release: 0 +Summary: LXQt File Archiver +License: GPL-2.0-or-later +# FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" +Group: System/GUI/LXQt +URL: http://www.lxqt.org +Source: https://github.com/lxqt/lxqt-archiver/archive/%{version}.tar.gz +BuildRequires: cmake >= 3.1.0 +BuildRequires: libqt5-linguist-devel +BuildRequires: lxqt-build-tools-devel >= 0.6.0 +BuildRequires: pkgconfig +BuildRequires: pkgconfig(Qt5DBus) +BuildRequires: pkgconfig(Qt5UiTools) +BuildRequires: pkgconfig(Qt5Widgets) >= 5.7.1 +BuildRequires: pkgconfig(Qt5X11Extras) +BuildRequires: pkgconfig(glib-2.0) >= 2.50.0 +BuildRequires: pkgconfig(json-glib-1.0) +BuildRequires: pkgconfig(libfm-qt) >= 0.14.1 +Requires(post): desktop-file-utils +Requires(pre): desktop-file-utils +Recommends: %{name}-lang + +%description +LXQt file archiver. + +%lang_package + +%prep +%setup -q + +%build +%cmake +%make_build + +%install +%cmake_install + +%find_lang %{name} --with-qt + +%files +%license COPYING +%doc AUTHORS CHANGELOG + +%files lang -f %{name}.lang + +%changelog