[Xfce4-commits] <mousepad:master> Add missing file, update configure.

Nick Schermer noreply at xfce.org
Sun Dec 30 11:58:06 CET 2012


Updating branch refs/heads/master
         to 7c4be0e6d6971c69aec31a8287afcfe7658c32e2 (commit)
       from 2c8a3873cadb4a7ab799480f32113cf9de5afaaf (commit)

commit 7c4be0e6d6971c69aec31a8287afcfe7658c32e2
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Dec 30 11:56:42 2012 +0100

    Add missing file, update configure.

 configure.ac.in        |    5 +++--
 mousepad.desktop.in.in |   13 +++++++++++++
 po/POTFILES.in         |    2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 29b72e8..640e498 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -27,7 +27,7 @@ AC_REVISION([])
 dnl ***************************
 dnl *** Initialize automake ***
 dnl ***************************
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
+AM_INIT_AUTOMAKE([1.8 no-dist-gzip dist-bzip2 tar-ustar])
 AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE()
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -52,7 +52,8 @@ AC_CHECK_PROGS([PERL], [perl5 perl])
 dnl **************************
 dnl *** Initialize libtool ***
 dnl **************************
-AC_PROG_LIBTOOL()
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
 
 dnl **************************************
 dnl *** Substitute version information ***
diff --git a/mousepad.desktop.in.in b/mousepad.desktop.in.in
new file mode 100644
index 0000000..21fda29
--- /dev/null
+++ b/mousepad.desktop.in.in
@@ -0,0 +1,13 @@
+
+[Desktop Entry]
+Encoding=UTF-8
+_Name=Mousepad
+_Comment=Simple Text Editor
+_GenericName=Text Editor
+Exec=mousepad %F
+Icon=accessories-text-editor
+Terminal=false
+StartupNotify=true
+Type=Application
+Categories=Application;Utility;TextEditor;GTK;
+MimeType=text/plain
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5b130ed..cf290f4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -23,4 +23,4 @@ mousepad/mousepad-window.c
 #
 # Desktop Files
 #
-Mousepad.desktop.in.in
+mousepad.desktop.in.in


More information about the Xfce4-commits mailing list