-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename namespaces and config options
- Loading branch information
Showing
27 changed files
with
91 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2020-2022 Enes Hecan <[email protected]> --> | ||
<component type="desktop-application"> | ||
<id>${WFL_APP_ID}</id> | ||
<id>${WIL_APP_ID}</id> | ||
<metadata_license>FSFAP</metadata_license> | ||
<project_license>GPL-3.0</project_license> | ||
<name>${WFL_FRIENDLY_NAME}</name> | ||
<name>${WIL_FRIENDLY_NAME}</name> | ||
<summary>Unofficial WhatsApp application</summary> | ||
<content_rating type="oars-1.1"/> | ||
|
||
<description> | ||
<p>WasIstLos is an unofficial WhatsApp desktop application written in C++.</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">${WFL_APP_ID}.desktop</launchable> | ||
<launchable type="desktop-id">${WIL_APP_ID}.desktop</launchable> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
|
@@ -21,18 +21,18 @@ | |
</screenshot> | ||
</screenshots> | ||
|
||
<url type="homepage">${WFL_HOMEPAGE}</url> | ||
<url type="bugtracker">${WFL_HOMEPAGE}/issues</url> | ||
<url type="homepage">${WIL_HOMEPAGE}</url> | ||
<url type="bugtracker">${WIL_HOMEPAGE}/issues</url> | ||
|
||
<developer_name>Enes Hecan</developer_name> | ||
<update_contact>nshecan_AT_gmail.com</update_contact> | ||
|
||
<releases> | ||
<release version="${WFL_VERSION}" date="${WFL_BUILD_DATE}"> | ||
<release version="${WIL_VERSION}" date="${WIL_BUILD_DATE}"> | ||
<description> | ||
<p>Stable ${WFL_VERSION} release.</p> | ||
<p>Stable ${WIL_VERSION} release.</p> | ||
</description> | ||
<url>https://github.com/xeco23/WasIstLos/releases/tag/v${WFL_VERSION}</url> | ||
<url>https://github.com/xeco23/WasIstLos/releases/tag/v${WIL_VERSION}</url> | ||
</release> | ||
</releases> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#pragma once | ||
|
||
#define WFL_NAME "${WFL_NAME}" | ||
#define WFL_FRIENDLY_NAME "${WFL_FRIENDLY_NAME}" | ||
#define WFL_DESCRIPTION "${WFL_DESCRIPTION}" | ||
#define WFL_HOMEPAGE "${WFL_HOMEPAGE}" | ||
#define WFL_VERSION "${WFL_VERSION}" | ||
#define WFL_BUILD_DATE "${WFL_BUILD_DATE}" | ||
#define WFL_APP_ID "${WFL_APP_ID}" | ||
#define WFL_ICON "${WFL_ICON}" | ||
#define WFL_LOCALEDIR "${WFL_LOCALEDIR}" | ||
#define WIL_NAME "${WIL_NAME}" | ||
#define WIL_FRIENDLY_NAME "${WIL_FRIENDLY_NAME}" | ||
#define WIL_DESCRIPTION "${WIL_DESCRIPTION}" | ||
#define WIL_HOMEPAGE "${WIL_HOMEPAGE}" | ||
#define WIL_VERSION "${WIL_VERSION}" | ||
#define WIL_BUILD_DATE "${WIL_BUILD_DATE}" | ||
#define WIL_APP_ID "${WIL_APP_ID}" | ||
#define WIL_ICON "${WIL_ICON}" | ||
#define WIL_LOCALEDIR "${WIL_LOCALEDIR}" | ||
#define GETTEXT_PACKAGE "${GETTEXT_PACKAGE}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.