From ba3b0707e709d9f1916d580ecdd4191053513b8d Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 17 Apr 2016 19:35:41 +0200 Subject: [PATCH 1/4] Update palemoon to 26.2.1 --- satellites/bin/palemoon.sat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/satellites/bin/palemoon.sat b/satellites/bin/palemoon.sat index e42c240..2041d2d 100644 --- a/satellites/bin/palemoon.sat +++ b/satellites/bin/palemoon.sat @@ -1,9 +1,9 @@ name=palemoon -version=26.2.0 +version=26.2.1 update_url="https://linux.palemoon.org/download/mainline/" download "http://linux.palemoon.org/files/$version/$name-$version.en-US.linux-x86_64.tar.bz2" \ - "5beae7f4b5e57740560df0985748bd43" + "58e270bea739e79aab6dd5dac9c4b0b8" extrafile "palemoon.desktop" header_end From 03f84bec97813521745347d98e13946704409a2a Mon Sep 17 00:00:00 2001 From: mid-kid Date: Sun, 17 Apr 2016 19:39:43 +0200 Subject: [PATCH 2/4] Update python3.5-websocket-client to 0.37.0 Updated all python3.4 satellites to 3.5 --- satellites/{python3.4-crc16.sat => python3.5-crc16.sat} | 2 +- ...-websocket-client.sat => python3.5-websocket-client.sat} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename satellites/{python3.4-crc16.sat => python3.5-crc16.sat} (94%) rename satellites/{python3.4-websocket-client.sat => python3.5-websocket-client.sat} (76%) diff --git a/satellites/python3.4-crc16.sat b/satellites/python3.5-crc16.sat similarity index 94% rename from satellites/python3.4-crc16.sat rename to satellites/python3.5-crc16.sat index f99de87..f3bb918 100644 --- a/satellites/python3.4-crc16.sat +++ b/satellites/python3.5-crc16.sat @@ -9,6 +9,6 @@ dlextract "https://github.com/gennady/$name/archive/v$version.tar.gz" \ header_end cd "$name-$version" -compile_python 3.4 +compile_python 3.5 # vim:set tabstop=4 shiftwidth=4 syntax=sh et: diff --git a/satellites/python3.4-websocket-client.sat b/satellites/python3.5-websocket-client.sat similarity index 76% rename from satellites/python3.4-websocket-client.sat rename to satellites/python3.5-websocket-client.sat index 5dc93fc..58a2545 100644 --- a/satellites/python3.4-websocket-client.sat +++ b/satellites/python3.5-websocket-client.sat @@ -1,14 +1,14 @@ import "compile/python" name=websocket-client -version=0.34.0 +version=0.37.0 update_url="https://github.com/liris/$name/releases" dlextract "https://github.com/liris/$name/archive/v$version.tar.gz" \ - "d7b222cb75877a5ddd5a0260f09af2e6" + "8fc57a49ff1c5505cf3484e8209c3b6f" header_end cd "$name-$version" -compile_python 3.4 +compile_python 3.5 # vim:set tabstop=4 shiftwidth=4 syntax=sh et: From 0a6cabfab422034a6aad9352174bcaa2a07eccd6 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Thu, 12 May 2016 23:46:45 +0200 Subject: [PATCH 3/4] Update palemoon to 26.2.2 --- satellites/bin/palemoon.sat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/satellites/bin/palemoon.sat b/satellites/bin/palemoon.sat index 2041d2d..66b729c 100644 --- a/satellites/bin/palemoon.sat +++ b/satellites/bin/palemoon.sat @@ -1,9 +1,9 @@ name=palemoon -version=26.2.1 +version=26.2.2 update_url="https://linux.palemoon.org/download/mainline/" download "http://linux.palemoon.org/files/$version/$name-$version.en-US.linux-x86_64.tar.bz2" \ - "58e270bea739e79aab6dd5dac9c4b0b8" + "7d181b0650451ce5c9251d1e36bb8dd3" extrafile "palemoon.desktop" header_end From 3601cac6fcf8539cc6bb7a86985f14c56f3e3f5e Mon Sep 17 00:00:00 2001 From: mid-kid Date: Thu, 12 May 2016 23:46:59 +0200 Subject: [PATCH 4/4] Misc changes --- satellites/functions/compile/configure.sh | 2 +- satellites/lua.sat | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/satellites/functions/compile/configure.sh b/satellites/functions/compile/configure.sh index 1f0be0d..47c9199 100644 --- a/satellites/functions/compile/configure.sh +++ b/satellites/functions/compile/configure.sh @@ -2,5 +2,5 @@ compile_configure() { ./configure --prefix="$dir_prefix" --sysconfdir=/etc $@ make option !no_check make check - make DESTDIR="$dir_install" install + make DESTDIR="$dir_install/" install } diff --git a/satellites/lua.sat b/satellites/lua.sat index 9dda1f6..2e00afa 100644 --- a/satellites/lua.sat +++ b/satellites/lua.sat @@ -1,5 +1,3 @@ -# Template satellite file without all the comments. - name=lua version=5.3.2 update_url="http://www.lua.org/download.html"