Browse Source

Update some satellites

master
mid-kid 7 years ago
parent
commit
6a54ebfa3c
  1. 13
      satellites/kbuild.sat
  2. 4
      satellites/nxengine-evo.sat
  3. 17
      satellites/qt5-svg.sat
  4. 8
      satellites/virtualbox.sat
  5. 7
      satellites/wine.sat

13
satellites/kbuild.sat

@ -1,19 +1,24 @@
import 'misc/debian'
name=kbuild
dir_version=2814
dir_version=3127
version=0.1.9998svn$dir_version+dfsg
define_option '!bootstrap: Bootstrap this program'
misc_debian_download -v "$dir_version" 2 \
'ce194754401fed5a7f992f07b7304b31' \
'30f6102dc004235f276a5c2d9cfbe781'
misc_debian_download -v "$dir_version" 1 \
'4fc1123276a0d12103469972b2bb5c88' \
'fbaf1e742fc99e099eb26765d7f98270'
_
cd "$name-$version"
misc_debian_patch
cat > SvnInfo.kmk << EOF
KBUILD_SVN_URL := http://svn.netlabs.org/repos/kbuild/trunk
KBUILD_SVN_REV := $dir_version
EOF
option bootstrap kBuild/env.sh --full make -f bootstrap.gmk
kBuild/env.sh kmk rebuild
kBuild/env.sh kmk install \

4
satellites/nxengine-evo.sat

@ -1,14 +1,14 @@
import 'compile/cmake'
name=nxengine-evo
version=2.5
version=2.6
update_url="https://github.com/isage/$name/releases"
update_names="/archive/v$version.tar.gz"
define_option 'console_key=`: The key used to access the debug console'
dlextract "https://github.com/isage/$name/archive/v$version/$name-$version.tar.gz" \
'874ca7ed7300e806f55af2b017b77cd9'
'cab384bb9afd33b41644b86b23459c52'
download "http://www.cavestory.org/downloads/cavestoryen.zip" \
'5aad47f1cb72185d6e7f4c8c392f6b6e'

17
satellites/qt5-svg.sat

@ -0,0 +1,17 @@
import 'compile/qt'
name=qt5
submodule=svg
majver=5.9
version=$majver.3
update_url='https://www.qt.io/download-open-source/'
update_names="qt-everywhere-opensource-src-$version.tar.xz"
dlextract "http://download.qt.io/official_releases/qt/$majver/$version/submodules/qt$submodule-opensource-src-$version.tar.xz" \
'28e65dd6d168ea889b986fdb32df1144'
_
cd "qt$submodule-opensource-src-$version"
compile_qt 5
# vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab:

8
satellites/virtualbox.sat

@ -5,14 +5,14 @@ import 'misc/debian'
name=VirtualBox
deb_name=virtualbox
version=5.1.24
version=5.2.4
define_option 'pam: Use PAM for authentication'
misc_debian_download -r contrib -n "$deb_name" -O dfsg-2 \
'4784ea878d4e1b8f5bc9ce47c42c2831'
misc_debian_download -r contrib -n "$deb_name" -O dfsg-1 \
'af9c177bee90c11c4724f821e349f91d'
dlfile "http://download.virtualbox.org/virtualbox/$orig_version/$name-$orig_version.tar.bz2" \
'2938f2b75f99f35205e033753c3087f3'
'39ff35df4e3a0a9d7598c4e69a2fb2a3'
_
# Unpack and sanitize the source tarball

7
satellites/wine.sat

@ -1,17 +1,20 @@
import 'compile/configure'
name=wine
version=2.19
version=2.21
update_url='https://www.winehq.org/'
update_names="/announce/$version\""
define_option 'wine32=: On x86_64, enable 32bit wine support. Specify the 32bit libdir here'
dlextract "http://dl.winehq.org/$name/source/2.x/$name-$version.tar.xz" \
'0c01f70d4c051e5d1aa37528b794fd4b'
'8abd5a7e17b77a916b053fcf3b3bcd4a'
dlextract "https://github.com/$name-compholio/$name-staging/archive/v$version/$name-staging-$version.tar.gz" \
'dff8ff1d716aa6d347aa4cfc195b5918'
_
cd "$name-$version"
"../$name-staging-$version/patches/patchinstall.sh" DESTDIR="$PWD" --all
compile_configure -b build -- $([ "$(uname -m)" = 'x86_64' ] && echo --enable-win64)

Loading…
Cancel
Save