diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/a/util-linux/util-linux.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/pango/pango.SlackBuild | 2 | ||||
-rw-r--r-- | source/x/x11/build/igt-gpu-tools | 1 | ||||
-rw-r--r-- | source/x/x11/configure/igt-gpu-tools | 13 | ||||
-rw-r--r-- | source/x/x11/slack-desc/igt-gpu-tools | 19 |
5 files changed, 35 insertions, 2 deletions
diff --git a/source/a/util-linux/util-linux.SlackBuild b/source/a/util-linux/util-linux.SlackBuild index 0d6f9bf7..2b4e4dcd 100755 --- a/source/a/util-linux/util-linux.SlackBuild +++ b/source/a/util-linux/util-linux.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=util-linux VERSION=${VERSION:-$(echo util-linux*.tar.xz | cut -d - -f 3 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} ADJTIMEXVERS=1.29 SETSERIALVERS=2.17 diff --git a/source/l/pango/pango.SlackBuild b/source/l/pango/pango.SlackBuild index a83f0c77..86e3405c 100755 --- a/source/l/pango/pango.SlackBuild +++ b/source/l/pango/pango.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pango VERSION=${VERSION:-$(echo pango-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/x/x11/build/igt-gpu-tools b/source/x/x11/build/igt-gpu-tools new file mode 100644 index 00000000..d00491fd --- /dev/null +++ b/source/x/x11/build/igt-gpu-tools @@ -0,0 +1 @@ +1 diff --git a/source/x/x11/configure/igt-gpu-tools b/source/x/x11/configure/igt-gpu-tools new file mode 100644 index 00000000..a5e0db8a --- /dev/null +++ b/source/x/x11/configure/igt-gpu-tools @@ -0,0 +1,13 @@ +CFLAGS=$SLKCFLAGS \ +CXXFLAGS=$SLKCFLAGS \ +./autogen.sh \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --infodir=/usr/info \ + --mandir=/usr/man \ + --docdir=/usr/doc/${PKGNAME}-${MODULAR_PACKAGE_VERSION} \ + --disable-static \ + --disable-tests \ + --build=$ARCH-slackware-linux diff --git a/source/x/x11/slack-desc/igt-gpu-tools b/source/x/x11/slack-desc/igt-gpu-tools new file mode 100644 index 00000000..0088b154 --- /dev/null +++ b/source/x/x11/slack-desc/igt-gpu-tools @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +igt-gpu-tools: igt-gpu-tools (DRM driver testing tools) +igt-gpu-tools: +igt-gpu-tools: IGT GPU Tools is a collection of DRM driver tools that includes low- +igt-gpu-tools: level tools and tests specifically for development and testing of DRM +igt-gpu-tools: drivers. +igt-gpu-tools: +igt-gpu-tools: Homepage: https://cgit.freedesktop.org/drm/igt-gpu-tools +igt-gpu-tools: +igt-gpu-tools: +igt-gpu-tools: +igt-gpu-tools: |