]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- patch to enable all manual translations during normal build auto/th/VirtualBox-4.3.14-1
authorJan Palus <atler@pld-linux.org>
Mon, 21 Jul 2014 17:05:07 +0000 (19:05 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 21 Jul 2014 17:05:07 +0000 (19:05 +0200)
- package tools binaries

VirtualBox-all-translations.patch [new file with mode: 0644]
VirtualBox.spec

diff --git a/VirtualBox-all-translations.patch b/VirtualBox-all-translations.patch
new file mode 100644 (file)
index 0000000..e74431d
--- /dev/null
@@ -0,0 +1,16 @@
+--- Config.kmk.orig    2014-07-21 18:09:34.045384761 +0200
++++ Config.kmk 2014-07-21 18:09:48.868718200 +0200
+@@ -342,12 +342,7 @@
+ ifn1of ($(KBUILD_TARGET), linux)
+  VBOX_WITH_DOCS_CHM = 1
+ endif
+-# By default only include translations in documentation-only builds
+-ifdef VBOX_ONLY_DOCS
+- ifndef VBOX_NO_DOCS_TRANSLATIONS
+-  VBOX_WITH_DOCS_TRANSLATIONS = 1
+- endif
+-endif
++VBOX_WITH_DOCS_TRANSLATIONS = 1
+ # Default languages
+ VBOX_MANUAL_LANGUAGES = en_US
+ ifdef VBOX_WITH_DOCS_TRANSLATIONS
index f58b951d5c8abf83f8bc9e8e49bd804ef69e54a3..5472963ccfd844407a0de0ac6487bdc10e964ee5 100644 (file)
@@ -95,6 +95,7 @@ Patch9:               pld-guest.patch
 Patch10:       16-no-update.patch
 Patch11:       18-system-xorg.patch
 Patch12:       x8664-build.patch
+Patch13:       %{name}-all-translations.patch
 URL:           http://www.virtualbox.org/
 %if %{with userspace}
 %ifarch %{x8664}
@@ -542,6 +543,7 @@ cd ../..\
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p0
 
 %{__sed} -i -e 's,@VBOX_DOC_PATH@,%{_docdir}/%{name}-%{version},' \
        -e 's/Categories=.*/Categories=Utility;Emulator;/' src/VBox/Installer/common/virtualbox.desktop.in
@@ -924,6 +926,14 @@ dkms remove -m vboxhost -v %{version}-%{rel} --rpm_safe_upgrade --all || :
 %if %{with doc}
 %attr(755,root,root) %{_libdir}/%{pname}/VBoxManageHelp
 %endif
+%dir %{_libdir}/%{pname}/tools
+%attr(755,root,root) %{_libdir}/%{pname}/tools/RTGzip
+%attr(755,root,root) %{_libdir}/%{pname}/tools/RTLdrFlt
+%attr(755,root,root) %{_libdir}/%{pname}/tools/RTManifest
+%attr(755,root,root) %{_libdir}/%{pname}/tools/RTRm
+%attr(755,root,root) %{_libdir}/%{pname}/tools/RTShutdown
+%attr(755,root,root) %{_libdir}/%{pname}/tools/RTSignTool
+%attr(755,root,root) %{_libdir}/%{pname}/tools/RTTar
 
 %dir %{_libdir}/%{pname}/ExtensionPacks
 %{_libdir}/%{pname}/ExtensionPacks/VNC/ExtPack.xml
This page took 0.03045 seconds and 4 git commands to generate.