diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-08-21 05:50:41 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-08-21 17:59:45 +0200 |
commit | a6248408ec85d7f4202e3ffd604528dac2a2a8fb (patch) | |
tree | 1b7ad34f0f12e8531242e5d0bb9ace10f645af94 /source | |
parent | 1cfc178ab07198fd09d0f6c4c17d5dae4a6e4a2c (diff) | |
download | current-a6248408ec85d7f4202e3ffd604528dac2a2a8fb.tar.gz |
Wed Aug 21 05:50:41 UTC 201920190821055041
ap/pamixer-1.4-x86_64-3.txz: Rebuilt.
Recompiled against boost-1.71.0.
kde/calligra-2.9.11-x86_64-31.txz: Rebuilt.
Recompiled against boost-1.71.0 and gsl-2.6.
kde/step-4.14.3-x86_64-7.txz: Rebuilt.
Recompiled against gsl-2.6.
l/akonadi-1.13.0-x86_64-13.txz: Rebuilt.
Recompiled against boost-1.71.0.
l/boost-1.71.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
l/gsl-2.6-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
l/zstd-1.4.3-x86_64-1.txz: Upgraded.
n/getmail-5.14-x86_64-1.txz: Upgraded.
x/igt-gpu-tools-1.24-x86_64-3.txz: Rebuilt.
Recompiled against gsl-2.6.
Diffstat (limited to 'source')
-rwxr-xr-x | source/ap/pamixer/pamixer.SlackBuild | 2 | ||||
-rw-r--r-- | source/kde/build/calligra | 2 | ||||
-rw-r--r-- | source/kde/build/step | 2 | ||||
-rwxr-xr-x | source/l/akonadi/akonadi.SlackBuild | 2 | ||||
-rw-r--r-- | source/x/x11/build/igt-gpu-tools | 2 | ||||
-rw-r--r-- | source/x/x11/configure/xf86-video-geode | 13 |
6 files changed, 18 insertions, 5 deletions
diff --git a/source/ap/pamixer/pamixer.SlackBuild b/source/ap/pamixer/pamixer.SlackBuild index 7492e3e0..ee58d2c1 100755 --- a/source/ap/pamixer/pamixer.SlackBuild +++ b/source/ap/pamixer/pamixer.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pamixer VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/kde/build/calligra b/source/kde/build/calligra index 64bb6b74..e85087af 100644 --- a/source/kde/build/calligra +++ b/source/kde/build/calligra @@ -1 +1 @@ -30 +31 diff --git a/source/kde/build/step b/source/kde/build/step index 1e8b3149..7f8f011e 100644 --- a/source/kde/build/step +++ b/source/kde/build/step @@ -1 +1 @@ -6 +7 diff --git a/source/l/akonadi/akonadi.SlackBuild b/source/l/akonadi/akonadi.SlackBuild index eb7a9111..b0d4e097 100755 --- a/source/l/akonadi/akonadi.SlackBuild +++ b/source/l/akonadi/akonadi.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=akonadi VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-12} +BUILD=${BUILD:-13} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/x/x11/build/igt-gpu-tools b/source/x/x11/build/igt-gpu-tools index 0cfbf088..00750edc 100644 --- a/source/x/x11/build/igt-gpu-tools +++ b/source/x/x11/build/igt-gpu-tools @@ -1 +1 @@ -2 +3 diff --git a/source/x/x11/configure/xf86-video-geode b/source/x/x11/configure/xf86-video-geode new file mode 100644 index 00000000..a6eab109 --- /dev/null +++ b/source/x/x11/configure/xf86-video-geode @@ -0,0 +1,13 @@ +CFLAGS="$SLKCFLAGS -Wno-error=implicit-function-declaration" \ +CXXFLAGS=$SLKCFLAGS \ +./configure \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=/usr/info \ + --mandir=/usr/man \ + --docdir=/usr/doc/${PKGNAME}-${MODULAR_PACKAGE_VERSION} \ + --with-udev-rules-dir=/lib/udev/rules.d \ + --disable-static \ + --build=$ARCH-slackware-linux |