[gnome-music/wip/merge: 51/343] Get distcheck to work



commit 857a68e874cf39ad94664795ecc9523a10e69c11
Author: Manish Sinha <manishsinha ubuntu com>
Date:   Sat Jul 13 16:34:13 2013 -0700

    Get distcheck to work

 .gitignore     |    6 ++
 AUTHORS.in     |   21 +++++
 Makefile.am    |    2 +-
 configure.ac   |    3 +
 po/LINGUAS     |   19 -----
 po/Makefile.in |  222 --------------------------------------------------------
 po/POTFILES.in |   11 +++
 7 files changed, 42 insertions(+), 242 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f72833a..c298a7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,3 +65,9 @@ libgd/
 /gnome-music/Makefile
 /gnome-music/Makefile.in
 /py-compile
+*.tar.xz
+*.desktop
+*.gresource
+*.compiled
+data/Makefile
+data/Makefile.in
diff --git a/AUTHORS.in b/AUTHORS.in
new file mode 100644
index 0000000..0d897b1
--- /dev/null
+++ b/AUTHORS.in
@@ -0,0 +1,21 @@
+    GNOME Music Authors
+    ===================
+
+GNOME Music was initially written by:
+
+    César García Tapia <cesar garcia tapia openshine com>
+    Seif Lotfy <seif lotfy com>
+    Vadim Rutkovsky <vrutkovs redhat com>
+
+GNOME Music is currently maintained by:
+
+    Seif Lotfy <seif lotfy com>
+    Vadim Rutkovsky <vrutkovs redhat com>
+
+Patches have been received from:
+
+#authorslist#
+
+    ... send patches to get your name here ...
+
+-- End
diff --git a/Makefile.am b/Makefile.am
index 96c2cf4..b3fc8a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 ACLOCAL_AMFLAGS = -I m4 -I libgd
 NULL =
 
-SUBDIRS = libgd gnome-music data
+SUBDIRS = libgd gnome-music data po
 
 EXTRA_DIST = \
        AUTHORS.in \
diff --git a/configure.ac b/configure.ac
index 0fd365c..2e5b589 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,9 @@ GLIB_GSETTINGS
 GOBJECT_INTROSPECTION_REQUIRE([1.35.9])
 PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.9.8])
 
+GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
+AC_SUBST(GLIB_COMPILE_RESOURCES)
+
 GRL_MIN_VERSION=0.2.7
 PKG_CHECK_MODULES(GRL, grilo-0.2 >= $GRL_MIN_VERSION)
 
diff --git a/po/LINGUAS b/po/LINGUAS
index fc718ce..e69de29 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,19 +0,0 @@
-cs
-de
-es
-fi
-gl
-he
-hu
-it
-nb
-pa
-pl
-pt_BR
-ru
-sk
-sl
-sr
-sr latin
-tr
-zh_CN
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ca9fb26..68bfda8 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,2 +1,13 @@
+# List of source files containing translatable strings.
+# This list has been automatically generated by update-potfiles.
 [encoding: UTF-8]
 # List of source files which contain translatable strings.
+data/gnome-music.desktop.in
+gnome-music/window.py
+[type: gettext/glade]data/AlbumWidget.ui
+[type: gettext/glade]data/app-menu.ui
+[type: gettext/glade]data/Headerbar.ui
+[type: gettext/glade]data/NoMusic.ui
+[type: gettext/glade]data/PlayerToolbar.ui
+[type: gettext/glade]data/SelectionToolbar.ui
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]