-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d089dc8
commit 434bde9
Showing
22 changed files
with
432 additions
and
141 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2020 Marco Betschart <[email protected]> --> | ||
<component type="desktop"> | ||
<id>com.github.marbetschar.timing</id> | ||
<id>com.github.marbetschar.time-limit</id> | ||
<metadata_license>CC0</metadata_license> | ||
<name>Timer</name> | ||
<name>Time Limit</name> | ||
<summary>A simple and beautiful timer</summary> | ||
<description> | ||
<p> | ||
|
@@ -22,7 +22,7 @@ | |
<value key="x-appcenter-suggested-price">2</value> | ||
</custom> | ||
<provides> | ||
<binary>com.github.marbetschar.timing</binary> | ||
<binary>com.github.marbetschar.time-limit</binary> | ||
</provides> | ||
<content_rating type="oars-1.1"> | ||
<content_attribute id="violence-cartoon">none</content_attribute> | ||
|
@@ -54,16 +54,16 @@ | |
<content_attribute id="money-gambling">none</content_attribute> | ||
</content_rating> | ||
<developer_name>Marco Betschart</developer_name> | ||
<url type="homepage">https://github.com/marbetschar/timer</url> | ||
<url type="bugtracker">https://github.com/marbetschar/timer/issues</url> | ||
<url type="help">https://github.com/marbetschar/timer/issues</url> | ||
<update_contact>elementary-timer@marco.betschart.name</update_contact> | ||
<url type="homepage">https://github.com/marbetschar/time-limit</url> | ||
<url type="bugtracker">https://github.com/marbetschar/time-limit/issues</url> | ||
<url type="help">https://github.com/marbetschar/time-limit/issues</url> | ||
<update_contact>elementary-time-limit@marco.betschart.name</update_contact> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/marbetschar/timer/master/screenshots/Desktop-App.png</image> | ||
<image>https://raw.githubusercontent.com/marbetschar/time-limit/master/screenshots/Desktop-App.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/marbetschar/timer/master/screenshots/Desktop-Notification.png</image> | ||
<image>https://raw.githubusercontent.com/marbetschar/time-limit/master/screenshots/Desktop-Notification.png</image> | ||
</screenshot> | ||
</screenshots> | ||
</component> |
8 changes: 4 additions & 4 deletions
8
.../com.github.marbetschar.timing.desktop.in → ....github.marbetschar.time-limit.desktop.in
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,5 +1,5 @@ | ||
com.github.marbetschar.timing (0.1ubuntu1) UNRELEASED; urgency=low | ||
com.github.marbetschar.time-limit (0.1ubuntu1) UNRELEASED; urgency=low | ||
|
||
* Initial Release. * | ||
* Initial Release. * | ||
|
||
-- Marco Betschart <[email protected]> Thu, 06 Feb 2020 01:49:19 +0100 |
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,15 +1,15 @@ | ||
Source: com.github.marbetschar.timer | ||
Source: com.github.marbetschar.time-limit | ||
Section: x11 | ||
Priority: optional | ||
Maintainer: Marco Betschart <elementary-timer@marco.betschart.name> | ||
Maintainer: Marco Betschart <time-limit@marco.betschart.name> | ||
Build-Depends: cmake (>= 2.8), | ||
debhelper (>= 9), | ||
libgtk-3-dev, | ||
valac (>= 0.40.0) | ||
Standards-Version: 3.9.3 | ||
|
||
Package: com.github.marbetschar.timing | ||
Package: com.github.marbetschar.time-limit | ||
Architecture: any | ||
Depends: ${misc:Depends}, ${shlibs:Depends} | ||
Description: Timer | ||
Description: Time Limit | ||
A simple and beautiful timer app for elementary OS |
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,3 +1,3 @@ | ||
src/Application.vala | ||
data/com.github.marbetschar.timing.desktop.in | ||
data/com.github.marbetschar.timing.appdata.xml.in | ||
data/com.github.marbetschar.time-limit.desktop.in | ||
data/com.github.marbetschar.time-limit.appdata.xml.in |
File renamed without changes.
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