Skip to content

Commit

Permalink
Rename the app to WasIstLos
Browse files Browse the repository at this point in the history
  • Loading branch information
xeco23 committed Oct 17, 2024
1 parent c96fc1a commit 936a06e
Show file tree
Hide file tree
Showing 49 changed files with 116 additions and 130 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
recipe: "./appimage/AppImageBuilder.yml"
env:
UPDATE_INFO: gh-releases-zsync|eneshecan|whatsapp-for-linux|${{ env.RELEASE_VERSION }}|*x86_64.AppImage.zsync
UPDATE_INFO: gh-releases-zsync|eneshecan|WasIstLos|${{ env.RELEASE_VERSION }}|*x86_64.AppImage.zsync

- name: Push Tag
id: push-tag
Expand Down Expand Up @@ -87,8 +87,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: "whatsapp-for-linux_${{ env.RELEASE_VERSION }}_amd64.deb"
asset_name: "whatsapp-for-linux_${{ env.RELEASE_VERSION }}_amd64.deb"
asset_path: "WasIstLos_${{ env.RELEASE_VERSION }}_amd64.deb"
asset_name: "WasIstLos_${{ env.RELEASE_VERSION }}_amd64.deb"
asset_content_type: application/deb

- name: Upload Snap Package
Expand All @@ -109,8 +109,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: "whatsapp-for-linux-${{ env.RELEASE_VERSION }}-x86_64.AppImage"
asset_name: "whatsapp-for-linux-${{ env.RELEASE_VERSION }}-x86_64.AppImage"
asset_path: "WasIstLos-${{ env.RELEASE_VERSION }}-x86_64.AppImage"
asset_name: "WasIstLos-${{ env.RELEASE_VERSION }}-x86_64.AppImage"
asset_content_type: application/appimage

- name: Publish Snap to Store
Expand Down
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.12)
project(
whatsapp-for-linux
WasIstLos
VERSION 1.6.5
DESCRIPTION "An unofficial WhatsApp desktop application for Linux"
HOMEPAGE_URL "https://github.com/eneshecan/whatsapp-for-linux"
HOMEPAGE_URL "https://github.com/xeco23/WasIstLos"
LANGUAGES C CXX
)

Expand All @@ -12,12 +12,12 @@ include(GNUInstallDirs)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(WFL_NAME ${CMAKE_PROJECT_NAME})
set(WFL_FRIENDLY_NAME "WhatsApp for Linux")
set(WFL_FRIENDLY_NAME "Was Ist Los")
set(WFL_DESCRIPTION ${CMAKE_PROJECT_DESCRIPTION})
set(WFL_HOMEPAGE ${CMAKE_PROJECT_HOMEPAGE_URL})
set(WFL_VERSION ${CMAKE_PROJECT_VERSION})
string(TIMESTAMP WFL_BUILD_DATE "%Y-%m-%d")
set(WFL_APP_ID "com.github.eneshecan.WhatsAppForLinux")
set(WFL_APP_ID "com.github.xeco23.WasIstLos")
set(WFL_ICON ${WFL_APP_ID})
set(GETTEXT_PACKAGE ${WFL_NAME})
set(WFL_LOCALEDIR "${CMAKE_INSTALL_FULL_LOCALEDIR}")
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ We are really happy you're reading this, because we need volunteers to help this

## Code

