mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 09:39:16 +02:00
tools create deb+rpm: use 128x128 icon
git-svn-id: trunk@37707 -
This commit is contained in:
parent
9ea3b4e0fe
commit
7e77802c42
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -4943,6 +4943,12 @@ images/icons/cheetah.icns -text
|
||||
images/icons/cheetah.ico -text
|
||||
images/icons/lazarus.icns -text
|
||||
images/icons/lazarus.ico -text
|
||||
images/icons/lazarus128x128.png -text svneol=unset#image/png
|
||||
images/icons/lazarus16x16.png -text svneol=unset#image/png
|
||||
images/icons/lazarus256x256.png -text svneol=unset#image/png
|
||||
images/icons/lazarus32x32.png -text svneol=unset#image/png
|
||||
images/icons/lazarus48x48.png -text svneol=unset#image/png
|
||||
images/icons/lazarus64x64.png -text svneol=unset#image/png
|
||||
images/icons/lazarus_old.ico -text svneol=unset#image/x-icon
|
||||
images/icons/lazarus_orange.icns -text
|
||||
images/icons/lazarus_orange.ico -text
|
||||
|
BIN
images/icons/lazarus128x128.png
Normal file
BIN
images/icons/lazarus128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
images/icons/lazarus16x16.png
Normal file
BIN
images/icons/lazarus16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 555 B |
BIN
images/icons/lazarus256x256.png
Normal file
BIN
images/icons/lazarus256x256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
images/icons/lazarus32x32.png
Normal file
BIN
images/icons/lazarus32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
images/icons/lazarus48x48.png
Normal file
BIN
images/icons/lazarus48x48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
images/icons/lazarus64x64.png
Normal file
BIN
images/icons/lazarus64x64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
@ -132,7 +132,7 @@ mkdir -p $LazBuildDir/usr/share/pixmaps
|
||||
mkdir -p $LazBuildDir/usr/share/applications
|
||||
mkdir -p $LazBuildDir/usr/share/mime/packages
|
||||
mkdir -p $LazBuildDir/usr/bin/
|
||||
install -m 644 $LazDestDir/images/ide_icon48x48.png $LazBuildDir/usr/share/pixmaps/lazarus.png
|
||||
install -m 644 $LazDestDir/images/icons/lazarus128x128.png $LazBuildDir/usr/share/pixmaps/lazarus.png
|
||||
install -m 644 $LazDestDir/install/lazarus.desktop $LazBuildDir/usr/share/applications/lazarus.desktop
|
||||
install -m 644 $LazDestDir/install/lazarus-mime.xml $LazBuildDir/usr/share/mime/packages/lazarus.xml
|
||||
ln -s $LazDestDirInstalled/lazarus $LazBuildDir/usr/bin/lazarus-ide
|
||||
|
@ -56,7 +56,7 @@ mkdir -p %{buildroot}%{_datadir}/mime/packages
|
||||
mkdir -p %{buildroot}%{_mandir}/man1
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/lazarus
|
||||
cp -a lazarus/* %{buildroot}$LAZARUSDIR/
|
||||
install -m 644 lazarus/images/ide_icon48x48.png %{buildroot}%{_datadir}/pixmaps/lazarus.png
|
||||
install -m 644 lazarus/images/icons/lazarus128x128.png %{buildroot}%{_datadir}/pixmaps/lazarus.png
|
||||
install -m 644 lazarus/install/lazarus.desktop %{buildroot}%{_datadir}/applications/lazarus.desktop
|
||||
install -m 644 lazarus/install/lazarus-mime.xml $LazBuildDir%{buildroot}%{_datadir}/mime/packages/lazarus.xml
|
||||
ln -sf $LAZARUSDIR/lazarus %{buildroot}%{_bindir}/lazarus-ide
|
||||
|
Loading…
Reference in New Issue
Block a user