diff --git a/src/Makefile.am b/src/Makefile.am index c43b8af9..7d1829ae 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,804 +1,803 @@ # Makefile.am - Installer for GnuPG 4 Windows Makefile. # Copyright (C) 2005, 2006, 2007, 2008, 2009 g10 Code GmbH # # This file is part of Gpg4win. # # Gpg4win is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # Gpg4win is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . EXTRA_DIST = pkg-config gpg4win.nsi gpg4win-src.nsi \ config.site config.nsi.in \ libiconv.def libintl.def loreley.mid \ gpg4win-splash.wav exdll.h g4wihelp.c desktopshellrun.cpp \ g4wihelp.nsi slideshow.cpp gpgwrap.c \ inst-sections.nsi installer.nsi installer-finish.nsi \ zlib.pc sha1sum.c mkportable.c \ mkportable-vanilla.h mkportable-full.h \ potomo Memento.nsh \ inst-gpg4win.nsi uninst-gpg4win.nsi \ inst-atk.nsi uninst-atk.nsi \ inst-expat.nsi uninst-expat.nsi \ inst-freetype.nsi uninst-freetype.nsi \ inst-fontconfig.nsi uninst-fontconfig.nsi \ inst-cairo.nsi uninst-cairo.nsi \ inst-gettext.nsi uninst-gettext.nsi \ inst-libffi.nsi uninst-libffi.nsi \ inst-glib.nsi uninst-glib.nsi \ inst-gnupg-w32.nsi uninst-gnupg-w32.nsi \ inst-gpa.nsi uninst-gpa.nsi \ inst-gpgme.nsi uninst-gpgme.nsi \ inst-paperkey.nsi uninst-paperkey.nsi \ inst-gpgol.nsi uninst-gpgol.nsi \ inst-gpgex.nsi uninst-gpgex.nsi \ inst-gdk-pixbuf.nsi uninst-gdk-pixbuf.nsi \ inst-gtk+.nsi uninst-gtk+.nsi \ inst-libassuan.nsi uninst-libassuan.nsi \ inst-libgpg-error.nsi uninst-libgpg-error.nsi \ inst-libiconv.nsi uninst-libiconv.nsi \ inst-libpng.nsi uninst-libpng.nsi \ inst-compendium.nsi uninst-compendium.nsi \ inst-man_advanced_de.nsi uninst-man_advanced_de.nsi \ inst-man_advanced_en.nsi uninst-man_advanced_en.nsi \ inst-man_novice_de.nsi uninst-man_novice_de.nsi \ inst-man_novice_en.nsi uninst-man_novice_en.nsi \ inst-pango.nsi uninst-pango.nsi \ inst-pinentry.nsi uninst-pinentry.nsi \ inst-pkgconfig.nsi uninst-pkgconfig.nsi \ inst-w32pth.nsi uninst-w32pth.nsi \ inst-zlib.nsi uninst-zlib.nsi \ inst-kconfig.nsi uninst-kconfig.nsi \ inst-kleopatra.nsi uninst-kleopatra.nsi \ inst-bzip2.nsi uninst-bzip2.nsi \ uninst-claws-mail.nsi uninst-claws-mail-cmds.nsi \ inst-qtbase.nsi uninst-qtbase.nsi \ inst-ki18n.nsi uninst-ki18n.nsi \ inst-kwidgetsaddons.nsi uninst-kwidgetsaddons.nsi \ inst-kcompletion.nsi uninst-kcompletion.nsi \ inst-kwindowsystem.nsi uninst-kwindowsystem.nsi \ inst-libkleo.nsi uninst-libkleo.nsi \ inst-kcoreaddons.nsi uninst-kcoreaddons.nsi \ inst-kcodecs.nsi uninst-kcodecs.nsi \ inst-kconfigwidgets.nsi uninst-kconfigwidgets.nsi \ inst-kxmlgui.nsi uninst-kxmlgui.nsi \ inst-kiconthemes.nsi uninst-kiconthemes.nsi \ inst-breeze-icons.nsi uninst-breeze-icons.nsi \ inst-karchive.nsi uninst-karchive.nsi \ inst-kcrash.nsi uninst-kcrash.nsi \ inst-kitemviews.nsi uninst-kitemviews.nsi \ inst-kitemmodels.nsi uninst-kitemmodels.nsi \ inst-kguiaddons.nsi uninst-kguiaddons.nsi \ inst-kmime.nsi uninst-kmime.nsi \ inst-kde-l10n.nsi uninst-kde-l10n.nsi \ inst-qtsvg.nsi uninst-qtsvg.nsi \ inst-qttools.nsi uninst-qttools.nsi \ inst-qttranslations.nsi uninst-qttranslations.nsi \ inst-qtwinextras.nsi uninst-qtwinextras.nsi \ inst-boost.nsi uninst-boost.nsi \ inst-scute.nsi uninst-scute.nsi \ inst-extra-cmake-modules.nsi uninst-extra-cmake-modules.nsi \ inst-gpg4win-tools.nsi uninst-gpg4win-tools.nsi \ inst-gpgme-browser.nsi \ inst-final.nsi index.theme \ slideshow/slides.dat \ slideshow/slide1-gpgol.png \ slideshow/slide2-gpgex.png \ slideshow/slide3-kleopatra.png \ slideshow/slide4-summary.png \ file-ext.ico \ - kdeglobals qtlogging.ini \ - secure-card.svg + kdeglobals qtlogging.ini gpg4win_readme_ll = en de ar es fr ru pt zh README_files = $(addsuffix .txt,$(addprefix README.,$(gpg4win_readme_ll))) gpg4win_howto_smime_ll = en de HOWTO_files = $(addsuffix .txt, \ $(addprefix HOWTO-SMIME.,$(gpg4win_howto_smime_ll))) foosum_exe = sha1sum.exe md5sum.exe sha256sum.exe mkportable.exe # Need to clean the dll because we bypassed automake. CLEANFILES = g4wihelp.dll desktopshellrun.o versioninfo.txt $(README_files) \ $(HOWTO_files) NEWS.tmp COMPONENTS-list.tmp \ license.blurb cdversioninfo.tmp slideshow.o \ $(foosum_exe) gpgwrap.exe # Supported source packages. gpg4win_spkgs = glib libffi gdk-pixbuf gtk+ \ libgpg-error gpgme gpgol gpgex libpng \ gpa opencdk \ pinentry libassuan \ w32pth paperkey regex libiconv gettext scute gpg4win_qtpkgs = qtbase qttools qtwinextras qtsvg qttranslations # Source packages following the KDE pattern gpg4win_kdepkgs = kconfig kwidgetsaddons ki18n extra-cmake-modules \ kcompletion kwindowsystem kcoreaddons libkleo kcodecs \ kmime kconfigwidgets kxmlgui kguiaddons kitemviews \ kiconthemes kleopatra breeze-icons kitemmodels karchive \ gpg4win-tools kcrash # Supported source packages to build in an additional architecture gpg4win_expkgs = libgpg-error libassuan libiconv gettext w32pth gpgex gpgol \ gpgme # Some variables WINE = wine WINHOST = win10 WINLIGHT = c:/wix/light.exe # Extra options to configure for individual packages. # We can use $(idir) here for the installation prefix. gpg4win_pkg_libiconv_ex_configure = \ --enable-shared=no --enable-static=yes gpg4win_pkg_gettext_configure = \ --with-lib-prefix=$(idir) --with-libiconv-prefix=$(idir) \ CPPFLAGS=-I$(idir)/include CFLAGS=-O2 LDFLAGS=-L$(idir)/lib gpg4win_pkg_scute_configure = \ LDFLAGS=-lws2_32 gpg4win_pkg_gettext_ex_configure = \ --with-lib-prefix=$(ex_idir) --with-libiconv-prefix=$(ex_idir) \ CPPFLAGS=-I$(ex_idir)/include CFLAGS=-O2 LDFLAGS=-L$(ex_idir)/lib # We only need gettext-runtime and there is sadly no top level # configure option for this gpg4win_pkg_gettext_make_dir = gettext-runtime gpg4win_pkg_gettext_make_dir_inst = gettext-runtime gpg4win_pkg_gettext_ex_make_dir = gettext-runtime gpg4win_pkg_gettext_ex_make_dir_inst = gettext-runtime gpg4win_pkg_glib_configure = \ --disable-modular-tests \ --with-lib-prefix=$(idir) --with-libiconv-prefix=$(idir) \ CPPFLAGS=-I$(idir)/include LDFLAGS=-L$(idir)/lib CCC=$(host)-g++ gpg4win_pkg_glib_extracflags = -march=i486 gpg4win_pkg_gdk_pixbuf_configure = \ --with-lib-prefix=$(idir) --with-libiconv-prefix=$(idir) \ --with-included-loaders=yes \ CPPFLAGS=-I$(idir)/include LDFLAGS=-L$(idir)/lib gpg4win_pkg_gtk__configure = \ CPPFLAGS=-I$(idir)/include LDFLAGS=-L$(idir)/lib --disable-cups # The GnuPG package provides man pages which we have to convert. # We also create the MO files here. define gpg4win_pkg_gnupg2_post_install (for i in gpg2 gpgv2 gpgsm gpg-agent scdaemon gpg-connect-agent gpgconf ; \ do man -Tlatin1 -l $$$${pkgidir}/share/man/man1/$$$${i}.1 | \ sed `printf "s/_\b//g;s/\b.//g"` | \ sed -e 's/$$$$/\r/' > $$$${pkgidir}/share/man/man1/$$$${i}.man ; \ done ; \ for i in `$(tsdir)/src/potomo --get-linguas $$$${pkgsdir}/po` ; do \ $(MKDIR_P) $$$${pkgidir}/share/locale/$$$${i}/LC_MESSAGES || true; \ rm $$$${pkgidir}/share/locale/$$$${i}/LC_MESSAGES/gnupg2.mo 2>/dev/null \ || true; \ $(tsdir)/src/potomo $$$${pkgsdir}/po/$$$${i}.po \ $$$${pkgidir}/share/locale/$$$${i}/LC_MESSAGES/gnupg2.mo; \ done) endef # Paperkey comes with a man pages which we have to convert. define gpg4win_pkg_paperkey_post_install (for i in paperkey ; \ do man -Tlatin1 -l $$$${pkgidir}/share/man/man1/$$$${i}.1 | \ sed `printf "s/_\b//g;s/\b.//g"` | \ sed -e 's/$$$$/\r/' > $$$${pkgidir}/share/man/man1/$$$${i}.man ; \ done) endef # Build the reference manual. define gpg4win_pkg_gpgol_post_install ( cd $$$${pkgbdir}/doc; make pdf ) endef # We would like to use --with-libiconv-prefix and # --with-libintl-prefix, but these don't work with the cheesy # non-"libfoo.la" versions of iconv and gettext that we are using. #gpg4win_pkg_libgpg_error_configure = \ # --with-libiconv-prefix=$(idir) --with-libintl-prefix=$(idir) gpg4win_pkg_libgpg_error_configure = --silent \ CPPFLAGS=-I$(idir)/include LDFLAGS=-L$(idir)/lib \ --enable-static gpg4win_pkg_libgpg_error_ex_configure = --silent \ --enable-static # We convert the PO files to UTF-8. FIXME: This should be done in # libgpg-error proper. define gpg4win_pkg_libgpg_error_post_install (for i in `$(tsdir)/src/potomo --get-linguas $$$${pkgsdir}/po` ; do \ rm $$$${pkgidir}/share/locale/$$$${i}/LC_MESSAGES/libgpg-error.mo \ 2>/dev/null|| true; \ $(tsdir)/src/potomo $$$${pkgsdir}/po/$$$${i}.po \ $$$${pkgidir}/share/locale/$$$${i}/LC_MESSAGES/libgpg-error.mo; \ done) endef gpg4win_pkg_libassuan_configure = --silent --enable-static gpg4win_pkg_libassuan_ex_configure = --silent --enable-static gpg4win_pkg_libpng_configure = HAVE_SOLARIS_LD_FALSE=yes CPPFLAGS=\"-I$(idir)/include -DPNG_BUILD_DLL\" LDFLAGS=\"-L$(idir)/lib\" LIBPNG_DEFINES=\"-DPNG_BUILD_DLL\" # We would like to use --with-libiconv-prefix and # --with-libintl-prefix, but these don't work with the cheesy # non-"libfoo.la" versions of iconv and gettext that we are using. gpg4win_pkg_pinentry_configure = \ --enable-pinentry-qt \ $(pinentry_enable_disable) \ --disable-pinentry-fltk \ --enable-pinentry-gtk2 \ CPPFLAGS=-I$(idir)/include LDFLAGS=-L$(idir)/lib # --with-libiconv-prefix=$(idir) --with-libintl-prefix=$(idir) # The LDFLAGS is needed for -lintl for glib. The QT4 variables work # around the lack of cross compilation support in qt-dev. gpg4win_pkg_gpgme_configure = --silent \ --with-gpg-error-prefix=$(idir) --enable-static \ `test -n "@HAVE_PKG_GLIB@" && echo "--enable-w32-glib"` \ CFLAGS=-I$(idir)/include/glib-2.0/ \ LDFLAGS=-L$(idir)/lib \ --enable-languages=qt,cpp \ --disable-gpg-test \ --disable-gpgsm-test gpg4win_pkg_gpgme_ex_configure = --silent \ --with-gpg-error-prefix=$(ex_idir) --enable-static \ --with-libassuan-prefix=$(ex_idir) \ LDFLAGS=-L$(ex_idir)/lib \ --enable-languages=cpp \ --disable-gpg-test \ --disable-gpgsm-test gpg4win_pkg_gpa_configure = --silent \ --with-libiconv-prefix=$(idir) --with-libintl-prefix=$(idir) \ --with-gpgme-prefix=$(idir) --with-zlib=$(idir) \ --with-libassuan-prefix=$(idir) --with-gpg-error-prefix=$(idir) gpg4win_pkg_gpgol_configure = --silent \ --with-gpgme-prefix=$(idir) --with-gpg-error-prefix=$(idir) \ --with-libassuan-prefix=$(idir) --enable-mime-send gpg4win_pkg_gpgol_ex_configure = --silent \ --with-gpgme-prefix=$(ex_idir) --with-gpg-error-prefix=$(ex_idir) \ --with-libassuan-prefix=$(ex_idir) --enable-mime-send gpg4win_pkg_gpgex_configure = --silent \ --with-gpg-error-prefix=$(idir) \ --with-libassuan-prefix=$(idir) gpg4win_pkg_gpgex_ex_configure = --silent \ --with-gpg-error-prefix=$(ex_idir) \ --with-libassuan-prefix=$(ex_idir) gpg4win_pkg_paperkey_configure = --silent gpg4win_pkg_ki18n_configure = -DBUILD_WITH_QML=OFF gpg4win_pkg_kconfig_configure = -DKCONFIG_USE_DBUS=OFF gpg4win_pkg_qtbase_configure = ../$$$${pkg_version}/configure -opensource \ -confirm-license \ -xplatform win32-g++ \ -device-option CROSS_COMPILE=$(host)- \ -device-option PKG_CONFIG='$(host)-pkg-config' \ -no-use-gold-linker \ -release \ -shared \ -prefix $$$${pkgidir} \ -I '$(idir)/include' \ -L '$(idir)/lib' \ -no-icu \ -opengl desktop \ -no-glib \ -accessibility \ -nomake examples \ -nomake tests \ -no-sql-mysql \ -no-sql-sqlite \ -no-sql-odbc \ -no-sql-psql \ -no-sql-tds \ -qt-zlib \ -qt-libpng \ -qt-libjpeg \ -qt-freetype \ -qt-pcre \ -no-openssl \ -no-dbus \ -v # qtbase # invoke qmake with removed debug options as a workaround for # https://bugreports.qt-project.org/browse/QTBUG-30898 gpg4win_pkg_qtbase_make_args = \ QMAKE='$$$${pkgbdir}/bin/qmake' # Qmake still writes debug names in pkgconfig files. define gpg4win_pkg_qtbase_post_install (cd $$$${pkgbdir}; \ make install;) endef gpg4win_pkg_qttools_configure = \ "$(idir)/bin/qmake" ../$$$${pkg_version} define gpg4win_pkg_qttools_post_install (cd $$$${pkgbdir}; \ mkdir -p $$$${pkgidir}; \ cp -r bin lib include $$$${pkgidir}) endef # Qmake does not support setting the installation path. # really https://bugreports.qt.io/browse/QTBUG-12341 gpg4win_pkg_qtwinextras_configure = \ "$(idir)/bin/qmake" ../$$$${pkg_version} define gpg4win_pkg_qtwinextras_post_install (cd $$$${pkgbdir}; \ mkdir -p $$$${pkgidir}/bin; \ cp -r lib include $$$${pkgidir}; \ mv $$$${pkgidir}/lib/*.dll $$$${pkgidir}/bin;) endef gpg4win_pkg_qtsvg_configure = \ "$(idir)/bin/qmake" ../$$$${pkg_version} # XXX Adding the qtconf after qtsvg is a weird hack # because somhow (yay qmake) zlib is not linked if # the qt conf exists before that. The qt conf is # needed for qttranslations to find the correct path # of the translation tools. define gpg4win_pkg_qtsvg_post_install (cd $$$${pkgbdir}; \ mkdir -p $$$${pkgidir}; \ cp -r lib include plugins $$$${pkgidir}; \ mkdir -p $$$${pkgidir}/bin; \ mv $$$${pkgidir}/lib/*.dll $$$${pkgidir}/bin; \ echo "[Paths]" > $$$${pkgidir}/bin/qt.conf; \ echo "Prefix = .." >> $$$${pkgidir}/bin/qt.conf) endef gpg4win_pkg_qttranslations_configure = \ "$(idir)/bin/qmake" ../$$$${pkg_version} define gpg4win_pkg_qttranslations_post_install ( rm -f $$$${pkgidir}/qttranslations; \ mkdir -p $$$${pkgidir}; \ cp -r $$$${pkgbdir}/translations $$$${pkgidir}/qttranslations;) endef gpg4win_pkg_kleopatra_configure = \ -DFORCE_DISABLE_KCMUTILS=ON \ -DDISABLE_KWATCHGNUPG=ON \ -DRELEASE_SERVICE_VERSION=Gpg4win-$(VERSION) gpg4win_pkg_kxmlgui_configure = \ -DFORCE_DISABLE_KGLOBALACCEL=ON \ -DFORCE_DISABLE_DBUS=ON \ -DXMLGUI_COMPILER_VERSION="i686-w64-mingw32-gcc" \ -DXMLGUI_DISTRIBUTION_TEXT="Gpg4win" gpg4win_pkg_breeze_icons_configure = \ -DBINARY_ICONS_RESOURCE=OFF # Supported make-only source packages. gpg4win_mpkgs = bzip2 zlib # Extra options for the make invocations for individual packages. # make_flags is used for building, make_args_inst is used for installing. gpg4win_pkg_bzip2_make_args = \ CC=$(CC) AR=$(AR) RANLIB=$(RANLIB) gpg4win_pkg_bzip2_make_args_inst = \ PREFIX=$$$${pkgidir} CC=$(CC) AR=$(AR) RANLIB=$(RANLIB) gpg4win_pkg_zlib_make_args = \ -fwin32/Makefile.gcc PREFIX=$(host)- IMPLIB=libz.dll.a gpg4win_pkg_zlib_make_args_inst = -fwin32/Makefile.gcc install \ BINARY_PATH=$$$${pkgidir}/bin INCLUDE_PATH=$$$${pkgidir}/include \ LIBRARY_PATH=$$$${pkgidir}/lib SHARED_MODE=1 IMPLIB=libz.dll.a # Supported binary packages. gpg4win_bpkgs = pkgconfig pango expat freetype fontconfig \ cairo atk gnupg-w32 kde-l10n # libiconv needs some special magic to generate a usable import # library. # define gpg4win_pkg_libiconv_post_install # (cp $(srcdir)/libiconv.def $$$${pkgidir}/lib; \ # cd $$$${pkgidir}/lib; \ # $(DLLTOOL) --output-lib libiconv.dll.a --def libiconv.def) # endef # libiconv needs some special magic to generate a usable import # library. Note that we include some internal symbols that are not # actually part of the DLL. They are needed by the AM_GNU_GETTEXT # configure test, but not used otherwise. # define gpg4win_pkg_gettext_post_install # (cp $(srcdir)/libintl.def $$$${pkgidir}/lib; \ # cd $$$${pkgidir}/lib; \ # $(DLLTOOL) --output-lib libintl.dll.a --def libintl.def) # endef # Zlib needs some special magic to generate a libtool file. # We also install the pc file here. define gpg4win_pkg_zlib_post_install (mkdir $$$${pkgidir}/lib/pkgconfig || true; \ cp $(abs_srcdir)/zlib.pc $$$${pkgidir}/lib/pkgconfig/; \ cd $$$${pkgidir}; \ echo "# Generated by libtool" > lib/libz.la \ echo "dlname='../bin/zlib1.dll'" >> lib/libz.la; \ echo "library_names='libz.dll.a'" >> lib/libz.la; \ echo "old_library='libz.a'" >> lib/libz.la; \ echo "dependency_libs=''" >> lib/libz.la; \ echo "current=1" >> lib/libz.la; \ echo "age=2" >> lib/libz.la; \ echo "revision=5" >> lib/libz.la; \ echo "installed=yes" >> lib/libz.la; \ echo "shouldnotlink=no" >> lib/libz.la; \ echo "dlopen=''" >> lib/libz.la; \ echo "dlpreopen=''" >> lib/libz.la; \ echo "libdir=\"$$$${pkgidir}/lib\"" >> lib/libz.la) endef # We need to fix the prefix in the various packages using pkgconfig, # or we can't substitute it properly in our pkg-config wrapper. # glib also installs an empty charset.alias for mingw which creates # a stow conflict with the one from iconv. define gpg4win_pkg_glib_post_install (cd $$$${pkgidir}; \ perl -pi -e 's/^prefix=.*$$$$/prefix=\/usr/' `find . -name \*.pc`; \ rm $$$${pkgidir}/lib/charset.alias) endef define gpg4win_pkg_libffi_post_install (cd $$$${pkgidir}; \ perl -pi -e 's/^prefix=.*$$$$/prefix=\/usr/' `find . -name \*.pc`) endef define gpg4win_pkg_gdk_pixbuf_post_install (cd $$$${pkgidir}; \ perl -pi -e 's/^prefix=.*$$$$/prefix=\/usr/' `find . -name \*.pc`) endef define gpg4win_pkg_atk_post_install (cd $$$${pkgidir_dev}; \ perl -pi -e 's/^prefix=.*$$$$/prefix=\/usr/' `find . -name \*.pc`) endef define gpg4win_pkg_freetype_post_install (cd $$$${pkgidir_dev}; \ perl -pi -e 's/^prefix=.*$$$$/prefix=\/usr/' `find . -name \*.pc`) endef define gpg4win_pkg_fontconfig_post_install (cd $$$${pkgidir_dev}; \ perl -pi -e 's/^prefix=.*$$$$/prefix=\/usr/' `find . -name \*.pc`) endef define gpg4win_pkg_cairo_post_install (cd $$$${pkgidir_dev}; \ perl -pi -e 's/^prefix=.*$$$$/prefix=\/usr/' `find . -name \*.pc`) endef define gpg4win_pkg_pango_post_install (cd $$$${pkgidir_dev}; \ perl -pi -e 's/^prefix=.*$$$$/prefix=\/usr/' `find . -name \*.pc`) endef define gpg4win_pkg_libpng_post_install (cd $$$${pkgidir}; \ perl -pi -e 's/^prefix=.*$$$$/prefix=\/usr/' `find . -name \*.pc`) endef # We don't use khelpcenter in kleopatra so remove the help links and # point to the correct common folder # TODO Needs to be fixed with current doc #define gpg4win_pkg_kleopatra_post_install # (for i in de en ; do \ # (cd $$$${pkgidir}/share/doc/HTML/$$$${i}; \ # perl -pi -e 's/help:\///g' `find . -name \*.html`; \ # perl -pi -e 's@common/@../../common/@g' `find . -name \*.html`); \ # done) #endef #define gpg4win_pkg_libiconv_post_install #(cp $(srcdir)/libiconv.def $$$${pkgidir}/lib; \ #cd $$$${pkgidir}/lib; \ #$(DLLTOOL) --output-lib libiconv.dll.a --def libiconv.def) #endef # Supported internal packages. Internal packages do not require any # special support. Thus, this variable is actually unused, and no # rules are added in gpg4win.mk. gpg4win_ipkgs = man_novice_de man_advanced_de man_novice_en man_advanced_en \ compendium # Default to same version. VSD_VERSION=$(VERSION) # Include installer targets for customized packages -include gnupg-vsd/custom.mk # Signging host/key setup for codesigning -include gnupg-vsd/sign.mk stamps/stamp-msi-base: playground/install/gpg4win-$(VERSION).wixlib \ shield.ico Makefile.am \ $(top_srcdir)/doc/logo/gpg4win-msi*.bmp \ $(top_srcdir)/po/gpg4win-de.wxl \ $(top_srcdir)/po/gpg4win-en.wxl ssh $(WINHOST) "mkdir AppData\\Local\\Temp\\gpg4win-$(VERSION)" || true scp $(idir)/gpg4win-$(VERSION).wixlib $(WINHOST):AppData/Local/Temp/gpg4win-$(VERSION) scp $(top_srcdir)/packages/gnupg-msi-$(gpg4win_pkg_gnupg_msi_version)-bin.wixlib \ $(WINHOST):AppData/Local/Temp/gpg4win-$(VERSION); scp $(top_srcdir)/src/shield.ico $(WINHOST):AppData/Local/Temp/gpg4win-$(VERSION) scp $(top_srcdir)/doc/logo/gpg4win-msi-header_install-493x58.bmp \ $(WINHOST):AppData/Local/Temp/gpg4win-$(VERSION)/header.bmp scp $(top_srcdir)/doc/logo/gpg4win-msi-wizard_install-493x312.bmp \ $(WINHOST):AppData/Local/Temp/gpg4win-$(VERSION)/dialog.bmp scp $(top_srcdir)/doc/logo/gpg4win-msi-wizard_install-493x312.bmp \ $(WINHOST):AppData/Local/Temp/gpg4win-$(VERSION)/dialog.bmp scp $(top_srcdir)/doc/logo/gpg4win-msi-wizard_install-info-32x32.bmp \ $(WINHOST):AppData/Local/Temp/gpg4win-$(VERSION)/info.bmp scp $(top_srcdir)/doc/logo/gpg4win-msi-wizard_install-exclamation-32x32.bmp \ $(WINHOST):AppData/Local/Temp/gpg4win-$(VERSION)/exclamation.bmp scp $(top_srcdir)/po/gpg4win-en.wxl $(WINHOST):AppData/Local/Temp/gpg4win-$(VERSION) scp $(top_srcdir)/po/gpg4win-de.wxl $(WINHOST):AppData/Local/Temp/gpg4win-$(VERSION) scp WixUI_Gpg4win.wxs $(WINHOST):AppData/Local/Temp/gpg4win-$(VERSION) touch stamps/stamp-msi-base # Now do the bunch of the work. This is a bunch of dirty magic to # integrate our special makefile into automake, while not actually # including it (make should include it). This is in turn necessary # because automake can't deal with the elegant magic in the actual # Makefile. define INCLUDE_BY_MAKE include $(1) endef $(eval $(call INCLUDE_BY_MAKE,gpg4win.mk)) clean-local: clean-gpg4win common_nsi = inst-sections.nsi installer.nsi installer-finish.nsi \ $(addsuffix .nsi,$(addprefix inst-,$(gpg4win_build_list))) \ $(addsuffix .nsi,$(addprefix uninst-,$(gpg4win_build_list))) # Sign additional files as per signing setup # This is a bit of a hack. stamps/stamp-additional-signedfiles: (set -e;\ cd "$(idir)"; \ for f in $(AUTHENTICODE_FILES); do \ if [ -f "$$f" ]; then \ $(call AUTHENTICODE_sign,"$$f","$$f");\ else \ echo "speedo: WARNING: file '$$f' not available for signing";\ fi;\ done \ ) touch stamps/stamp-additional-signedfiles playground/install/gpg4win-$(VERSION).wixlib: \ gpg4win-$(VERSION).wxs stamps/stamp-final \ $(foosum_exe) \ $(README_files) $(HOWTO_files) \ license.blurb versioninfo.txt \ WixUI_Gpg4win.wxs \ stamps/stamp-additional-signedfiles ($(call SETVARS_WINE_TWO_DOLLAR,); \ echo "Gpg4win" > $(srcdir)/playground/VERSION; \ echo "$(VERSION)" >> $(srcdir)/playground/VERSION; \ (ln -s $(idir) $$WINEINST; \ ln -s $(ex_idir) $$WINEINSTEX; \ ln -s `readlink -f $(top_srcdir)` $$WINESRC; \ $(WINE) $$WIXPREFIX2/candle.exe \ -dInstDir=k: \ -dInstDirEx=j: \ -dSrcDir=i:\\src \ -dVersion=$$MSI_VERSION \ -out k:\\gpg4win-$(VERSION).wixobj \ -pedantic -wx i:\\src\\gpg4win-$(VERSION).wxs \ -arch x64 || exit 1;\ $(WINE) $$WIXPREFIX2/candle.exe \ -dInstDir=k: \ -dInstDirEx=j: \ -dSrcDir=i:\\src \ -dVersion=$$MSI_VERSION \ -out k:\\gpg4win-ui.wixobj \ -arch x64 \ -pedantic -wx i:\\src\\WixUI_Gpg4win.wxs || exit 1;\ \ $(WINE) $$WIXPREFIX2/lit.exe \ -out k:\\gpg4win-$(VERSION).wixlib \ -bf \ -wx \ -pedantic \ k:\\gpg4win-$(VERSION).wixobj k:\\gpg4win-ui.wixobj || exit 1; \ \ ) || ERR=1; (rm $$WINEINST; rm $$WINESRC; rm $$WINEINSTEX); \ if [ -n "$$ERR" ]; then \ exit 1; \ fi) playground/install/gpg4win-$(VERSION)-x86.wixlib: \ gpg4win-$(VERSION).wxs stamps/stamp-final \ $(foosum_exe) \ $(README_files) $(HOWTO_files) \ license.blurb versioninfo.txt \ WixUI_Gpg4win.wxs \ stamps/stamp-additional-signedfiles ($(call SETVARS_WINE_TWO_DOLLAR,); \ echo "Gpg4win" > $(srcdir)/playground/VERSION; \ echo "$(VERSION)" >> $(srcdir)/playground/VERSION; \ (ln -s $(idir) $$WINEINST; \ ln -s $(ex_idir) $$WINEINSTEX; \ ln -s `readlink -f $(top_srcdir)` $$WINESRC; \ $(WINE) $$WIXPREFIX2/candle.exe \ -dInstDir=k: \ -dInstDirEx=j: \ -dSrcDir=i:\\src \ -dVersion=$$MSI_VERSION \ -arch x86 \ -out k:\\gpg4win-$(VERSION)-x86.wixobj \ -pedantic -wx i:\\src\\gpg4win-$(VERSION).wxs || exit 1;\ $(WINE) $$WIXPREFIX2/candle.exe \ -dInstDir=k: \ -dInstDirEx=j: \ -dSrcDir=i:\\src \ -dVersion=$$MSI_VERSION \ -arch x86 \ -out k:\\gpg4win-ui-x86.wixobj \ -pedantic -wx i:\\src\\WixUI_Gpg4win.wxs || exit 1;\ \ $(WINE) $$WIXPREFIX2/lit.exe \ -out k:\\gpg4win-$(VERSION)-x86.wixlib \ -bf \ -wx \ -pedantic \ k:\\gpg4win-$(VERSION)-x86.wixobj k:\\gpg4win-ui-x86.wixobj || exit 1; \ \ ) || ERR=1; (rm $$WINEINST; rm $$WINESRC; rm $$WINEINSTEX); \ if [ -n "$$ERR" ]; then \ exit 1; \ fi) gpg4win-$(VERSION).wxs: gpg4win.nsi $(common_nsi) stamps/stamp-final \ $(foosum_exe) gpgwrap.exe \ $(README_files) $(HOWTO_files) \ versioninfo.txt make-msi.pl \ $(addsuffix /VERSION.sig,$(addprefix gnupg-vsd/,$(msi_targets))) perl make-msi.pl --guids $(srcdir)/make-msi.guids \ --manifest gpg4win-$(VERSION).files \ --version $(VSD_VERSION) \ -DBUILD_DIR=. -DTOP_SRCDIR=$(top_srcdir) \ -DSRCDIR=$(srcdir) $(srcdir)/gpg4win.nsi > $@ # Prepare the versioninfo file. The pipeline extracts the last # occurrence of a package with the same name, sorts the entries and # writes the file with DOS line endings. This helps to avoid # duplicate entries in case one package has been rebuild (which is # common when developing a new version). versioninfo.txt: $(SHA1SUM) $(pkg_files) versioninfo.tmp set -e; \ ( while read a b; do echo "$$a $$(basename $$b)"; \ done < versioninfo.tmp \ | sort -k2 -sf | tac | uniq -f1 ; \ echo '=========== SHA-1 checksum ============= == package ==' \ ) | tac | awk '{printf "%s\r\n", $$0}' > versioninfo.txt -rm versioninfo.tmp NEWS.tmp : $(top_srcdir)/NEWS awk '/^#/ {next} /^\(de\)/ {skip=1;next} /^[^[:space:]]/ {skip=0} \ !skip { sub(/^\(en\)/," *"); print }' \ <$(top_srcdir)/NEWS >NEWS.tmp NEWS.de : $(top_srcdir)/NEWS awk '/^#/ {next} /^\(en\)/ {skip=1;next} /^[^[:space:]]/ {skip=0} \ !skip { sub(/^\(de\)/,"-"); print }' \ <$(top_srcdir)/NEWS >NEWS.de; \ sed -i 's/^ / /' NEWS.de NEWS.en : $(top_srcdir)/NEWS awk '/^#/ {next} /^\(de\)/ {skip=1;next} /^[^[:space:]]/ {skip=0} \ !skip { sub(/^\(en\)/,"-"); print }' \ <$(top_srcdir)/NEWS >NEWS.en; \ sed -i 's/^ / /' NEWS.en COMPONENTS-list.tmp : $(top_srcdir)/NEWS awk '/^~~~~~~~~~~~/ { ok++; next} ok==1 {print " "$$0}' \ < $(top_srcdir)/NEWS > COMPONENTS-list.tmp # For some nut-crazy reason someone thought it would be a great idea # if makensis changed to the directory of the source file at startup. # So we have to pull a couple of strings to correct this. installers/gpg4win-$(VERSION).exe: gpg4win.nsi $(common_nsi) stamps/stamp-final \ g4wihelp.dll gpgwrap.exe \ $(foosum_exe) \ $(README_files) $(HOWTO_files) \ license.blurb versioninfo.txt $(MAKENSIS) -V3 -DBUILD_DIR=`pwd` -DTOP_SRCDIR=$(top_srcdir) \ -DSRCDIR=$(srcdir) $(EXTRA_MAKENSIS_FLAGS) $(srcdir)/gpg4win.nsi && \ mv gpg4win-$(VERSION).exe installers/gpg4win-$(VERSION).exe stamps/stamp-dist-self: versioninfo.txt (set -e; cd ..; make dist-bzip2) touch stamps/stamp-dist-self installers/gpg4win-src-$(VERSION).exe: gpg4win-src.nsi $(common_nsii) \ stamps/stamp-final \ stamps/stamp-dist-self \ license.blurb $(MAKENSIS) -V3 -DBUILD_DIR=`pwd` -DTOP_SRCDIR=$(top_srcdir) \ -DSRCDIR=$(srcdir) $(EXTRA_MAKENSIS_FLAGS) $(srcdir)/gpg4win-src.nsi && \ mv gpg4win-src-$(VERSION).exe installers/gpg4win-src-$(VERSION).exe license.blurb: $(top_srcdir)/doc/license-page $(top_srcdir)/doc/GPLv3 cat $(top_srcdir)/doc/license-page $(top_srcdir)/doc/GPLv3 >$@ g4wihelp.dll: slideshow.cpp desktopshellrun.cpp g4wihelp.c exdll.h $(CC) -static-libgcc -I. -O2 -c -o desktopshellrun.o $(srcdir)/desktopshellrun.cpp $(CC) -static-libgcc -I. -O2 -c -o slideshow.o $(srcdir)/slideshow.cpp $(CC) -static-libgcc -I. -shared -O2 -o g4wihelp.dll $(srcdir)/g4wihelp.c \ desktopshellrun.o slideshow.o -lwinmm -lgdi32 -luserenv -lshell32 \ -lole32 -loleaut32 -lshlwapi -lmsimg32 $(STRIP) g4wihelp.dll gpgwrap.exe: gpgwrap.c $(CC) -I. -I.. -DHAVE_CONFIG_H -O2 -Wl,-subsystem,windows -o $@ $^ $(STRIP) $@ sha1sum.exe: sha1sum.c $(CC) -O2 -o $@ $^ $(STRIP) $@ md5sum.exe: sha1sum.c $(CC) -DBUILD_MD5SUM -O2 -o $@ $^ $(STRIP) $@ sha256sum.exe: sha1sum.c $(CC) -DBUILD_SHA256SUM -O2 -o $@ $^ $(STRIP) $@ mkportable.exe: mkportable.c \ mkportable-vanilla.h mkportable-full.h $(CC) -O2 -o $@ $(srcdir)/mkportable.c $(STRIP) $@ all_full = installers/gpg4win-$(VERSION).exe all-local: $(all_full) $(all_src) @echo "###################################################" @echo " Gpg4win $(VERSION) successfully build!" @echo " Installers can be found under src/installers" @echo "###################################################" clean-local: rm -f installers/gpg4win-$(VERSION).exe \ installers/GnuPG-VS-Desktop-$(VERSION).msi diff --git a/src/inst-breeze-icons.nsi b/src/inst-breeze-icons.nsi index 15c13d90..d1084742 100644 --- a/src/inst-breeze-icons.nsi +++ b/src/inst-breeze-icons.nsi @@ -1,263 +1,263 @@ # inst-breeze-icons.nsi - Snippet for breeze-icons. -*- coding: latin-1; -*- # Copyright (C) 2005, 2007, 2008 g10 Code GmbH # # This file is part of GPG4Win. # # GPG4Win is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # GPG4Win is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA !ifdef prefix !undef prefix !endif !define prefix ${ipdir}/breeze-icons-${gpg4win_pkg_breeze_icons_version} !ifdef DEBUG Section "breeze-icons" SEC_breeze_icons !else Section "-breeze-icons" SEC_breeze_icons !endif SetOutPath "$INSTDIR" !ifdef SOURCES File "${gpg4win_pkg_breeze_icons}" !else # # Note: You may want to use the pkg-to-nsi.pl script to create the # list of icons. # SetOutPath "$INSTDIR\share\icons\breeze\actions\16" File ${prefix}/share/icons/breeze/actions/16/application-exit.svg File ${prefix}/share/icons/breeze/actions/16/arrow-down.svg File ${prefix}/share/icons/breeze/actions/16/arrow-up.svg File ${prefix}/share/icons/breeze/actions/16/configure-shortcuts.svg File ${prefix}/share/icons/breeze/actions/16/configure-toolbars.svg File ${prefix}/share/icons/breeze/actions/16/configure.svg File ${prefix}/share/icons/breeze/actions/16/cell_edit.svg File ${prefix}/share/icons/breeze/actions/16/dialog-cancel.svg File ${prefix}/share/icons/breeze/actions/16/dialog-close.svg File ${prefix}/share/icons/breeze/actions/16/dialog-ok-apply.svg File ${prefix}/share/icons/breeze/actions/16/dialog-ok.svg File ${prefix}/share/icons/breeze/actions/16/document-edit-decrypt-verify.svg File ${prefix}/share/icons/breeze/actions/16/document-edit-decrypt.svg File ${prefix}/share/icons/breeze/actions/16/document-edit-encrypt.svg File ${prefix}/share/icons/breeze/actions/16/document-edit-sign-encrypt.svg File ${prefix}/share/icons/breeze/actions/16/document-edit-sign.svg File ${prefix}/share/icons/breeze/actions/16/document-edit-verify.svg File ${prefix}/share/icons/breeze/actions/16/document-encrypt.svg File ${prefix}/share/icons/breeze/actions/16/document-sign.svg File ${prefix}/share/icons/breeze/actions/16/document-open.svg File ${prefix}/share/icons/breeze/actions/16/document-print.svg File ${prefix}/share/icons/breeze/actions/16/document-revert.svg File ${prefix}/share/icons/breeze/actions/16/draw-arrow-down.svg File ${prefix}/share/icons/breeze/actions/16/draw-arrow-up.svg File ${prefix}/share/icons/breeze/actions/16/edit-clear-locationbar-rtl.svg File ${prefix}/share/icons/breeze/actions/16/edit-delete.svg File ${prefix}/share/icons/breeze/actions/16/edit-find.svg File ${prefix}/share/icons/breeze/actions/16/edit-paste.svg File ${prefix}/share/icons/breeze/actions/16/edit-redo.svg File ${prefix}/share/icons/breeze/actions/16/edit-rename.svg File ${prefix}/share/icons/breeze/actions/16/edit-undo.svg File ${prefix}/share/icons/breeze/actions/16/editor.svg File ${prefix}/share/icons/breeze/actions/16/go-bottom.svg File ${prefix}/share/icons/breeze/actions/16/go-down.svg File ${prefix}/share/icons/breeze/actions/16/go-first.svg File ${prefix}/share/icons/breeze/actions/16/go-last.svg File ${prefix}/share/icons/breeze/actions/16/go-next.svg File ${prefix}/share/icons/breeze/actions/16/go-previous.svg File ${prefix}/share/icons/breeze/actions/16/go-top.svg File ${prefix}/share/icons/breeze/actions/16/go-up.svg File ${prefix}/share/icons/breeze/actions/16/help-contents.svg File ${prefix}/share/icons/breeze/actions/16/help-contextual.svg File ${prefix}/share/icons/breeze/actions/16/list-add.svg File ${prefix}/share/icons/breeze/actions/16/list-remove.svg File ${prefix}/share/icons/breeze/actions/16/process-stop.svg File ${prefix}/share/icons/breeze/actions/16/run-build-configure.svg File ${prefix}/share/icons/breeze/actions/16/settings-configure.svg File ${prefix}/share/icons/breeze/actions/16/tab-close.svg File ${prefix}/share/icons/breeze/actions/16/tab-duplicate.svg File ${prefix}/share/icons/breeze/actions/16/tab-new-background.svg File ${prefix}/share/icons/breeze/actions/16/tools-report-bug.svg File ${prefix}/share/icons/breeze/actions/16/view-refresh.svg File ${prefix}/share/icons/breeze/actions/16/window-close.svg File ${prefix}/share/icons/breeze/actions/16/visibility.svg File ${prefix}/share/icons/breeze/actions/16/hint.svg File ${prefix}/share/icons/breeze/actions/16/resource-group-new.svg File ${prefix}/share/icons/breeze/actions/16/password-generate.svg SetOutPath "$INSTDIR\share\icons\breeze\actions\22" File ${prefix}/share/icons/breeze/actions/22/application-exit.svg File ${prefix}/share/icons/breeze/actions/22/arrow-down.svg File ${prefix}/share/icons/breeze/actions/22/arrow-up.svg File ${prefix}/share/icons/breeze/actions/22/cell_edit.svg File ${prefix}/share/icons/breeze/actions/22/configure-shortcuts.svg File ${prefix}/share/icons/breeze/actions/22/configure-toolbars.svg File ${prefix}/share/icons/breeze/actions/22/configure.svg File ${prefix}/share/icons/breeze/actions/22/dialog-cancel.svg File ${prefix}/share/icons/breeze/actions/22/dialog-close.svg File ${prefix}/share/icons/breeze/actions/22/dialog-ok-apply.svg File ${prefix}/share/icons/breeze/actions/22/dialog-ok.svg File ${prefix}/share/icons/breeze/actions/22/document-edit-decrypt-verify.svg File ${prefix}/share/icons/breeze/actions/22/document-edit-decrypt.svg File ${prefix}/share/icons/breeze/actions/22/document-edit-encrypt.svg File ${prefix}/share/icons/breeze/actions/22/document-edit-sign-encrypt.svg File ${prefix}/share/icons/breeze/actions/22/document-edit-sign.svg File ${prefix}/share/icons/breeze/actions/22/document-edit-verify.svg File ${prefix}/share/icons/breeze/actions/22/document-encrypt.svg File ${prefix}/share/icons/breeze/actions/22/document-sign.svg File ${prefix}/share/icons/breeze/actions/22/document-open.svg File ${prefix}/share/icons/breeze/actions/22/document-print.svg File ${prefix}/share/icons/breeze/actions/22/document-revert.svg File ${prefix}/share/icons/breeze/actions/22/draw-arrow-down.svg File ${prefix}/share/icons/breeze/actions/22/draw-arrow-up.svg File ${prefix}/share/icons/breeze/actions/22/edit-clear-locationbar-rtl.svg File ${prefix}/share/icons/breeze/actions/22/edit-delete.svg File ${prefix}/share/icons/breeze/actions/22/edit-find.svg File ${prefix}/share/icons/breeze/actions/22/edit-paste.svg File ${prefix}/share/icons/breeze/actions/22/edit-redo.svg File ${prefix}/share/icons/breeze/actions/22/edit-rename.svg File ${prefix}/share/icons/breeze/actions/22/edit-undo.svg File ${prefix}/share/icons/breeze/actions/22/edittext.svg File ${prefix}/share/icons/breeze/actions/22/editor.svg File ${prefix}/share/icons/breeze/actions/22/go-bottom.svg File ${prefix}/share/icons/breeze/actions/22/go-down.svg File ${prefix}/share/icons/breeze/actions/22/go-first.svg File ${prefix}/share/icons/breeze/actions/22/go-last.svg File ${prefix}/share/icons/breeze/actions/22/go-next.svg File ${prefix}/share/icons/breeze/actions/22/go-previous.svg File ${prefix}/share/icons/breeze/actions/22/go-top.svg File ${prefix}/share/icons/breeze/actions/22/go-up.svg File ${prefix}/share/icons/breeze/actions/22/help-contents.svg File ${prefix}/share/icons/breeze/actions/22/help-contextual.svg File ${prefix}/share/icons/breeze/actions/22/list-add.svg File ${prefix}/share/icons/breeze/actions/22/list-remove.svg File ${prefix}/share/icons/breeze/actions/22/process-stop.svg File ${prefix}/share/icons/breeze/actions/22/run-build-configure.svg File ${prefix}/share/icons/breeze/actions/22/settings-configure.svg File ${prefix}/share/icons/breeze/actions/22/tab-close.svg File ${prefix}/share/icons/breeze/actions/22/tab-duplicate.svg File ${prefix}/share/icons/breeze/actions/22/tab-new-background.svg File ${prefix}/share/icons/breeze/actions/22/tools-report-bug.svg File ${prefix}/share/icons/breeze/actions/22/view-certificate-add.svg File ${prefix}/share/icons/breeze/actions/22/view-certificate.svg File ${prefix}/share/icons/breeze/actions/22/view-certificate-export-secret.svg File ${prefix}/share/icons/breeze/actions/22/view-certificate-export-server.svg File ${prefix}/share/icons/breeze/actions/22/view-certificate-export.svg File ${prefix}/share/icons/breeze/actions/22/view-certificate-import.svg File ${prefix}/share/icons/breeze/actions/22/view-certificate-server-configure.svg File ${prefix}/share/icons/breeze/actions/22/view-certificate-sign.svg File ${prefix}/share/icons/breeze/actions/22/view-refresh.svg File ${prefix}/share/icons/breeze/actions/22/window-close.svg File ${prefix}/share/icons/breeze/actions/22/question.svg File ${prefix}/share/icons/breeze/actions/22/kt-add-filters.svg File ${prefix}/share/icons/breeze/actions/22/kt-remove-filters.svg File ${prefix}/share/icons/breeze/actions/22/resource-group-new.svg File ${prefix}/share/icons/breeze/actions/22/password-generate.svg File ${prefix}/share/icons/breeze/actions/22/note.svg - File secure-card.svg SetOutPath "$INSTDIR\share\icons\breeze\actions\32" File ${prefix}/share/icons/breeze/actions/32/application-exit.svg File ${prefix}/share/icons/breeze/actions/32/configure.svg File ${prefix}/share/icons/breeze/actions/32/dialog-cancel.svg File ${prefix}/share/icons/breeze/actions/32/dialog-ok-apply.svg File ${prefix}/share/icons/breeze/actions/32/document-edit-decrypt-verify.svg File ${prefix}/share/icons/breeze/actions/32/document-edit-decrypt.svg File ${prefix}/share/icons/breeze/actions/32/document-edit-encrypt.svg File ${prefix}/share/icons/breeze/actions/32/document-edit-sign-encrypt.svg File ${prefix}/share/icons/breeze/actions/32/document-edit-sign.svg File ${prefix}/share/icons/breeze/actions/32/document-open.svg File ${prefix}/share/icons/breeze/actions/32/document-print.svg File ${prefix}/share/icons/breeze/actions/32/document-revert.svg File ${prefix}/share/icons/breeze/actions/32/edit-delete.svg File ${prefix}/share/icons/breeze/actions/32/edit-redo.svg File ${prefix}/share/icons/breeze/actions/32/edit-undo.svg File ${prefix}/share/icons/breeze/actions/32/editor.svg File ${prefix}/share/icons/breeze/actions/32/view-refresh.svg File ${prefix}/share/icons/breeze/actions/32/window-close.svg SetOutPath "$INSTDIR\share\icons\breeze\apps\22" File ${prefix}/share/icons/breeze/apps/22/kde.svg SetOutPath "$INSTDIR\share\icons\breeze\preferences\32" File ${prefix}/share/icons/breeze/preferences/32/preferences-desktop-locale.svg File ${prefix}/share/icons/breeze/preferences/32/preferences-system-network.svg SetOutPath "$INSTDIR\share\icons\breeze\apps\48" File ${prefix}/share/icons/breeze/apps/48/internet-mail.svg File ${prefix}/share/icons/breeze/apps/48/telepathy-kde.svg File ${prefix}/share/icons/breeze/apps/48/usb-creator-kde.svg SetOutPath "$INSTDIR\share\icons\breeze\categories\32" File ${prefix}/share/icons/breeze/categories/32/applications-graphics.svg SetOutPath "$INSTDIR\share\icons\breeze" File ${prefix}/share/icons/breeze/index.theme File ${prefix}/share/icons/breeze/icon-theme.cache SetOutPath "$INSTDIR\share\icons\breeze\places\16" File ${prefix}/share/icons/breeze/places/16/start-here-kde.svg SetOutPath "$INSTDIR\share\icons\breeze\places\22" File ${prefix}/share/icons/breeze/places/22/start-here-kde.svg SetOutPath "$INSTDIR\share\icons\breeze\places\64" File ${prefix}/share/icons/breeze/places/64/start-here-kde.svg SetOutPath "$INSTDIR\share\icons\breeze\status\16" SetOutPath "$INSTDIR\share\icons\breeze\status\22" File ${prefix}/share/icons/breeze/status/22/security-high.svg File ${prefix}/share/icons/breeze/status/22/security-low.svg File ${prefix}/share/icons/breeze/status/22/security-medium.svg + File ${prefix}/share/icons/breeze/status/22/auth-sim-locked.svg SetOutPath "$INSTDIR\share\icons\breeze\status\24" SetOutPath "$INSTDIR\share\icons\breeze\status\64" File ${prefix}/share/icons/breeze/status/64/dialog-error.svg File ${prefix}/share/icons/breeze/status/64/dialog-password.svg File ${prefix}/share/icons/breeze/status/64/dialog-warning.svg File ${prefix}/share/icons/breeze/status/64/security-high.svg File ${prefix}/share/icons/breeze/status/64/security-low.svg File ${prefix}/share/icons/breeze/status/64/security-medium.svg SetOutPath "$INSTDIR\share\icons\breeze\emblems\8" File ${prefix}/share/icons/breeze/emblems/8/emblem-information.svg File ${prefix}/share/icons/breeze/emblems/8/emblem-warning.svg File ${prefix}/share/icons/breeze/emblems/8/emblem-success.svg File ${prefix}/share/icons/breeze/emblems/8/emblem-error.svg File ${prefix}/share/icons/breeze/emblems/8/emblem-question.svg File ${prefix}/share/icons/breeze/emblems/8/emblem-unavailable.svg SetOutPath "$INSTDIR\share\icons\breeze\actions\symbolic" File ${prefix}/share/icons/breeze/actions/symbolic/send-to-symbolic.svg File ${prefix}/share/icons/breeze/actions/symbolic/contact-new-symbolic.svg !endif SectionEnd diff --git a/src/secure-card.svg b/src/secure-card.svg deleted file mode 100644 index 49a3db1e..00000000 --- a/src/secure-card.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - Openclipart - - - smartcard - 2009-11-13T23:19:07 - - https://openclipart.org/detail/28351/smartcard-by-nikiwaibel - - - nikiwaibel - - - - - how i did it - icon - line art - outline - symbol - - - - - - - - - - - diff --git a/src/uninst-breeze-icons.nsi b/src/uninst-breeze-icons.nsi index 63349ebb..f6f4259f 100644 --- a/src/uninst-breeze-icons.nsi +++ b/src/uninst-breeze-icons.nsi @@ -1,241 +1,241 @@ # uninst-breeze-icons.nsi - Snippet for breeze-icons. -*- coding: latin-1; -*- # Copyright (C) 2005, 2007, 2008 g10 Code GmbH # # This file is part of GPG4Win. # # GPG4Win is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # GPG4Win is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA !ifdef prefix !undef prefix !endif !define prefix ${ipdir}/breeze-icons-${gpg4win_pkg_breeze_icons_version} ; Uninstaller section. Section "-un.breeze-icons" !ifdef SOURCES Push "${gpg4win_pkg_breeze_icons}" Call un.SourceDelete !else - Delete "$INSTDIR\share\icons\breeze\actions\22\secure-card.svg" Delete "$INSTDIR\share\icons\breeze\status\64\security-medium.svg" Delete "$INSTDIR\share\icons\breeze\status\64\security-low.svg" Delete "$INSTDIR\share\icons\breeze\status\64\security-high.svg" Delete "$INSTDIR\share\icons\breeze\status\64\dialog-warning.svg" Delete "$INSTDIR\share\icons\breeze\status\64\dialog-password.svg" Delete "$INSTDIR\share\icons\breeze\status\64\dialog-information.svg" Delete "$INSTDIR\share\icons\breeze\status\64\dialog-error.svg" Delete "$INSTDIR\share\icons\breeze\status\24\dialog-information.svg" Delete "$INSTDIR\share\icons\breeze\status\22\security-medium.svg" Delete "$INSTDIR\share\icons\breeze\status\22\security-low.svg" Delete "$INSTDIR\share\icons\breeze\status\22\security-high.svg" Delete "$INSTDIR\share\icons\breeze\status\22\dialog-information.svg" + Delete "$INSTDIR\share\icons\breeze\status\22\auth-sim-locked.svg" Delete "$INSTDIR\share\icons\breeze\status\16\dialog-information.svg" Delete "$INSTDIR\share\icons\breeze\places\64\start-here-kde.svg" Delete "$INSTDIR\share\icons\breeze\places\22\start-here-kde.svg" Delete "$INSTDIR\share\icons\breeze\places\16\start-here-kde.svg" Delete "$INSTDIR\share\icons\breeze\index.theme" Delete "$INSTDIR\share\icons\breeze\icon-theme.cache" Delete "$INSTDIR\share\icons\breeze\categories\32\applications-graphics.svg" Delete "$INSTDIR\share\icons\breeze\apps\48\usb-creator-kde.svg" Delete "$INSTDIR\share\icons\breeze\apps\48\telepathy-kde.svg" Delete "$INSTDIR\share\icons\breeze\apps\48\internet-mail.svg" Delete "$INSTDIR\share\icons\breeze\preferences\32\preferences-system-network.svg" Delete "$INSTDIR\share\icons\breeze\preferences\32\preferences-desktop-locale.svg" Delete "$INSTDIR\share\icons\breeze\apps\22\kde.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\window-close.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\view-refresh.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\edit-undo.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\edit-redo.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\edit-delete.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\editor.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\document-revert.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\document-print.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\document-open.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\document-edit-sign.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\document-edit-sign-encrypt.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\document-edit-encrypt.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\document-edit-decrypt.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\document-edit-decrypt-verify.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\dialog-ok-apply.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\dialog-cancel.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\configure.svg" Delete "$INSTDIR\share\icons\breeze\actions\32\application-exit.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\cell_edit.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\editor.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\edittext.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\window-close.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\view-refresh.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\view-certificate.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\view-certificate-sign.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\view-certificate-server-configure.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\view-certificate-import.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\view-certificate-export.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\view-certificate-export-server.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\view-certificate-export-secret.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\view-certificate-add.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\tools-report-bug.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\tab-new-background.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\tab-duplicate.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\tab-close.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\settings-configure.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\run-build-configure.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\process-stop.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\list-remove.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\list-add.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\help-contextual.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\help-contents.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\go-up.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\go-top.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\go-previous.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\go-next.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\go-last.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\go-first.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\go-down.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\go-bottom.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\edit-undo.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\edit-rename.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\edit-redo.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\edit-paste.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\edit-find.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\edit-delete.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\edit-clear-locationbar-rtl.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\draw-arrow-up.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\draw-arrow-down.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\document-revert.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\document-print.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\document-open.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\document-encrypt.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\document-sign.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\document-edit-verify.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\document-edit-sign.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\document-edit-sign-encrypt.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\document-edit-encrypt.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\document-edit-decrypt.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\document-edit-decrypt-verify.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\dialog-ok.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\dialog-ok-apply.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\dialog-close.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\dialog-cancel.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\configure.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\configure-toolbars.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\configure-shortcuts.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\arrow-up.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\arrow-down.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\application-exit.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\question.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\kt-add-filters.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\kt-remove-filters.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\resource-group-new.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\password-generate.svg" Delete "$INSTDIR\share\icons\breeze\actions\22\note.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\cell_edit.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\window-close.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\view-refresh.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\tools-report-bug.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\tab-new-background.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\tab-duplicate.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\tab-close.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\settings-configure.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\run-build-configure.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\process-stop.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\list-remove.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\list-add.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\help-contextual.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\help-contents.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\editor.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\go-up.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\go-top.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\go-previous.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\go-next.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\go-last.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\go-first.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\go-down.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\go-bottom.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\edit-undo.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\edit-rename.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\edit-redo.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\edit-paste.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\edit-find.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\edit-delete.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\edit-clear-locationbar-rtl.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\draw-arrow-up.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\draw-arrow-down.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\document-revert.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\document-print.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\document-open.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\document-encrypt.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\document-sign.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\document-edit-verify.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\document-edit-sign.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\document-edit-sign-encrypt.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\document-edit-encrypt.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\document-edit-decrypt.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\document-edit-decrypt-verify.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\dialog-ok.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\dialog-ok-apply.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\dialog-close.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\dialog-cancel.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\configure.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\configure-toolbars.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\configure-shortcuts.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\arrow-up.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\arrow-down.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\application-exit.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\visibility.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\hint.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\resource-group-new.svg" Delete "$INSTDIR\share\icons\breeze\actions\16\password-generate.svg" Delete "$INSTDIR\share\icons\breeze\actions\symbolic\send-to-symbolic.svg" Delete "$INSTDIR\share\icons\breeze\actions\symbolic\contact-new-symbolic.svg" Delete "$INSTDIR\share\icons\breeze\emblems\8\emblem-information.svg" Delete "$INSTDIR\share\icons\breeze\emblems\8\emblem-warning.svg" Delete "$INSTDIR\share\icons\breeze\emblems\8\emblem-success.svg" Delete "$INSTDIR\share\icons\breeze\emblems\8\emblem-error.svg" Delete "$INSTDIR\share\icons\breeze\emblems\8\emblem-question.svg" Delete "$INSTDIR\share\icons\breeze\emblems\8\emblem-unavailable.svg" RMDir "$INSTDIR\share\icons\breeze\preferences\32" RMDir "$INSTDIR\share\icons\breeze\preferences" RMDir "$INSTDIR\share\icons\breeze\emblems\8" RMDir "$INSTDIR\share\icons\breeze\emblems" RMDir "$INSTDIR\share\icons\breeze\status\64" RMDir "$INSTDIR\share\icons\breeze\status\24" RMDir "$INSTDIR\share\icons\breeze\status\22" RMDir "$INSTDIR\share\icons\breeze\status\16" RMDir "$INSTDIR\share\icons\breeze\status" RMDir "$INSTDIR\share\icons\breeze\places\64" RMDir "$INSTDIR\share\icons\breeze\places\22" RMDir "$INSTDIR\share\icons\breeze\places\16" RMDir "$INSTDIR\share\icons\breeze\places" RMDir "$INSTDIR\share\icons\breeze\categories\32" RMDir "$INSTDIR\share\icons\breeze\categories" RMDir "$INSTDIR\share\icons\breeze\apps\48" RMDir "$INSTDIR\share\icons\breeze\apps\32" RMDir "$INSTDIR\share\icons\breeze\apps\22" RMDir "$INSTDIR\share\icons\breeze\apps" RMDir "$INSTDIR\share\icons\breeze\actions\symbolic" RMDir "$INSTDIR\share\icons\breeze\actions\32" RMDir "$INSTDIR\share\icons\breeze\actions\24" RMDir "$INSTDIR\share\icons\breeze\actions\22" RMDir "$INSTDIR\share\icons\breeze\actions\16" RMDir "$INSTDIR\share\icons\breeze\actions" RMDir "$INSTDIR\share\icons\breeze" RMDir "$INSTDIR\share\icons" RMDir "$INSTDIR\share" RMDir "$INSTDIR" !endif SectionEnd