summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2015-09-16 03:03:46 +0000
committerDon Lewis <truckman@FreeBSD.org>2015-09-16 03:03:46 +0000
commit20cf12a0acc2cf568fcf5e8357f7b3a5a7518ec7 (patch)
tree8b94682d16789ac1bb473fca105010b6dd03f82c /editors/openoffice-devel/files
parentkrb5-111 is EOLed and retired. (diff)
Update the comment about the clang 3.6 and clang 3.7 code generation
bug with the upstream bug ID. More do-install target optimization: * Use the tar -s option to modify the path names when unpacking the install archive into the staging directory rather than unpacking, repacking, and unpacking again * Pass --with-unix-wrapper to configure and patch a makefile to get the desired Exec and Icon entries in the .desktop files instead of patching them after they have been staged. The Icon entries do not need to specify the .png suffix. * Streamline the usage of ${STRIP_CMD} * Create hard links to the wrapper for the individual apps instead of symbolic links, and use a for loop instead of repeating the command a bunch of times * Centralize the plist generation, which allows the icon installation ot be simplified * Install missing startcenter app icon * Mute many of the commands, but add strategic ${ECHO_CMD}s
Notes
Notes: svn path=/head/; revision=397038
Diffstat (limited to 'editors/openoffice-devel/files')
-rw-r--r--editors/openoffice-devel/files/patch-sysui_desktop_menus_printeradmin.desktop10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/openoffice-devel/files/patch-sysui_desktop_menus_printeradmin.desktop b/editors/openoffice-devel/files/patch-sysui_desktop_menus_printeradmin.desktop
new file mode 100644
index 000000000000..7333737556a9
--- /dev/null
+++ b/editors/openoffice-devel/files/patch-sysui_desktop_menus_printeradmin.desktop
@@ -0,0 +1,10 @@
+--- sysui/desktop/menus/printeradmin.desktop.orig 2014-09-19 18:25:03 UTC
++++ sysui/desktop/menus/printeradmin.desktop
+@@ -24,6 +24,6 @@ Terminal=false
+ Icon=printeradmin
+ Type=Application
+ Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;
+-Exec=openoffice-printeradmin
++Exec=openoffice-spadmin
+ Name=%PRODUCTNAME Printer Administration
+ StartupNotify=true