forked from pool/zapzap
Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1b1624d350 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ad8f496b9989056c3ee561abaed77a4bfa021686e06e8f884d51ee15059d8a7
|
||||
size 1271896
|
||||
BIN
6.2.8.tar.gz
LFS
Normal file
BIN
6.2.8.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,87 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 08:50:12 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 6.2.7:
|
||||
* fix: refactor clipboard logic to prevent wayland segfault #514
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 08:49:58 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 6.2.6:
|
||||
* Update pt_PT.po #510
|
||||
* Guard WebEngine extensions based on Qt version (Debian build fix) #515
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 08:49:47 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 6.2.5:
|
||||
* Integration with deb version #480
|
||||
* Add uv tool installation instructions to README #502
|
||||
* Fixing Chromium Flags being ignored and Wayland support #506
|
||||
* Custom theming support via Chrome extension #490
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 08:49:34 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 6.2.2:
|
||||
* Update pt_BR.po #464
|
||||
* Add translation Portuguese Portugal #463
|
||||
* Revise Hebrew translations and update metadata #462
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 08:49:23 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 6.2.1:
|
||||
* Fix: Can't paste images from clipboard (via browsers).
|
||||
* Fix: Dictionary for spelling correction.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 08:49:13 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 6.2:
|
||||
* Message context menu on right-click #403
|
||||
* Update it.po #414
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 08:48:57 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 6.1:
|
||||
* Update ZapZap UI Colors with Latest WhatsApp Theme #341
|
||||
* Update pl.po #345
|
||||
* Add Hebrew translations #375
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 08:48:21 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 6.0.1:
|
||||
* Typing mistake #306
|
||||
* Update ui_page_general.ui #308
|
||||
* Update German Translation #311
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 08:48:03 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 6.0.0:
|
||||
* Updated translation for Bosnian language #273
|
||||
* Update bs.po #298
|
||||
* Added Dutch translation #299
|
||||
* Patch 1 #301
|
||||
* Update es.po #302
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 08:47:18 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 5.3.8:
|
||||
* Patch unhandled dbus exception #241
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 08:45:34 UTC 2026 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 5.3.6:
|
||||
* Fix grammar and typos #196
|
||||
* Improvements to README and metainfo files #197
|
||||
* Some more updates to the README and the .xml file that I forgot to submit a pull request for #202
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 06:15:43 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
21
zapzap.spec
21
zapzap.spec
@@ -17,15 +17,16 @@
|
||||
|
||||
|
||||
Name: zapzap
|
||||
Version: 5.3.1
|
||||
Version: 6.2.8
|
||||
Release: 0
|
||||
Summary: Whatsapp Desktop for Linux
|
||||
License: GPL-3.0-only+
|
||||
URL: https://github.com/zapzap-linux/zapzap
|
||||
Source0: https://github.com/zapzap-linux/zapzap/archive/refs/tags/%{version}.tar.gz
|
||||
URL: https://github.com/rafatosta/zapzap
|
||||
Source0: https://github.com/rafatosta/zapzap/archive/refs/tags/%{version}.tar.gz
|
||||
BuildRequires: %{python_module PyQt6}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: hicolor-icon-theme
|
||||
@@ -39,29 +40,29 @@ WhatsApp desktop application for Linux.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}
|
||||
sed -i "s|!/usr/bin/env python|!%{_bindir}/python3|" zapzap/services/dbus_notify.py
|
||||
sed -i "s|!/usr/bin/env python|!%{_bindir}/python3|" *.py
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%py3_install
|
||||
%pyproject_install
|
||||
mkdir -p %{buildroot}%{_datadir}/applications
|
||||
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
|
||||
cp -R share/applications/com.rtosta.zapzap.desktop %{buildroot}%{_datadir}/applications/com.rtosta.zapzap.desktop
|
||||
cp -R share/icons/com.rtosta.zapzap.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/com.rtosta.zapzap.svg
|
||||
|
||||
%fdupes %{buildroot}%{python_sitelib}/%{name}/
|
||||
|
||||
chmod +x %{buildroot}/%{python_sitelib}/%{name}/services/dbus_notify.py
|
||||
echo HERE
|
||||
echo %{python_sitelib}/%{name}
|
||||
|
||||
%check
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{python_sitelib}/%{name}-*.egg-info
|
||||
%{python_sitelib}/%{name}/
|
||||
%{python_sitelib}/%{name}-*
|
||||
%{python_sitelib}/%{name}
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/com.rtosta.zapzap.desktop
|
||||
%{_datadir}/icons/hicolor/scalable/apps/com.rtosta.zapzap.svg
|
||||
|
||||
Reference in New Issue
Block a user