package created using the webbuild interface [release 0.3.9-1mamba;Fri Sep 09 2022]
This commit is contained in:
parent
ab1f60592a
commit
94f0d0bcf8
@ -1,2 +1,6 @@
|
||||
# whatsdesk-bin
|
||||
|
||||
WhatsDesk is a unofficial client of whatsapp.
|
||||
This project is only inserting an instance of Whatsapp Web in an electron app and adds/enables desktop notifications.
|
||||
This package provides the upstrim binary distribution repackaged.
|
||||
|
||||
|
21
whatsdesk-LICENSE
Normal file
21
whatsdesk-LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018 Gustavo Gonzalez
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
83
whatsdesk-bin.spec
Normal file
83
whatsdesk-bin.spec
Normal file
@ -0,0 +1,83 @@
|
||||
Name: whatsdesk-bin
|
||||
Version: 0.3.9
|
||||
Release: 1mamba
|
||||
Summary: Unofficial client of WhatsApp (upstream binary distribution)
|
||||
Group: Graphical Desktop/Applications/Internet
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://gitlab.com/zerkc/whatsdesk/
|
||||
Source: https://zerkc.gitlab.io/whatsdesk/whatsdesk_%{version}_amd64.deb
|
||||
Source1: whatsdesk-LICENSE
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
#libffmpeg.so()(64bit): unidentified build requirement
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXcomposite-devel
|
||||
BuildRequires: libXdamage-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libat-spi2-atk-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcups-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libdrm-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libmesa-devel
|
||||
BuildRequires: libnspr-devel
|
||||
BuildRequires: libnss-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libwayland-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libarchive-tools
|
||||
|
||||
%description
|
||||
WhatsDesk is a unofficial client of whatsapp.
|
||||
This project is only inserting an instance of Whatsapp Web in an electron app and adds/enables desktop notifications.
|
||||
This package provides the upstrim binary distribution repackaged.
|
||||
|
||||
%debug_package
|
||||
|
||||
%global __provides_exclude_from ^/opt/whatsdesk/.*$
|
||||
|
||||
%prep
|
||||
%setup -q -c %{name}-%{version} -T
|
||||
bsdtar -xv -f %{SOURCE0}
|
||||
tar xf data.tar.xz
|
||||
cp %{SOURCE1} LICENSE
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
install -d %{buildroot}%{_bindir}
|
||||
cp -a usr opt %{buildroot}
|
||||
|
||||
ln -s /opt/whatsdesk/whatsdesk %{buildroot}%{_bindir}/whatsdesk
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/whatsdesk
|
||||
%{_datadir}/applications/whatsdesk.desktop
|
||||
%dir /opt/whatsdesk
|
||||
/opt/whatsdesk/*
|
||||
%{_docdir}/whatsdesk/changelog.gz
|
||||
%{_datadir}/icons/hicolor/*/apps/whatsdesk.png
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Sep 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.9-1mamba
|
||||
- package created using the webbuild interface
|
BIN
whatsdesk_0.3.9_amd64.deb
Normal file
BIN
whatsdesk_0.3.9_amd64.deb
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user