Skip to content

Commit

Permalink
deb package v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Oct 30, 2018
1 parent 465c6f1 commit 2d001c1
Show file tree
Hide file tree
Showing 62 changed files with 2,403 additions and 809 deletions.
24 changes: 24 additions & 0 deletions DEBIAN/changelog
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
1 change: 1 addition & 0 deletions DEBIAN/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
9 changes: 9 additions & 0 deletions DEBIAN/control
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
31 changes: 31 additions & 0 deletions DEBIAN/copyright
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'.
5 changes: 5 additions & 0 deletions DEBIAN/postinst
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
5 changes: 5 additions & 0 deletions DEBIAN/postrm
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
4 changes: 4 additions & 0 deletions DEBIAN/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/make -f

%:
dh $@
675 changes: 0 additions & 675 deletions LICENSE

This file was deleted.

77 changes: 0 additions & 77 deletions README.md

This file was deleted.

39 changes: 0 additions & 39 deletions install.sh

This file was deleted.

Binary file removed screenshots/Silaty.png
Binary file not shown.
Binary file removed screenshots/Silaty_calendar.png
Binary file not shown.
Binary file removed screenshots/Silaty_notification.png
Binary file not shown.
Binary file removed screenshots/Silaty_qibla.png
Binary file not shown.
Binary file removed screenshots/Silaty_settings.png
Binary file not shown.
18 changes: 0 additions & 18 deletions uninstall.sh

This file was deleted.

File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 2d001c1

Please sign in to comment.