diff --git a/branding/Makefile.in b/branding/Makefile.in index 74d342d..bf5860d 100644 --- a/branding/Makefile.in +++ b/branding/Makefile.in @@ -111,7 +111,7 @@ install: \ launcher.desktop \ $(PRODUCT_NAME).desktop - $(DESKTOP_INSTALL) \ + @$(DESKTOP_INSTALL) \ --mode 644 \ --delete-original \ --dir $(DESTDIR)$(datarootdir)/applications \ diff --git a/configure.ac b/configure.ac index d164052..60d3c64 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,7 @@ dnl --------------------------------------------------------------------------- dnl Check for OS specifics dnl --------------------------------------------------------------------------- -INSTALL_PACKAGES="application locale schemas" +INSTALL_PACKAGES="application locale schemas branding" case "$host" in *-mingw32|*-pc-msys) @@ -121,6 +121,8 @@ AC_PATH_TOOL([MSGINIT], [msginit], [no]) AC_PATH_TOOL([MSGMERGE], [msgmerge], [no]) AC_PATH_TOOL([MSGFMT], [msgfmt], [no]) +AC_PATH_TOOL([DESKTOP_INSTALL],[desktop-file-install],[no]) + PKG_CHECK_EXISTS dnl --------------------------------------------------------------------------- @@ -209,6 +211,9 @@ AC_CONFIG_FILES(Makefile) AC_CONFIG_FILES(schemas/Makefile) AC_CONFIG_FILES(locale/Makefile) +AC_CONFIG_FILES(branding/Makefile) +AC_CONFIG_FILES(branding/launcher.desktop) + dnl --------------------------------------------------------------------------- dnl Output the generated config.status script. dnl --------------------------------------------------------------------------- -- libgit2 0.21.2