diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2010-07-11 02:11:29 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-11 02:11:29 -0500 |
commit | 8dff6f4dea853e8ee398a194fdef82a47ce03a53 (patch) | |
tree | 0c7cff22b9a5c2a7249b81d67c874f6eaf2f3e2e /graphics/pinta/Pinta.csproj.patch | |
parent | 316559c823a5e2594d6406e9039e28951a65e4dd (diff) | |
download | slackbuilds-8dff6f4dea853e8ee398a194fdef82a47ce03a53.tar.gz |
graphics/pinta: Added (simple image editor, a Paint.NET clone)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/pinta/Pinta.csproj.patch')
-rw-r--r-- | graphics/pinta/Pinta.csproj.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/pinta/Pinta.csproj.patch b/graphics/pinta/Pinta.csproj.patch new file mode 100644 index 0000000000..e4d74ddd3d --- /dev/null +++ b/graphics/pinta/Pinta.csproj.patch @@ -0,0 +1,11 @@ +--- ./Pinta/Pinta.csproj 2010-07-07 02:20:09.000000000 -0700 ++++ ./Pinta/Pinta.csproj.clean 2010-07-07 02:20:59.000000000 -0700 +@@ -214,8 +214,6 @@ + <InstallPrefix>/usr/local</InstallPrefix> + </PropertyGroup> + <ItemGroup> +- <BinFiles Include="$(OutputPath)/Pinta.exe" /> +- <BinFiles Include="$(OutputPath)/Pinta.*.dll" /> + </ItemGroup> + <Target Name="Install"> + <Copy SourceFiles="@(BinFiles)" DestinationFolder="$(InstallPrefix)/lib/pinta" /> |