pharo: remove resource files
These should be checked into upstream
This commit is contained in:
parent
b71493598a
commit
374e8f4e28
@ -14,7 +14,6 @@ stdenv.mkDerivation rec {
|
|||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
cd build/
|
cd build/
|
||||||
'';
|
'';
|
||||||
resources = ./resources;
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p "$prefix/lib/$name"
|
mkdir -p "$prefix/lib/$name"
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 902 B |
Binary file not shown.
Before Width: | Height: | Size: 51 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.5 KiB |
@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
|
||||||
<mime-type type="application/x-pharo-image">
|
|
||||||
<comment>Pharo image file</comment>
|
|
||||||
<comment xml:lang="fr">Fichier d'image Pharo</comment>
|
|
||||||
<glob pattern="*.image"/>
|
|
||||||
<icon name="pharo"/>
|
|
||||||
</mime-type>
|
|
||||||
</mime-info>
|
|
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||||||
version = "1.0";
|
version = "1.0";
|
||||||
name = "pharo-share-${version}";
|
name = "pharo-share-${version}";
|
||||||
|
|
||||||
src = ./resources;
|
unpackPhase = "true";
|
||||||
|
|
||||||
sources10Zip = fetchurl {
|
sources10Zip = fetchurl {
|
||||||
url = http://files.pharo.org/sources/PharoV10.sources.zip;
|
url = http://files.pharo.org/sources/PharoV10.sources.zip;
|
||||||
@ -41,8 +41,6 @@ stdenv.mkDerivation rec {
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $prefix/lib
|
mkdir -p $prefix/lib
|
||||||
|
|
||||||
cp -R "$src/"* "$prefix/"
|
|
||||||
|
|
||||||
unzip ${sources10Zip} -d $prefix/lib/
|
unzip ${sources10Zip} -d $prefix/lib/
|
||||||
unzip ${sources20Zip} -d $prefix/lib/
|
unzip ${sources20Zip} -d $prefix/lib/
|
||||||
unzip ${sources30Zip} -d $prefix/lib/
|
unzip ${sources30Zip} -d $prefix/lib/
|
||||||
|
Loading…
Reference in New Issue
Block a user