Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
428246be
Commit
428246be
authored
Aug 08, 2014
by
Mathieu L Bouchard
Browse files
add icon file, desktop file & installer for them.
parent
030be843
Changes
3
Hide whitespace changes
Inline
Side-by-side
pd/icons/pd-l2ork.desktop
0 → 100755
View file @
428246be
[Desktop Entry]
Type=Application
Name=pd-l2ork
Exec=/home/matju/src/pd-l2ork/pd/bin/pd-l2ork
Icon=/home/matju/.local/share/icons/hicolor/48x48/apps/pd-l2ork.png
StartupNotify=true
pd/icons/pd-l2ork_48px.png
0 → 100644
View file @
428246be
4.44 KB
pd/src/makefile.in
View file @
428246be
...
...
@@ -18,6 +18,7 @@ bindir = @bindir@
includedir
=
@includedir@
libdir
=
@libdir@
mandir
=
@mandir@
datarootdir
=
@datarootdir@
GFLAGS
=
-DINSTALL_PREFIX
=
\"
$(prefix)
\"
...
...
@@ -232,7 +233,7 @@ tkdnd:
BINARYMODE
=
@binarymode@
ABOUT_FILE
=
$(DESTDIR)$(pddocdir)
/1.manual/1.introduction.txt
install
:
all tkpath tkdnd
install
:
all tkpath tkdnd
install-icon
install
-d
$(DESTDIR)$(libpdbindir)
install
$(BIN_DIR)
/
$(GUINAME)
$(DESTDIR)$(libpdbindir)
/
$(GUINAME)
install
$(BIN_DIR)
/pd-watchdog
$(DESTDIR)$(libpdbindir)
/pd-watchdog
...
...
@@ -348,3 +349,9 @@ etags_Linux:
etags_MINGW
:
find /usr/local/include/
-type
f
-name
\*
.h
-exec
etags
-a
'{}'
\;
install-icon
::
D
=
$$
(
case
"
$(DESTDIR)$(prefix)
"
in
/home/
*
)
echo
"
$$
HOME/.local/share"
;;
*
)
echo
"/usr/share"
;;
esac
)
;
\
echo
$$
D
;
\
install
-m644
../icons/pd-l2ork_48px.png
$$
D/icons/hicolor/48x48/apps/pd-l2ork.png
;
\
install
-m644
../icons/pd-l2ork.desktop
$$
D/applications/pd-l2ork.desktop
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment