Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drawpile Icon #2 #3310

Merged
merged 7 commits into from
Nov 22, 2019
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added media-gfx/drawpile/additional-files/Drawpile.iom
Binary file not shown.
24 changes: 24 additions & 0 deletions media-gfx/drawpile/additional-files/Drawpile.rdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

resource app_signature "application/x-vnd.Drawpile";

resource vector_icon {
$"6E6369660B033595C60366B6E00366B5E00366B5E00366B5E003000100050005"
$"00032C1A010200140261FFFF0105010B02044030C34530BC3A30304030BC3A30"
$"C3454050BC3A50C34550504050C34550BC3A064BA2AA2442859929628A2A5A69"
$"28A2FB5A59E92A3A323C3D333F3440353F363E373D363B373A393C3D383E4039"
$"3A3C3E3C3D3F3B40423A43423941384037354134334042344335443738453946"
$"3A473B463C3F474148494A4C404D3F4E503E3D4F3B4E39384D37364C354B344B"
$"344C344A354935483549354734463447344533443243414040313F3E3C3A3239"
$"33383337323834363535363438320A0F42364234413340324031423244324633"
$"46344535453644374337433842370A21473C473B483A49394839483848374936"
$"4935483449344A334B354C364D374E384E394F3B4F3C503D503E4F3F4E3E4C3E"
$"4B3D4A3D493D483E473E463F453E453D463C061F53606AAA6A96502947404741"
$"473F484040494A4C41424D434F425043454F464E484D494C4A4B4B494C484D4C"
$"474B4A48464745444543424541474002044030C34530BC3A30304030BC3A30C3"
$"454050BC3A50C34550504050C34550BC3A0A042E44433E443E2F450A042E4444"
$"3F443F2F450A0533422C432A472F4633440A0533422C432A472F46334400000A"
$"0A000100000A010101000A020102000A030103000A040104000A050205061240"
$"3B7B000000000000403660C3C91CC3AF8501178202040A05010712C03B0836D6"
$"4AB6CFCDC035EE4C2BD24C2A5E01178202040A090108201F200A09010802BFEC"
$"BD3B16B2BB16B2BFECBD4C362F4BE83A0A0A0000"
};
5 changes: 4 additions & 1 deletion media-gfx/drawpile/drawpile-2.0.10.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ the canvas with other users in real time."
HOMEPAGE="https://drawpile.net/"
COPYRIGHT="2006-2018 Calle Laakkonen"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/drawpile/Drawpile/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="0ff79e9f95ca02ff016eed3118a83ca62e80a1ca93fe11e3fb8ecd22c1fe37a9"
SOURCE_FILENAME="Drawpile-$portVersion.tar.gz"
SOURCE_DIR="Drawpile-$portVersion"
ADDITIONAL_FILES="Drawpile.rdef"

ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
SECONDARY_ARCHITECTURES="?x86"
Expand Down Expand Up @@ -66,6 +67,8 @@ INSTALL()
mkdir -p $appsDir/Drawpile
cp ./build/bin/drawpile $appsDir/Drawpile/Drawpile
cp ./build/bin/drawpile-srv $appsDir/Drawpile/drawpile-srv
addResourcesToBinaries $portDir/additional-files/Drawpile.rdef \
$appsDir/Drawpile/Drawpile
addAppDeskbarSymlink $appsDir/Drawpile/Drawpile
}

korli marked this conversation as resolved.
Show resolved Hide resolved
Expand Down