Skip to content

Commit 2d001c1

Browse files
committed
deb package v1.1
1 parent 465c6f1 commit 2d001c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2403
-809
lines changed

DEBIAN/changelog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
silaty (1.1) ubuntu; urgency=low
2+
3+
* GTK warnings fixed.
4+
* switching between sidebar tabs from indicator menu fixed.
5+
* about tab added/implemented into sidebar.
6+
* fixed a crash when closing the main window.
7+
* Settings won't open #2 fixed.
8+
* load notification icon from its path instead of using an icon name.
9+
* use default layout size, instead of using a fixed window size.
10+
* refresh prayer times on home tab when changing settings.
11+
* useless debug messages commented (especially those used in main loop).
12+
* attempt to fix installing error #4 by ignoring pycompile cmd.
13+
* timezone added to location settings.
14+
* get location using Google Maps API disabled (no longer works).
15+
* daylight saving time setting added.
16+
* display/hide main window from indicator menu fixed.
17+
* location search button added.
18+
* wrong time suffix (AM/PM) when using 12h clock format fixed.
19+
* solve some class naming conflicts.
20+
* Locations.xml updated from libgweather repository.
21+
* grabbing timezone from locations xml file done.
22+
* remaining time until next prayer corrected.
23+
24+
-- AXeL-dev <[email protected]> Tue, 30 Oct 2018 18:50:29 +0100

DEBIAN/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

DEBIAN/control

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Package: silaty
2+
Version: 1.1
3+
Maintainer: AXeL-dev <[email protected]>
4+
Section: utils
5+
Homepage: https://github.com/AXeL-dev/Silaty
6+
Architecture: all
7+
Priority: optional
8+
Depends: python3, gir1.2-gtk-3.0, gir1.2-appindicator3-0.1, gir1.2-notify-0.7, gir1.2-gstreamer-1.0
9+
Description: A neat Prayer Time Reminder App. Simple and complete so no prayer is missed

DEBIAN/copyright

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: Silaty
3+
Source: https://github.com/AXeL-dev/Silaty
4+
5+
Files: *
6+
Copyright: Copyright 2018 AXeL-dev <[email protected]>
7+
License: GPL-3
8+
9+
Files: debian/*
10+
Copyright: Copyright 2018 AXeL-dev <[email protected]>
11+
License: GPL-3
12+
13+
License: GPL-3
14+
This program is free software; you can redistribute it
15+
and/or modify it under the terms of the GNU General Public
16+
License version 3 as published by the Free Software Foundation.
17+
.
18+
This program is distributed in the hope that it will be
19+
useful, but WITHOUT ANY WARRANTY; without even the implied
20+
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
21+
PURPOSE. See the GNU General Public License for more
22+
details. http://www.gnu.org/licenses/
23+
.
24+
You should have received a copy of the GNU General Public
25+
License along with this package; if not, write to the Free
26+
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
27+
Boston, MA 02110-1301 USA
28+
.
29+
On Debian systems, the full text of the GNU General Public
30+
License version 3 can be found in the file
31+
`/usr/share/common-licenses/GPL-3'.

DEBIAN/postinst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
cp /usr/share/applications/silaty.desktop /etc/xdg/autostart/silaty.desktop
3+
ln -s /usr/share/silaty/silaty-indicator.py /usr/local/bin/silaty-indicator
4+
5+
exit 0

DEBIAN/postrm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
rm /etc/xdg/autostart/silaty.desktop
3+
rm /usr/local/bin/silaty-indicator
4+
5+
exit 0

DEBIAN/rules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/make -f
2+
3+
%:
4+
dh $@

LICENSE

Lines changed: 0 additions & 675 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

install.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)