summaryrefslogtreecommitdiff
path: root/sysui/CustomTarget_share.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-09-11create a master document template typeCaolán McNamara1-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>
2014-03-21drop spadminCaolán McNamara1-7/+1
Change-Id: Ie10ee80f1d35b40c0baf9d7ba5c1181b52405b5f
2013-11-12sysui: fix incremental builds in CustomTarget_shareMichael Stahl1-11/+21
The libreoffice/*.desktop need to have a target and rule to propagate out-of-date-ness. Change-Id: If341cc67ed6e24ceee7c00efba2750864aad4a70
2013-11-02remove SOLARENV variableMichael Stahl1-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
2013-10-04remove superfluous endifMichael Stahl1-1/+0
Change-Id: If585526ab15d31f2f7a1b46c216f0b019d913fd3
2013-10-04Enable %U in desktop files with kde integrationTomas Chvatal1-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>
2013-10-01fdo#69210: sysui: add AppData to system-integration RPM/DEBMichael Stahl1-0/+1
Change-Id: Ifabf7965c922d7f719201cea39827acbccb57937
2013-07-16gbuild: consolidate ULF copypaste in gb_CustomTarget_ulfex_ruleMichael Stahl1-12/+5
Change-Id: I0c5b68f6bc81c7c1c88be2cde42fc06949fff8e7
2013-05-20put common vars into standalone makefileDavid Tardon1-10/+2
Change-Id: Iab78a95bc8588b89fb10dc96b6c2c25e864fc1f4
2013-05-17several fixes of Linux desktop integration after gbuildisation (fdo#64707)Petr Mladek1-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
2013-05-15move desktop translation tool to solenv.Michael Meeks1-8/+10
Change-Id: I6e119f79a9293fa204904459c75ff97e5d3b5be6
2013-05-11fdo#64311 - .desktop files: use %U for URLs only if we have gvfs or gio.Michael Meeks1-0/+11
Change-Id: I52c75432eb30a46b2c6a597211df09fdbb08056c
2013-05-03Use lowercase product name in desktop integration packages againPetr Mladek1-3/+6
The variable UNIXFILENAME used to use the lowercase product name before gbuildification. Change-Id: I09a5ff27acf07d394f712d943ea5f83765a7f834
2013-04-03start deprecating spadmin by removing it from the menusCaolán McNamara1-6/+2
we keep the printer admin tool, just not install the .desktop file for it anymore. Change-Id: I41fcdcca555e16d76fa2de4a929b6ad508b6c066
2013-03-25Remove unneeded project and projectroot parametersZolnai Tamás1-1/+1
Plus avoid use of Export::sLanguages member outside of the class. Change-Id: I33702816fdb4980d690cfe8fcd8cc3fbd0df1dd8
2013-03-03remove stale javafiltersAndras Timar1-1/+1
Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
2013-03-03fixes for renaming LOdev builds to LibreOfficeDevLuboš Luňák1-3/+3
Follow-up to 16826147188bd78d67b97863226f903cc24add71 .
2013-02-18Apparent typoStephan Bergmann1-1/+1
Change-Id: I37841734ee2845679252741b776af03625b49aaa
2013-02-17convert sysui to gbuild and add to tail_buildPeter Foley1-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>