summaryrefslogtreecommitdiffstats
path: root/sysui/CustomTarget_share.mk
Commit message (Collapse)AuthorAgeFilesLines
* create a master document template typeCaolán McNamara2014-09-111-0/+2
| | | | | | | | | | | | | | | | | of application/vnd.oasis.opendocument.text-master-template with suffic otm https://lists.oasis-open.org/archives/office-comment/201002/msg00042.html desktop/icons/oasis-master-document-template.icns is just a copy of desktop/icons/oasis-master-document.icns because I can't draw Change-Id: I0d18c79c4c893e97505052884ee8be97d0f117a1 Reviewed-on: https://gerrit.libreoffice.org/11350 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* drop spadminCaolán McNamara2014-03-211-7/+1
| | | | Change-Id: Ie10ee80f1d35b40c0baf9d7ba5c1181b52405b5f
* sysui: fix incremental builds in CustomTarget_shareMichael Stahl2013-11-121-11/+21
| | | | | | | The libreoffice/*.desktop need to have a target and rule to propagate out-of-date-ness. Change-Id: If341cc67ed6e24ceee7c00efba2750864aad4a70
* remove SOLARENV variableMichael Stahl2013-11-021-1/+1
| | | | | | | | It is constant and can just be replaced by $(SRCDIR)/solenv. Use BUILD_TYPE where it was used to check if config_*.mk is sourced. Change-Id: Ib9d480c57194b6340093aa47776f8768df69b7d1
* remove superfluous endifMichael Stahl2013-10-041-1/+0
| | | | Change-Id: If585526ab15d31f2f7a1b46c216f0b019d913fd3
* Enable %U in desktop files with kde integrationTomas Chvatal2013-10-041-2/+8
| | | | | | | | | | This fixes issues when clicking on various URLS when the KDE only integration were build. Change-Id: Id15b67b8a5589bc54e1f3214e07d2e97b3eddea2 Reviewed-on: https://gerrit.libreoffice.org/6018 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* fdo#69210: sysui: add AppData to system-integration RPM/DEBMichael Stahl2013-10-011-0/+1
| | | | Change-Id: Ifabf7965c922d7f719201cea39827acbccb57937
* gbuild: consolidate ULF copypaste in gb_CustomTarget_ulfex_ruleMichael Stahl2013-07-161-12/+5
| | | | Change-Id: I0c5b68f6bc81c7c1c88be2cde42fc06949fff8e7
* put common vars into standalone makefileDavid Tardon2013-05-201-10/+2
| | | | Change-Id: Iab78a95bc8588b89fb10dc96b6c2c25e864fc1f4
* several fixes of Linux desktop integration after gbuildisation (fdo#64707)Petr Mladek2013-05-171-11/+8
| | | | | | | | | | | | - $(UNIXFILENAME.$*) is not correctly substituted if the variables are defined by another VAR.bla variables - add missing '-' to the iconprefix - use '$${PRODUCTNAME} $${PRODUCTVERSION}' for the desktop menu; the real name and version is added later by the installer in instsetto_native - use correct .po file for the translations - deliver the localized and corrected desktop files Change-Id: Ifcf797b57f94b16bd7ee498136c9c353b85c7c46
* move desktop translation tool to solenv.Michael Meeks2013-05-151-8/+10
| | | | Change-Id: I6e119f79a9293fa204904459c75ff97e5d3b5be6
* fdo#64311 - .desktop files: use %U for URLs only if we have gvfs or gio.Michael Meeks2013-05-111-0/+11
| | | | Change-Id: I52c75432eb30a46b2c6a597211df09fdbb08056c
* Use lowercase product name in desktop integration packages againPetr Mladek2013-05-031-3/+6
| | | | | | | The variable UNIXFILENAME used to use the lowercase product name before gbuildification. Change-Id: I09a5ff27acf07d394f712d943ea5f83765a7f834
* start deprecating spadmin by removing it from the menusCaolán McNamara2013-04-031-6/+2
| | | | | | | we keep the printer admin tool, just not install the .desktop file for it anymore. Change-Id: I41fcdcca555e16d76fa2de4a929b6ad508b6c066
* Remove unneeded project and projectroot parametersZolnai Tamás2013-03-251-1/+1
| | | | | | | Plus avoid use of Export::sLanguages member outside of the class. Change-Id: I33702816fdb4980d690cfe8fcd8cc3fbd0df1dd8
* remove stale javafiltersAndras Timar2013-03-031-1/+1
| | | | Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
* fixes for renaming LOdev builds to LibreOfficeDevLuboš Luňák2013-03-031-3/+3
| | | | Follow-up to 16826147188bd78d67b97863226f903cc24add71 .
* Apparent typoStephan Bergmann2013-02-181-1/+1
| | | | Change-Id: I37841734ee2845679252741b776af03625b49aaa
* convert sysui to gbuild and add to tail_buildPeter Foley2013-02-171-0/+227
Change-Id: Ia32e51f0d95e001bcf07766f6340398e0ab1bf6a Reviewed-on: https://gerrit.libreoffice.org/2192 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>