Commit 6993feef authored by rajudev's avatar rajudev

Merge branch 'hamara-sugam' into 'hamara-sugam'

Adding the startup app hamara-welcome See merge request hamara-developers/hamara-packages!78
parents f2268202 f3c32a50
This diff is collapsed.
This repository contains packages for Hamara Sugam.
......@@ -4,7 +4,7 @@ Version=1.0
Name=Install Hamara Sugam
GenericName=System Installer
Exec=sudo /usr/bin/calamares
Comment=Calamares — Hamara Desktop Installer
Comment=Calamares — Hamara Sugam Desktop Installer
Icon=install-hamara-linux
Terminal=false
Categories=Qt;
hamara-wallpapers (6.1) namaste; urgency=medium
* Added new wallpapers contributed by Dinesh Babu https://www.flickr.com/photos/din3sh/sets/
* Added new wallpapers contributed by Dinesh Babu
https://www.flickr.com/photos/din3sh/sets/
-- Hamara Master Signing Key (Master Key) <master@hamaralinux.org> Mon, 05 Jan 2015 01:51:24 +0100
......
Source: hamara-wallpapers
Section: hamara
Priority: optional
Maintainer: Maintainer: Kumar Shantanu <shantanu@techblue.co.uk>
Build-Depends-Indep: debhelper
Standards-Version: 3.5.9.0
Maintainer: Kumar Shantanu <shantanu@techblue.co.uk>
Build-Depends-Indep: debhelper (>=10),
Standards-Version: 4.1.3
Homepage: https://www.hamaralinux.org
Package: hamara-wallpapers
Architecture: all
Priority: optional
Description: Hamara Wallpapers
The default Wallpapers for Hamara.
.
Depends: ${misc:Depends}
Description: Hamara Wallpapers for the Hamara Sugam desktop
The default Wallpapers for Hamara Sugam Desktop
using the MATE Desktop.
.
\ No newline at end of file
This package was created by Vik Tara <vik@hamaralinux.org>
Copyright (C) 2014 Vik Tara
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: hamara-wallpapers
Files: *
Copyright: 2014 Vik Tara
License: GPL
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
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.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
.
This package was created by Vik Tara <vik@hamaralinux.org>
Copyright (C) 2014 Vik Tara
\ No newline at end of file
......@@ -12,7 +12,7 @@ binary-indep:
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
# dh_installdocs
cp data/* -a debian/`find debian/ -mindepth 1 -maxdepth 1 -type d | cut -d/ -f2`
dh_fixperms
dh_compress
......
hamara-welcome (1.0) namaste; urgency=medium
* Initial release
-- Raju Devidas <raju@hamaralinux.com> Tue, 23 Jan 2018 18:58:19 +0530
Source: hamara-welcome
Section: gnome
Priority: optional
Maintainer: Raju Devidas <raju@hamaralinux.com>
Build-Depends: debhelper (>=10)
Standards-Version: 4.1.3
Homepage: https://hamaralinux.org
Package: hamara-welcome
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A welcome app for Hamara Linux
Hamara Linux is an Indian Linux distribution.
This package provides a welcoming startup app for Hamara sugam
and Hamara Svastik
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: hamara-welcome
Source: http://git.hamaralinux.org/hamara-developers/hamara-pacakges
Files: *
Copyright: 2018 Raju Devidas <raju@hamaralinux.org>
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Files: debian/*
Copyright: 2018 Raju Devidas <raju@hamaralinux.com>
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package 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.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
usr/share/hamara-desktop-welcome
welcome* usr/share/hamara-desktop-welcome
hamara-welcome usr/bin
hamara-welcome-autostart.desktop etc/xdg/autostart
#!/usr/bin/make -f
%:
dh $@
#!/usr/bin/env python
import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk
class Handler:
def onDeleteWindow(self, *args):
Gtk.main_quit(*args)
def on_close_button_clicked(self, button):
print(builder.get_objects())
Gtk.main_quit()
def on_show_on_next_login_toggled():
print("Button has been toggled")
print("(but nothing happens yet)")
builder = Gtk.Builder()
builder.add_from_file("/usr/share/hamara-desktop-welcome/welcome.glade")
builder.connect_signals(Handler())
window = builder.get_object("window1")
window.show_all()
#Gtk.Button.set_label(label="Hi there")
Gtk.main()
[Desktop Entry]
Type=Application
Name=Hamara Welcome
Exec=hamara-welcome
OnlyShowIn=GNOME,MATE;
This diff is collapsed.
This diff is collapsed.
# Makefile.in generated by automake 1.15 from Makefile.am.
# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
......
lightdm-webkit-greeter (0.1.2-0hamara1.1) namaste; urgency=medium
* Non-maintainer upload.
* Bumped the standards version
* Changes in control compat and other files as per debian policy.
-- Raju Devidas Vindane <raju@hamaralinux.org> Tue, 06 Feb 2018 17:34:52 +0530
lightdm-webkit-greeter (0.1.2-0hamara1) namaste; urgency=medium
* Use liblightdm-gobject-dev instead of liblightdm-gobject-1-dev
......@@ -63,4 +71,4 @@ lightdm-webkit-greeter (0.1.0-0ubuntu1) natty; urgency=low
* New upstream release
-- Robert Ancell <robert.ancell@canonical.com> Fri, 20 May 2011 14:10:34 +1000
\ No newline at end of file
-- Robert Ancell <robert.ancell@canonical.com> Fri, 20 May 2011 14:10:34 +1000
......@@ -2,8 +2,8 @@ Source: lightdm-webkit-greeter
Section: x11
Priority: optional
Maintainer: Robert Ancell <robert.ancell@ubuntu.com>
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 7.0.50~),
Standards-Version: 4.1.3
Build-Depends: debhelper (>= 10),
gnome-common,
liblightdm-gobject-dev,
libwebkitgtk-dev
......@@ -17,5 +17,5 @@ Depends: ${misc:Depends},
Pre-Depends: dpkg (>= 1.15.6)
Recommends: lightdm
Provides: lightdm-greeter
Description: LightDM Webkit Greeter
Description: LightDM Webkit Greeter for Hamara Sugam
A LightDM greeter that uses WebKit (HTML/CSS).
......@@ -2,8 +2,8 @@ Source: materia-gtk-theme
Section: misc
Priority: optional
Maintainer: I Sagar <sagar@hamaralinux.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 10),libglib2.0-dev,libxml2-utils
Standards-Version: 4.1.3
Homepage: https://github.com/nana-4/materia-theme
Vcs-Git: https://github.com/nana-4/materia-theme.git
......
......@@ -2,11 +2,12 @@ Source: paper-icon-theme
Section: gnome
Priority: optional
Maintainer: Anant Saraswat <anant@hamaralinux.org>
Build-Depends: debhelper (>= 7.0.50~),
Standards-Version: 3.9.8
Build-Depends: debhelper (>=10),
Standards-Version: 4.1.3
Vcs-git: https://git.hamaralinux.org/anant/paper-icon-theme
Package: paper-icon-theme
Architecture: all
Depends: ${misc:Depends}
Description: Paper Icon theme
Description: Paper Icon theme for
Hamara Sugam Desktop
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment