diff options
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 |