commit 10757284005bc590efb6cb8f5e13a9c42f1253e5a7721e0f4359f31944f2cd09 Author: Michael Vetter Date: Mon Apr 4 11:24:52 2016 +0000 OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-wallet?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/lxqt-wallet.changes b/lxqt-wallet.changes new file mode 100644 index 0000000..4302f3f --- /dev/null +++ b/lxqt-wallet.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sat Mar 17 12:17:51 UTC 2016 - avvissu@yandex.ru + +- Initial release + diff --git a/lxqt-wallet.spec b/lxqt-wallet.spec new file mode 100644 index 0000000..a3a927c --- /dev/null +++ b/lxqt-wallet.spec @@ -0,0 +1,82 @@ +# +# spec file for package lxqt-wallet +# +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# +# 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 http://bugs.opensuse.org/ +# + + +%define srcname lxqt_wallet +Name: lxqt-wallet +Version: 2.2.0 +Release: 0 +Summary: Secure storage of information for lxqt +License: BSD-2-Clause +Group: System/GUI/LXQt +Url: https://github.com/mhogomchungu/lxqt_wallet +Source0: https://github.com/mhogomchungu/lxqt_wallet/archive/%{version}.tar.gz#/%{srcname}-%{version}.tar.gz +BuildRequires: cmake +BuildRequires: gcc-c++ +BuildRequires: pkgconfig +BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: cmake(KF5Notifications) +BuildRequires: cmake(KF5Wallet) +BuildRequires: libgcrypt-devel +Recommends: %{name}-lang + +%description +Secure storage of information in kwallet that can be presented in +key-values pair like user names-passwords pairs. + +%package devel +Summary: Development files for %{name} +Group: Development/Libraries/C and C++ + +%description devel +This package contains the header files needed to develop application that +use %{name}. + +%lang_package + +%prep +%setup -q -n %{srcname}-%{version} + +%build +%cmake \ + -DQT5=ON \ + -DNOKDESUPPORT=OFF \ + -DNOSECRETSUPPORT=ON + +make %{?_smp_mflags} + +%install +%cmake_install + +%files +%defattr(-,root,root) +%doc LICENSE README* changelog +%{_bindir}/%{srcname}* + +%files devel +%defattr(-,root,root) +%{_includedir}/lxqt/ + +%files lang +%defattr(-,root,root) +%dir %{_datadir}/%{srcname} +%dir %{_datadir}/%{srcname}/translations* +%{_datadir}/%{srcname}/translations*/*.qm + +%changelog diff --git a/lxqt_wallet-2.2.0.tar.gz b/lxqt_wallet-2.2.0.tar.gz new file mode 100644 index 0000000..548b9a6 --- /dev/null +++ b/lxqt_wallet-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242446338ed2508b79b4d906473cca241325b720f3fa77fb96db93afb2d12ef7 +size 270505