File tree Expand file tree Collapse file tree 4 files changed +4
-21
lines changed Expand file tree Collapse file tree 4 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 2
2
# Copyright (c) 2013-2018 The Bitcoin Core developers
3
3
# Distributed under the MIT software license, see the accompanying
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
- import biplist
6
5
from ds_store import DSStore
7
6
from mac_alias import Alias
8
7
import sys
47
46
alias .volume .disk_image_alias .target .carbon_path = 'Macintosh HD:Users:\x00 bitcoinuser:\x00 Documents:\x00 bitcoin:\x00 bitcoin:\x00 ' + package_name_ns + '.temp.dmg'
48
47
alias .volume .disk_image_alias .target .posix_path = 'Users/bitcoinuser/Documents/bitcoin/bitcoin/' + package_name_ns + '.temp.dmg'
49
48
alias .target .carbon_path = package_name_ns + ':.background:\x00 background.tiff'
50
- icvp ['backgroundImageAlias' ] = biplist . Data ( alias .to_bytes () )
49
+ icvp ['backgroundImageAlias' ] = alias .to_bytes ()
51
50
ds ['.' ]['icvp' ] = icvp
52
51
53
52
ds ['.' ]['vSrn' ] = ('long' , 1 )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
package =native_ds_store
2
- $(package)_version =1.1.2
2
+ $(package)_version =1.3.0
3
3
$(package)_download_path =https://github.com/al45tair/ds_store/archive/
4
4
$(package)_file_name =v$($(package ) _version) .tar.gz
5
- $(package)_sha256_hash =3b3ecb7bf0a5157f5b6010bc3af7c141fb0ad3527084e63336220d22744bc20c
5
+ $(package)_sha256_hash =76b3280cd4e19e5179defa23fb594a9dd32643b0c80d774bd3108361d94fb46d
6
6
$(package)_install_libdir =$(build_prefix ) /lib/python3/dist-packages
7
- $(package)_dependencies =native_biplist
8
7
9
8
define $(package)_build_cmds
10
9
python3 setup.py build
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ upnp_packages=miniupnpc
20
20
multiprocess_packages = libmultiprocess capnp
21
21
multiprocess_native_packages = native_libmultiprocess native_capnp
22
22
23
- darwin_native_packages = native_biplist native_ds_store native_mac_alias
23
+ darwin_native_packages = native_ds_store native_mac_alias
24
24
25
25
ifneq ($(build_os ) ,darwin)
26
26
darwin_native_packages += native_cctools native_cdrkit native_libdmg-hfsplus
You can’t perform that action at this time.
0 commit comments