[gnome-music/wip/merge: 3/343] Initial directory structure and gitignore.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/merge: 3/343] Initial directory structure and gitignore.
- Date: Thu, 25 Jul 2013 11:13:46 +0000 (UTC)
commit 8d9c16f3b8e7f0dfa71557978c35ae44b4cc9995
Author: Sai <suman sai14 gmail com>
Date: Thu Jul 11 23:11:32 2013 +0530
Initial directory structure and gitignore.
initial commit
deleted: .gitignore
deleted: src/application.py~
src/application.py | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..e69de29
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..e69de29
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..e69de29
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..e69de29
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..e69de29
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..e69de29
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..e69de29
diff --git a/src/__init__.py b/src/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/src/application.py b/src/application.py
new file mode 100644
index 0000000..79365d0
--- /dev/null
+++ b/src/application.py
@@ -0,0 +1,12 @@
+from gi.repository import Gtk, Gio, GLib
+
+class Application(gtk.Application):
+ def __init__(self):
+ super().__init__(
+ application_id: 'org.gnome.Music',
+ flags: gio.ApplicationFlags.FLAGS_NONE,
+ inactivity_timeout: 12000
+ )
+ Glib.set_application_name("Music")
+
+
diff --git a/src/gnome-music.in b/src/gnome-music.in
new file mode 100644
index 0000000..e69de29
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]