Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
luizaugustomm committed Jun 5, 2017
1 parent 70c7f5a commit 4032e5a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)

set (APP_NAME "Tomato")
set (RELEASE_NAME "Stupice")
set (VERSION "2.0.1")
set (VERSION "2.0.2")
set (GENERIC_NAME "Pomodoro App")
set (PACKAGE_ID ${CMAKE_PROJECT_NAME})
set (ICON_NAME ${CMAKE_PROJECT_NAME})
Expand Down
8 changes: 8 additions & 0 deletions data/com.github.luizaugustomm.tomato.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
</provides>

<releases>
<release version="2.0.2" urgency="medium" date="2017-06-05">
⁠<description>
<ul>
<li>Updated URLs</li>
</ul>
⁠</description>
</release>

<release version="2.0.1" urgency="medium" date="2017-06-04">
⁠<description>
<ul>
Expand Down
8 changes: 8 additions & 0 deletions data/in/com.github.luizaugustomm.tomato.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@
</provides>

<releases>
<release version="2.0.2" date="2017-06-05" urgency="medium">
⁠<description>
<ul>
<_li>Updated URLs</_li>
</ul>
⁠</description>
</release>

<release version="2.0.1" date="2017-06-04" urgency="medium">
⁠<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion po/com.github.luizaugustomm.tomato.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-04 11:01-0300\n"
"POT-Creation-Date: 2017-06-05 09:53-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion src/Config.vala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace Constants {
public const string PKG_DATADIR = "/usr/share/com.github.luizaugustomm.tomato";
public const string GETTEXT_PACKAGE = "com.github.luizaugustomm.tomato";
public const string RELEASE_NAME = "Stupice";
public const string VERSION = "2.0.1";
public const string VERSION = "2.0.2";
public const string VERSION_INFO = "Release";
public const string INSTALL_PREFIX = "/usr";
public const string APP_NAME = "Tomato";
Expand Down
8 changes: 4 additions & 4 deletions src/Tomato.vala
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ namespace Tomato {
app_launcher = "com.github.luizaugustomm.tomato.desktop";
application_id = "com.github.luizaugustomm.tomato";

main_url = "http://launchpad.net/tomatoapp";
bug_url = "http://bugs.launchpad.net/tomatoapp";
help_url = "http://answers.launchpad.net/tomatoapp";
translate_url = "http://translations.launchpad.net/tomatoapp";
main_url = "https://github.com/luizaugustomm/tomato";
bug_url = "https://github.com/luizaugustomm/tomato/issues";
help_url = "https://github.com/luizaugustomm/tomato";
translate_url = "https://www.transifex.com/tomato-translators/tomato/translate/";

about_authors = {"Luiz Augusto Morais <[email protected]>",
"Sam Thomas <[email protected]>"};
Expand Down

0 comments on commit 4032e5a

Please sign in to comment.