[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, cmake, updated. caab17cf55dfe1122a4e1955
From: |
Juergen Kahrs |
Subject: |
[gawk-diffs] [SCM] gawk branch, cmake, updated. caab17cf55dfe1122a4e1955236492423ff1ca40 |
Date: |
Thu, 21 Feb 2013 10:46:53 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, cmake has been updated
via caab17cf55dfe1122a4e1955236492423ff1ca40 (commit)
from 83edcc2fccc61f50eb040af8b8227c31b0236336 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=caab17cf55dfe1122a4e1955236492423ff1ca40
commit caab17cf55dfe1122a4e1955236492423ff1ca40
Author: Juergen Kahrs <address@hidden>
Date: Thu Feb 21 11:46:42 2013 +0100
NSIS installer gets a nice little icon.
diff --git a/cmake/auk.ico b/cmake/auk.ico
new file mode 100644
index 0000000..795ef1d
Binary files /dev/null and b/cmake/auk.ico differ
diff --git a/cmake/package.cmake b/cmake/package.cmake
index 7bbb137..a7ebe44 100644
--- a/cmake/package.cmake
+++ b/cmake/package.cmake
@@ -27,12 +27,18 @@
IF (WIN32)
SET(CPACK_GENERATOR "NSIS")
set(CPACK_NSIS_INSTALL_ROOT "C:/Programs")
+ set(CPACK_NSIS_MENU_LINKS "http://www.gnu.org/software/gawk" "GNU Awk")
+ set(CPACK_NSIS_MUI_ICON "${CMAKE_SOURCE_DIR}/cmake/auk.ico")
+ set(CPACK_NSIS_MUI_UNIICON "${CMAKE_SOURCE_DIR}/cmake/auk.ico")
+ set(CPACK_NSIS_CONTACT "address@hidden")
+ set(CPACK_NSIS_DISPLAY_NAME "GNU Awk")
ELSE()
SET(CPACK_GENERATOR "TGZ")
SET(CPACK_PACKAGING_INSTALL_PREFIX /usr)
ENDIF()
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "This is GNU Awk ${GAWK_VERSION}")
+set(CPACK_PACKAGE_VENDOR "GNU Project - Free Software Foundation (FSF)")
SET(CPACK_PACKAGE_NAME "gawk")
SET(CPACK_PACKAGE_VERSION "${GAWK_VERSION}")
SET(CPACK_PACKAGE_VERSION_MAJOR "${GAWK_MAJOR_VERSION}")
-----------------------------------------------------------------------
Summary of changes:
cmake/auk.ico | Bin 0 -> 5190 bytes
cmake/package.cmake | 6 ++++++
2 files changed, 6 insertions(+), 0 deletions(-)
create mode 100644 cmake/auk.ico
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, cmake, updated. caab17cf55dfe1122a4e1955236492423ff1ca40,
Juergen Kahrs <=