You can contribute by opening issues, resolving any issue especially [good first issues](https://github.com/eneshecan/whatsapp-for-linux/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
improving documentation, adding [translations](https://github.com/eneshecan/whatsapp-for-linux/wiki#translations) in your language etc.
You can contribute by opening issues, resolving any issue especially [good first issues](https://github.com/xeco/WasIstLos/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22),
improving documentation, adding [translations](https://github.com/xeco23/WasIstLos/wiki#translations) in your language etc.

### Submitting changes

Please send a [GitHub Pull Request to whatsapp-for-linux](https://github.com/eneshecan/whatsapp-for-linux/pull/new/master) with a clear list of what you've done.
Please send a [GitHub Pull Request to WasIstLos](https://github.com/xeco23/WasIstLos/pull/new/master) with a clear list of what you've done.
Read more about [Pull Requests](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).


Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# WhatsApp for Linux
# WasIstLos

An unofficial WhatsApp desktop application for Linux.

<p align="left">
<a href="https://flathub.org/apps/details/com.github.eneshecan.WhatsAppForLinux">
<a href="https://flathub.org/apps/details/com.github.xeco23.WasIstLos">
<img align="center" alt="Download on Flathub" src="https://flathub.org/assets/badges/flathub-badge-en.png" width="200">
</a>
<a href="https://snapcraft.io/whatsapp-for-linux">
<a href="https://snapcraft.io/WasIstLos">
<img align="center" alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg" width="200">
</a>
</p>

[![Action Status](https://github.com/eneshecan/whatsapp-for-linux/workflows/Linter/badge.svg)](https://github.com/eneshecan/whatsapp-for-linux/actions/workflows/linter.yml)
[![Action Status](https://github.com/eneshecan/whatsapp-for-linux/workflows/Build/badge.svg)](https://github.com/eneshecan/whatsapp-for-linux/actions/workflows/build.yml)
[![Action Status](https://github.com/eneshecan/whatsapp-for-linux/workflows/Install/badge.svg)](https://github.com/eneshecan/whatsapp-for-linux/actions/workflows/install.yml)
[![Action Status](https://github.com/eneshecan/whatsapp-for-linux/workflows/Release/badge.svg)](https://github.com/eneshecan/whatsapp-for-linux/actions/workflows/release.yml)
[![Action Status](https://github.com/xeco23/WasIstLos/workflows/Linter/badge.svg)](https://github.com/xeco23/WasIstLos/actions/workflows/linter.yml)
[![Action Status](https://github.com/xeco23/WasIstLos/workflows/Build/badge.svg)](https://github.com/xeco23/WasIstLos/actions/workflows/build.yml)
[![Action Status](https://github.com/xeco23/WasIstLos/workflows/Install/badge.svg)](https://github.com/xeco23/WasIstLos/actions/workflows/install.yml)
[![Action Status](https://github.com/xeco23/WasIstLos/workflows/Release/badge.svg)](https://github.com/xeco23/WasIstLos/actions/workflows/release.yml)
[![POEditor](https://img.shields.io/badge/Translations-POEditor-brightgreen)](https://poeditor.com/join/project/jMGkxVn3vN)

![App Window](screenshot/app.png)


## About

WhatsApp for Linux is an unofficial WhatsApp desktop application written in C++ with the help of gtkmm and WebKitGtk libraries.
Check out [wiki](https://github.com/eneshecan/whatsapp-for-linux/wiki) for further details.
WasIstLos is an unofficial WhatsApp desktop application written in C++ with the help of gtkmm and WebKitGtk libraries.
Check out [wiki](https://github.com/xeco23/WasIstLos/wiki) for further details.


## Features
Expand All @@ -41,7 +41,7 @@ Check out [wiki](https://github.com/eneshecan/whatsapp-for-linux/wiki) for furth
* Open chat by phone number


## Using WhatsApp for Linux
## Using WasIstLos

The application is available from a number of Linux distributions:

Expand Down Expand Up @@ -75,7 +75,7 @@ make -j4
make update-translation

# Run
./whatsapp-for-linux
./WasIstLos
```

### Local installation
Expand Down
8 changes: 4 additions & 4 deletions appimage/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: 1
AppDir:
path: ./AppDir
app_info:
id: com.github.eneshecan.WhatsAppForLinux
name: whatsapp-for-linux
icon: com.github.eneshecan.WhatsAppForLinux
id: com.github.xeco23.WasIstLos
name: WasIstLos
icon: com.github.xeco23.WasIstLos
version: !ENV ${RELEASE_VERSION}
exec: usr/bin/whatsapp-for-linux
exec: usr/bin/wasistlos
exec_args: $@
after_bundle: |
# Binary patch absolute paths in libwebkit files
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
whatsapp-for-linux (0) stable; urgency=medium
WasIstLos (0) stable; urgency=medium

* See https://github.com/eneshecan/whatsapp-for-linux/releases
* See https://github.com/xeco23/WasIstLos/releases

-- Enes Hecan <[email protected]> Sun, 20 Jun 2021 10:30:00 +0200
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: whatsapp-for-linux
Source: WasIstLos
Section: web
Priority: optional
Maintainer: Enes Hecan <[email protected]>
Expand All @@ -11,10 +11,10 @@ Build-Depends: cmake,
libcanberra-dev,
pkgconf
Standards-Version: 4.5.1
Homepage: https://github.com/eneshecan/whatsapp-for-linux
Homepage: https://github.com/xeco23/WasIstLos
Rules-Requires-Root: no

Package: whatsapp-for-linux
Package: WasIstLos
Architecture: any
Depends: glib-networking,
gstreamer1.0-libav,
Expand Down
6 changes: 3 additions & 3 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: whatsapp-for-linux
Upstream-Contact: https://github.com/eneshecan/whatsapp-for-linux/issues
Source: https://github.com/eneshecan/whatsapp-for-linux
Upstream-Name: WasIstLos
Upstream-Contact: https://github.com/xeco23/WasIstLos/issues
Source: https://github.com/xeco23/WasIstLos

Files: *
Copyright: 2020 Enes Hecan <[email protected]>
Expand Down
8 changes: 4 additions & 4 deletions debian/upstream/metadata
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Bug-Database: https://github.com/eneshecan/whatsapp-for-linux/issues
Bug-Submit: https://github.com/eneshecan/whatsapp-for-linux/issues/new
Repository: https://github.com/eneshecan/whatsapp-for-linux.git
Repository-Browse: https://github.com/eneshecan/whatsapp-for-linux
Bug-Database: https://github.com/xeco23/WasIstLos/issues
Bug-Submit: https://github.com/xeco23/WasIstLos/issues/new
Repository: https://github.com/xeco23/WasIstLos.git
Repository-Browse: https://github.com/xeco23/WasIstLos
2 changes: 1 addition & 1 deletion debian/watch
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=4
https://github.com/eneshecan/whatsapp-for-linux/releases .*/v?@ANY_VERSION@@ARCHIVE_EXT@
https://github.com/xeco23/WasIstLos/releases .*/v?@ANY_VERSION@@ARCHIVE_EXT@
8 changes: 4 additions & 4 deletions po/whatsapp-for-linux.pot → po/WasIstLos.pot
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Template translation file for whatsapp-for-linux
# Template translation file for WasIstLos
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the whatsapp-for-linux package.
# This file is distributed under the same license as the WasIstLos package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: whatsapp-for-linux\n"
"Project-Id-Version: WasIstLos\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-10 22:56+0100\n"
"PO-Revision-Date: 2023-08-08 13:28+0200\n"
Expand All @@ -23,7 +23,7 @@ msgid "About"
msgstr ""

#: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6
msgid "WhatsApp for Linux"
msgid "WasIstLos"
msgstr ""

#: ../src/ui/MainWindow.cpp:346
Expand Down
6 changes: 3 additions & 3 deletions po/bn.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: POEditor.com\n"
"Project-Id-Version: WhatsApp for Linux\n"
"Project-Id-Version: WasIstLos\n"
"Language: bn\n"

#: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46
Expand All @@ -13,8 +13,8 @@ msgid "About"
msgstr "এর সম্পর্কে"

#: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6
msgid "WhatsApp for Linux"
msgstr "WhatsApp for Linux"
msgid "WasIstLos"
msgstr "WasIstLos"

#: ../src/ui/MainWindow.cpp:346
msgid "An unofficial WhatsApp desktop application for Linux"
Expand Down
6 changes: 3 additions & 3 deletions po/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: POEditor.com\n"
"Project-Id-Version: WhatsApp for Linux\n"
"Project-Id-Version: WasIstLos\n"
"Language: cs\n"

#: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46
Expand All @@ -13,8 +13,8 @@ msgid "About"
msgstr "O aplikaci"

#: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6
msgid "WhatsApp for Linux"
msgstr "WhatsApp pro Linux"
msgid "WasIstLos"
msgstr "WasIstLos"

#: ../src/ui/MainWindow.cpp:346
msgid "An unofficial WhatsApp desktop application for Linux"
Expand Down
6 changes: 3 additions & 3 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: POEditor.com\n"
"Project-Id-Version: WhatsApp for Linux\n"
"Project-Id-Version: WasIstLos\n"
"Language: de\n"

#: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46
Expand All @@ -13,8 +13,8 @@ msgid "About"
msgstr "Über"

#: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6
msgid "WhatsApp for Linux"
msgstr "WhatsApp für Linux"
msgid "WasIstLos"
msgstr "WasIstLos"

#: ../src/ui/MainWindow.cpp:346
msgid "An unofficial WhatsApp desktop application for Linux"
Expand Down
6 changes: 3 additions & 3 deletions po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: POEditor.com\n"
"Project-Id-Version: WhatsApp for Linux\n"
"Project-Id-Version: WasIstLos\n"
"Language: es\n"

#: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46
Expand All @@ -13,8 +13,8 @@ msgid "About"
msgstr "Acerca de"

#: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6
msgid "WhatsApp for Linux"
msgstr "WhatsApp para Linux"
msgid "WasIstLos"
msgstr "WasIstLos"

#: ../src/ui/MainWindow.cpp:346
msgid "An unofficial WhatsApp desktop application for Linux"
Expand Down
6 changes: 3 additions & 3 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: POEditor.com\n"
"Project-Id-Version: WhatsApp for Linux\n"
"Project-Id-Version: WasIstLos\n"
"Language: fr\n"

#: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46
Expand All @@ -13,8 +13,8 @@ msgid "About"
msgstr "À propos"

#: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6
msgid "WhatsApp for Linux"
msgstr "WhatsApp pour Linux"
msgid "WasIstLos"
msgstr "WasIstLos"

#: ../src/ui/MainWindow.cpp:346
msgid "An unofficial WhatsApp desktop application for Linux"
Expand Down
6 changes: 3 additions & 3 deletions po/hu.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: POEditor.com\n"
"Project-Id-Version: WhatsApp for Linux\n"
"Project-Id-Version: WasIstLos\n"
"Language: hu\n"

#: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46
Expand All @@ -13,8 +13,8 @@ msgid "About"
msgstr "Névjegy"

#: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6
msgid "WhatsApp for Linux"
msgstr "WhatsApp Linuxra"
msgid "WasIstLos"
msgstr "WasIstLos"

#: ../src/ui/MainWindow.cpp:346
msgid "An unofficial WhatsApp desktop application for Linux"
Expand Down
8 changes: 4 additions & 4 deletions po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: POEditor.com\n"
"Project-Id-Version: WhatsApp for Linux\n"
"Project-Id-Version: WasIstLos\n"
"Language: it\n"

#: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46
Expand All @@ -13,8 +13,8 @@ msgid "About"
msgstr "Informazioni"

#: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6
msgid "WhatsApp for Linux"
msgstr "WhatsApp per Linux"
msgid "WasIstLos"
msgstr "WasIstLos"

#: ../src/ui/MainWindow.cpp:346
msgid "An unofficial WhatsApp desktop application for Linux"
Expand Down Expand Up @@ -55,7 +55,7 @@ msgstr "Annulla"

#: ../src/ui/WebView.cpp:328
msgid "Unresponsive"
msgstr "WhatsApp non risponde"
msgstr "WasIstLos non risponde"

#: ../src/ui/WebView.cpp:329
msgid "The application is not responding. Would you like to reload?"
Expand Down
6 changes: 3 additions & 3 deletions po/ka.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: POEditor.com\n"
"Project-Id-Version: WhatsApp for Linux\n"
"Project-Id-Version: WasIstLos\n"
"Language: ka\n"

#: ../src/ui/MainWindow.cpp:343 ../src/ui/TrayIcon.cpp:46
Expand All @@ -13,8 +13,8 @@ msgid "About"
msgstr "შესახებ"

#: ../src/ui/MainWindow.cpp:345 ../resource/ui/MainWindow.ui.h:6
msgid "WhatsApp for Linux"
msgstr "WhatsApp-ი ლინუქსისთვის"
msgid "WasIstLos"
msgstr "WasIstLos"

#: ../src/ui/MainWindow.cpp:346
msgid "An unofficial WhatsApp desktop application for Linux"
Expand Down
Loading

0 comments on commit 936a06e

Please sign in to comment.