Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F22948312
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
5 KB
Subscribers
None
View Options
diff --git a/src/inst-ki18n.nsi b/src/inst-ki18n.nsi
index 72282d6d..1855becd 100644
--- a/src/inst-ki18n.nsi
+++ b/src/inst-ki18n.nsi
@@ -1,35 +1,36 @@
# Copyright (C) 2015 Intevation 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}/ki18n-${gpg4win_pkg_ki18n_version}
!ifdef DEBUG
Section "ki18n" SEC_ki18n
!else
Section "-ki18n" SEC_ki18n
!endif
SetOutPath "$INSTDIR"
!ifdef SOURCES
File "${gpg4win_pkg_ki18n}"
!else
SetOutPath "$INSTDIR\bin"
File ${prefix}/bin/libKF6I18n.dll
+ File ${prefix}/bin/libKF6I18nLocaleData.dll
!endif
SectionEnd
diff --git a/src/inst-ktextaddons.nsi b/src/inst-ktextaddons.nsi
index d49b88f0..baf91ca9 100644
--- a/src/inst-ktextaddons.nsi
+++ b/src/inst-ktextaddons.nsi
@@ -1,26 +1,28 @@
# Copyright (C) 2024 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}/ktextaddons-${gpg4win_pkg_ktextaddons_version}
Section "-ktextaddons" SEC_ktextaddons
SetOutPath "$INSTDIR\bin"
File ${prefix}/bin/libKF6TextAutoCorrectionCore.dll
+ File ${prefix}/bin/libKF6TextEmoticonsWidgets.dll
+ File ${prefix}/bin/libKF6TextCustomEditor.dll
SectionEnd
diff --git a/src/uninst-ki18n.nsi b/src/uninst-ki18n.nsi
index 0fa7f1f3..14a4d31c 100644
--- a/src/uninst-ki18n.nsi
+++ b/src/uninst-ki18n.nsi
@@ -1,33 +1,34 @@
# Copyright (C) 2015 Intevation 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}/ki18n-${gpg4win_pkg_ki18n_version}
; Uninstaller section.
Section "-un.ki18n"
!ifdef SOURCES
Push "${gpg4win_pkg_ki18n}"
Call un.SourceDelete
!else
Delete "$INSTDIR\bin\libKF6I18n.dll"
+ Delete "$INSTDIR\bin\libKF6I18nLocaleData.dll"
RmDir "$INSTDIR\bin"
!endif
SectionEnd
diff --git a/src/uninst-ktextaddons.nsi b/src/uninst-ktextaddons.nsi
index 1bc35386..17a152d0 100644
--- a/src/uninst-ktextaddons.nsi
+++ b/src/uninst-ktextaddons.nsi
@@ -1,22 +1,24 @@
# Copyright (C) 2024 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
; Uninstaller section.
Section "-un.ktextaddons"
Delete "$INSTDIR\bin\libKF6TextAutoCorrectionCore.dll"
+ Delete "$INSTDIR\bin\libKF6TextEmoticonsWidgets.dll"
+ Delete "$INSTDIR\bin\libKF6TextCustomEditor.dll"
RmDir "$INSTDIR\bin"
SectionEnd
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, May 10, 9:09 AM (2 h, 41 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fc/70/5f2a0820df267f268dc844054302
Attached To
rW Gpg4win
Event Timeline
Log In to Comment