From e41c0c99c8d498cc2f3761eb35d4f5389a6d1798 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 8 Jun 2020 21:30:18 +0200 Subject: Proposed changes for a migration from ConsoleKit2 to elogind Using elogind will enable a fully working Wayland session for KDE Plasma5. --- deps/autoconf-archive/autoconf-archive.SlackBuild | 70 +++++++++++++++++++++++ deps/autoconf-archive/autoconf-archive.info | 10 ++++ deps/autoconf-archive/slack-desc | 19 ++++++ 3 files changed, 99 insertions(+) create mode 100755 deps/autoconf-archive/autoconf-archive.SlackBuild create mode 100644 deps/autoconf-archive/autoconf-archive.info create mode 100644 deps/autoconf-archive/slack-desc (limited to 'deps/autoconf-archive') diff --git a/deps/autoconf-archive/autoconf-archive.SlackBuild b/deps/autoconf-archive/autoconf-archive.SlackBuild new file mode 100755 index 0000000..2a93c07 --- /dev/null +++ b/deps/autoconf-archive/autoconf-archive.SlackBuild @@ -0,0 +1,70 @@ +#!/bin/sh + +# Slackware build script for autoconf-archive + +# Copyright 2018-2019 Hunter Sezen California, USA +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PKGNAM=autoconf-archive +VERSION=${VERSION:-2019.01.06} +BUILD=${BUILD:-1} + +ARCH=noarch + +CWD=$(pwd) +TMP=${TMP:-/tmp} +PKG=$TMP/package-$PKGNAM + +rm -rf $PKG +mkdir -p $TMP $PKG +cd $TMP +rm -rf $PKGNAM-$VERSION +tar xvf $CWD/$PKGNAM-$VERSION.tar.xz +cd $PKGNAM-$VERSION +chown -R root:root . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +[ ! -x configure ] && autoreconf -vif + +./configure \ + --prefix=/usr \ + --infodir=/usr/info \ + --docdir=/usr/doc/$PKGNAM-$VERSION \ + --build=$ARCH-slackware-linux + +make +make install DESTDIR=$PKG + +rm -f $PKG/usr/info/dir +gzip -9 $PKG/usr/info/*.info* + +mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION +cp -a ChangeLog INSTALL NEWS TODO $PKG/usr/doc/$PKGNAM-$VERSION +cat $CWD/$PKGNAM.SlackBuild > $PKG/usr/doc/$PKGNAM-$VERSION/$PKGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-$ARCH-$BUILD.txz diff --git a/deps/autoconf-archive/autoconf-archive.info b/deps/autoconf-archive/autoconf-archive.info new file mode 100644 index 0000000..cfda18c --- /dev/null +++ b/deps/autoconf-archive/autoconf-archive.info @@ -0,0 +1,10 @@ +PRGNAM="autoconf-archive" +VERSION="2019.01.06" +HOMEPAGE="https://www.gnu.org/software/autoconf-archive/" +DOWNLOAD="https://ftpmirror.gnu.org/autoconf-archive/autoconf-archive-2019.01.06.tar.xz" +MD5SUM="d46413c8b00a125b1529bae385bbec55" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Hunter Sezen" +EMAIL="orbea@riseup.net" diff --git a/deps/autoconf-archive/slack-desc b/deps/autoconf-archive/slack-desc new file mode 100644 index 0000000..5264c36 --- /dev/null +++ b/deps/autoconf-archive/slack-desc @@ -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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +autoconf-archive: autoconf-archive (GNU Autoconf macros) +autoconf-archive: +autoconf-archive: The GNU Autoconf Archive is a collection of more than 500 macros for +autoconf-archive: GNU Autoconf that have been contributed as free software by friendly +autoconf-archive: supporters of the cause from all over the Internet. +autoconf-archive: +autoconf-archive: Homepage: https://www.gnu.org/software/autoconf-archive/ +autoconf-archive: +autoconf-archive: +autoconf-archive: +autoconf-archive: -- cgit v1.2.3