diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/kde/kde/build/kfilemetadata | 2 | ||||
-rwxr-xr-x | source/n/php/fetch-php.sh | 4 | ||||
-rwxr-xr-x | source/xap/gimp/gimp.SlackBuild | 2 | ||||
-rwxr-xr-x | source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.build | 3 | ||||
-rwxr-xr-x | source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.build | 3 | ||||
-rw-r--r-- | source/xfce/exo/exo.url | 2 |
6 files changed, 9 insertions, 7 deletions
diff --git a/source/kde/kde/build/kfilemetadata b/source/kde/kde/build/kfilemetadata index 0cfbf088..d00491fd 100644 --- a/source/kde/kde/build/kfilemetadata +++ b/source/kde/kde/build/kfilemetadata @@ -1 +1 @@ -2 +1 diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index 20c125d2..7ec6c248 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.4.29.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.4.29.tar.xz +lftpget http://us.php.net/distributions/php-7.4.30.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.4.30.tar.xz diff --git a/source/xap/gimp/gimp.SlackBuild b/source/xap/gimp/gimp.SlackBuild index ca613586..c854d342 100755 --- a/source/xap/gimp/gimp.SlackBuild +++ b/source/xap/gimp/gimp.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gimp VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.build b/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.build index 06116e43..e3030faa 100755 --- a/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.build +++ b/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.build @@ -51,4 +51,5 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -cargo install --force cbindgen +cargo build --release +install -Dm755 target/release/cbindgen /root/.cargo/bin diff --git a/source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.build b/source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.build index 06116e43..e3030faa 100755 --- a/source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.build +++ b/source/xap/mozilla-thunderbird/build-deps/cbindgen/cbindgen.build @@ -51,4 +51,5 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -cargo install --force cbindgen +cargo build --release +install -Dm755 target/release/cbindgen /root/.cargo/bin diff --git a/source/xfce/exo/exo.url b/source/xfce/exo/exo.url index 965bbdd8..969a4c78 100644 --- a/source/xfce/exo/exo.url +++ b/source/xfce/exo/exo.url @@ -1 +1 @@ -http://archive.xfce.org:/src/xfce/exo/4.16/exo-4.16.3.tar.bz2 +http://archive.xfce.org:/src/xfce/exo/4.16/exo-4.16.4.tar.bz2 |