mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 17:01:18 +00:00
Create a .desktop file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11752 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c9c86c17f8
commit
d9a0a9e22f
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-12-14 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* application.make: Use pl2link to create a .desktop file. Install
|
||||
it in the app package.
|
||||
|
||||
Fri Dec 14 12:32:45 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* palette.make (internal-palette-install): If CHOWN_TO is
|
||||
|
|
|
@ -205,6 +205,7 @@ $(APP_RESOURCE_DIRS):
|
|||
$(MKDIRS) $(APP_RESOURCE_DIRS)
|
||||
|
||||
app-resource-files:: $(APP_DIR_NAME)/Resources/Info-gnustep.plist \
|
||||
$(APP_DIR_NAME)/Resources/$(INTERNAL_app_NAME).desktop \
|
||||
$(APP_RESOURCE_DIRS)
|
||||
ifneq ($(strip $(RESOURCE_FILES)),)
|
||||
@(echo "Copying resources into the application wrapper..."; \
|
||||
|
@ -250,6 +251,10 @@ $(APP_DIR_NAME)/Resources/Info-gnustep.plist: $(APP_DIR_NAME)/Resources _FORCE
|
|||
plmerge $@ $(INTERNAL_app_NAME)Info.plist; \
|
||||
fi
|
||||
|
||||
$(APP_DIR_NAME)/Resources/$(INTERNAL_app_NAME).desktop: \
|
||||
$(APP_DIR_NAME)/Resources/Info-gnustep.plist
|
||||
@pl2link $^ $(APP_DIR_NAME)/Resources/$(INTERNAL_app_NAME).desktop
|
||||
|
||||
$(APP_DIR_NAME)/Resources:
|
||||
@$(MKDIRS) $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue