Browse Source

Fixed TLP and updated some things

master
mid-kid 8 years ago
parent
commit
4987cd7a5b
  1. 4
      satellites/palemoon-ublock.sat
  2. 6
      satellites/python3-setuptools.sat
  3. 4
      satellites/python3-yaml.sat
  4. 6
      satellites/tlp.sat

4
satellites/palemoon-ublock.sat

@ -1,10 +1,10 @@
name=uBlock name=uBlock
version=1.9.0 version=1.9.4
update_url="https://github.com/gorhill/$name/releases" update_url="https://github.com/gorhill/$name/releases"
update_names="/download/$version/" update_names="/download/$version/"
dlfile "https://github.com/gorhill/$name/releases/download/$version/${name}0.firefox.xpi" \ dlfile "https://github.com/gorhill/$name/releases/download/$version/${name}0.firefox.xpi" \
'456ae7b7325a5d0b4b9e512df04a31a3' '24b89b45017cb5b48c7f618c1f0d249a'
header_end header_end
install -Dm755 "${name}0.firefox.xpi" "$dir_install/$dir_prefix/$dir_libdir/palemoon/browser/extensions/${name}0@raymondhill.net.xpi" install -Dm755 "${name}0.firefox.xpi" "$dir_install/$dir_prefix/$dir_libdir/palemoon/browser/extensions/${name}0@raymondhill.net.xpi"

6
satellites/python3-setuptools.sat

@ -1,12 +1,12 @@
import 'compile/python' import 'compile/python'
name=setuptools name=setuptools
version=26.0.0 version=26.1.1
update_url="https://pypi.python.org/pypi/$name" update_url="https://pypi.python.org/pypi/$name"
update_names="$name-$version.tar.gz#md5=" update_names="$name-$version.tar.gz#md5="
dlextract "https://pypi.python.org/packages/0d/13/ce6a0a22220f3da7483131bb8212d5791a03c8c3e86ff61b2c6a2de547cd/$name-$version.tar.gz" \ dlextract "https://pypi.python.org/packages/32/3c/e853a68b703f347f5ed86585c2dd2828a83252e1216c1201fa6f81270578/$name-$version.tar.gz" \
'846e21fea62b9a70dfc845d70c400b7e' '0744ee90ad266fb117d59f94334185d0'
header_end header_end
cd "$name-$version" cd "$name-$version"

4
satellites/python3-yaml.sat

@ -1,11 +1,11 @@
import 'compile/python' import 'compile/python'
name=PyYAML name=PyYAML
version=3.11 version=3.12
update_url="http://pyyaml.org/wiki/$name" update_url="http://pyyaml.org/wiki/$name"
dlextract "http://pyyaml.org/download/pyyaml/$name-$version.tar.gz" \ dlextract "http://pyyaml.org/download/pyyaml/$name-$version.tar.gz" \
'f50e08ef0fe55178479d3a618efe21db' '4c129761b661d181ebf7ff4eb2d79950'
header_end header_end
cd "$name-$version" cd "$name-$version"

6
satellites/tlp.sat

@ -9,9 +9,13 @@ header_end
cd "$name-$version" cd "$name-$version"
make install-tlp \ make install-tlp \
TLP_LIBDIR="/$dir_prefix/$dir_libdir" \
TLP_SBIN="/$dir_prefix/$dir_sbindir" \ TLP_SBIN="/$dir_prefix/$dir_sbindir" \
TLP_BIN="/$dir_prefix/$dir_bindir" \ TLP_BIN="/$dir_prefix/$dir_bindir" \
TLP_TLIB="/$dir_prefix/$dir_datadir/tlp-pm" \
TLP_PLIB="/$dir_prefix/$dir_libdir/pm-utils" \
TLP_CONF="/$dir_sysconfdir/default/tlp" \
TLP_SHCPL="/$dir_prefix/$dir_datadir/bash-completion/completions" \
TLP_MAN="/$dir_prefix/$dir_mandir" \
TLP_NO_INIT=1 \ TLP_NO_INIT=1 \
DESTDIR="$dir_install" DESTDIR="$dir_install"

Loading…
Cancel
Save