fixed icon and desktop file
This commit is contained in:
		| @@ -167,8 +167,8 @@ AC_DEFUN([AX_INIT_STANDARD_PROJECT], [ | ||||
|   AX_SUBST(BUILD_NUMBER) | ||||
|   BUILD_DATE=$(LANG= date +"%a, %d %b %Y %H:%M:%S %z") | ||||
|   AX_SUBST(BUILD_DATE) | ||||
|   if test -f "${PACKAGE_NAME}.dektop.in"; then | ||||
|      PACKAGE_DESKTOP="${PACKAGE_NAME}.dektop" | ||||
|   if test -f "${PACKAGE_NAME}.desktop.in"; then | ||||
|      PACKAGE_DESKTOP="${PACKAGE_NAME}.desktop" | ||||
|   fi | ||||
|   AX_SUBST(PACKAGE_DESKTOP) | ||||
|   if test -f "${PACKAGE_NAME}-logo.png"; then | ||||
|   | ||||
| @@ -323,7 +323,7 @@ checkdir() { | ||||
|  | ||||
| checkfile() { | ||||
|     exists=0 | ||||
|     if test -f "$1"; then | ||||
|     if test -f "$1" -o -f "$1".in; then | ||||
|         exists=1 | ||||
|     fi | ||||
|     test $exists -eq 1 | ||||
| @@ -1043,10 +1043,10 @@ done | ||||
| to makefile.am<<EOF | ||||
| ${HEADER}SUBDIRS =${SUBDIRS} | ||||
|  | ||||
| desktopdir = ${datadir}/applications | ||||
| desktopdir = \${datadir}/applications | ||||
| desktop_DATA = @PACKAGE_DESKTOP@ | ||||
| pkgdata_DATA = @PACKAGE_ICON@ | ||||
| doc_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog | ||||
| dist_pkgdata_DATA = @PACKAGE_ICON@ | ||||
| dist_doc_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog | ||||
|  | ||||
| MAINTAINERCLEANFILES = makefile.in | ||||
| EOF | ||||
|   | ||||
		Reference in New Issue
	
	Block a user