forked from Jessewb786/Silaty
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
62 changed files
with
2,403 additions
and
809 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
silaty (1.1) ubuntu; urgency=low | ||
|
||
* GTK warnings fixed. | ||
* switching between sidebar tabs from indicator menu fixed. | ||
* about tab added/implemented into sidebar. | ||
* fixed a crash when closing the main window. | ||
* Settings won't open #2 fixed. | ||
* load notification icon from its path instead of using an icon name. | ||
* use default layout size, instead of using a fixed window size. | ||
* refresh prayer times on home tab when changing settings. | ||
* useless debug messages commented (especially those used in main loop). | ||
* attempt to fix installing error #4 by ignoring pycompile cmd. | ||
* timezone added to location settings. | ||
* get location using Google Maps API disabled (no longer works). | ||
* daylight saving time setting added. | ||
* display/hide main window from indicator menu fixed. | ||
* location search button added. | ||
* wrong time suffix (AM/PM) when using 12h clock format fixed. | ||
* solve some class naming conflicts. | ||
* Locations.xml updated from libgweather repository. | ||
* grabbing timezone from locations xml file done. | ||
* remaining time until next prayer corrected. | ||
|
||
-- AXeL-dev <[email protected]> Tue, 30 Oct 2018 18:50:29 +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 |
---|---|---|
@@ -0,0 +1 @@ | ||
9 |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Package: silaty | ||
Version: 1.1 | ||
Maintainer: AXeL-dev <[email protected]> | ||
Section: utils | ||
Homepage: https://github.com/AXeL-dev/Silaty | ||
Architecture: all | ||
Priority: optional | ||
Depends: python3, gir1.2-gtk-3.0, gir1.2-appindicator3-0.1, gir1.2-notify-0.7, gir1.2-gstreamer-1.0 | ||
Description: A neat Prayer Time Reminder App. Simple and complete so no prayer is missed |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: Silaty | ||
Source: https://github.com/AXeL-dev/Silaty | ||
|
||
Files: * | ||
Copyright: Copyright 2018 AXeL-dev <[email protected]> | ||
License: GPL-3 | ||
|
||
Files: debian/* | ||
Copyright: Copyright 2018 AXeL-dev <[email protected]> | ||
License: GPL-3 | ||
|
||
License: GPL-3 | ||
This program is free software; you can redistribute it | ||
and/or modify it under the terms of the GNU General Public | ||
License version 3 as published by the Free Software Foundation. | ||
. | ||
This program is distributed in the hope that it will be | ||
useful, but WITHOUT ANY WARRANTY; without even the implied | ||
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR | ||
PURPOSE. See the GNU General Public License for more | ||
details. http://www.gnu.org/licenses/ | ||
. | ||
You should have received a copy of the GNU General Public | ||
License along with this package; if not, write to the Free | ||
Software Foundation, Inc., 51 Franklin St, Fifth Floor, | ||
Boston, MA 02110-1301 USA | ||
. | ||
On Debian systems, the full text of the GNU General Public | ||
License version 3 can be found in the file | ||
`/usr/share/common-licenses/GPL-3'. |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/sh | ||
cp /usr/share/applications/silaty.desktop /etc/xdg/autostart/silaty.desktop | ||
ln -s /usr/share/silaty/silaty-indicator.py /usr/local/bin/silaty-indicator | ||
|
||
exit 0 |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/sh | ||
rm /etc/xdg/autostart/silaty.desktop | ||
rm /usr/local/bin/silaty-indicator | ||
|
||
exit 0 |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/make -f | ||
|
||
%: | ||
dh $@ |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
0
silaty.desktop → usr/share/applications/silaty.desktop
100755 → 100644
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.