commit 71a78cb8e9438e357ca94060b57aef276cf63e388e1a347ba4544aaeef7e769b Author: Michael Vetter Date: Mon Oct 23 12:25:28 2023 +0000 Accepting request 1119638 from home:jubalh OBS-URL: https://build.opensuse.org/request/show/1119638 OBS-URL: https://build.opensuse.org/package/show/network:im:whatsapp/whatsie?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/v4.14.1.tar.gz b/v4.14.1.tar.gz new file mode 100644 index 0000000..1337ace --- /dev/null +++ b/v4.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369acebb948375713f4e97a5e0304dbda407b432b42fe8ad0b6aa9b602744311 +size 21146781 diff --git a/whatsie.changes b/whatsie.changes new file mode 100644 index 0000000..3a3df55 --- /dev/null +++ b/whatsie.changes @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 19 11:20:50 UTC 2023 - Michael Vetter + +- Use qmake macro and pkgconfig + +------------------------------------------------------------------- +Mon Sep 25 18:27:26 UTC 2023 - Michael Vetter + +- Initial package of whatsie 4.14.1 for openSUSE diff --git a/whatsie.spec b/whatsie.spec new file mode 100644 index 0000000..102874e --- /dev/null +++ b/whatsie.spec @@ -0,0 +1,68 @@ +# +# spec file for package whatsie +# +# Copyright (c) 2023 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: whatsie +Version: 4.14.1 +Release: 0 +Summary: Feature rich WhatsApp Client for Desktop Linux +License: MIT +URL: https://github.com/keshavbhatt/whatsie +Source: https://github.com/keshavbhatt/whatsie/archive/refs/tags/v%{version}.tar.gz +BuildRequires: hicolor-icon-theme +BuildRequires: libqt5-qtbase-devel +BuildRequires: pkgconfig +BuildRequires: pkgconfig(Qt5Location) +BuildRequires: pkgconfig(Qt5Positioning) +BuildRequires: pkgconfig(Qt5PositioningQuick) +BuildRequires: pkgconfig(Qt5Qml) +BuildRequires: pkgconfig(Qt5Quick) +BuildRequires: pkgconfig(Qt5QuickTest) +BuildRequires: pkgconfig(Qt5QuickWidgets) +BuildRequires: pkgconfig(Qt5WebChannel) +BuildRequires: pkgconfig(Qt5WebEngine) +BuildRequires: pkgconfig(Qt5WebEngineCore) +BuildRequires: pkgconfig(Qt5WebEngineWidgets) + +%description +Feature rich WhatsApp Client for Desktop Linux. + +%prep +%autosetup + +%build +%qmake5 src + +%install +make install INSTALL_ROOT=%{buildroot} + +%files +%license LICENSE +%doc CHANGELOG.md README.md +%{_bindir}/whatsie +%{_datadir}/applications/com.ktechpit.whatsie.desktop +%{_datadir}/icons/hicolor/???x???/apps/com.ktechpit.whatsie.png +%{_datadir}/icons/hicolor/??x??/apps/com.ktechpit.whatsie.png +%{_datadir}/icons/hicolor/scalable/apps/com.ktechpit.whatsie.svg +%{_datadir}/icons/hicolor/symbolic/apps/com.ktechpit.whatsie-symbolic.svg +%{_datadir}/metainfo/com.ktechpit.whatsie.appdata.xml +%dir %{_datadir}/org.keshavnrj.ubuntu +%dir %{_datadir}/org.keshavnrj.ubuntu/WhatSie/ +%dir %{_datadir}/org.keshavnrj.ubuntu/WhatSie/qtwebengine_dictionaries +%{_datadir}/org.keshavnrj.ubuntu/WhatSie/qtwebengine_dictionaries/*.bdic + +%changelog