From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- .../ConsoleKit-0.4.6-cleanupconsoletags.patch.xz | Bin 0 -> 872 bytes compat/consolekit/ConsoleKit-0.4.6-libdir.patch.xz | Bin 0 -> 1016 bytes compat/consolekit/ConsoleKit-0.4.6-nopam.patch.xz | Bin 0 -> 444 bytes compat/consolekit/ConsoleKit-0.4.6-revert.patch.xz | Bin 0 -> 2180 bytes compat/consolekit/ConsoleKit-0.4.6-rundir.patch.xz | Bin 0 -> 528 bytes .../consolekit/ConsoleKit-0.4.6-sysvinit.patch.xz | Bin 0 -> 500 bytes .../consolekit/ConsoleKit-0.4.6-tmpfiles.patch.xz | Bin 0 -> 256 bytes compat/consolekit/consolekit.build | 108 +++++++++++++++++++++ 8 files changed, 108 insertions(+) create mode 100644 compat/consolekit/ConsoleKit-0.4.6-cleanupconsoletags.patch.xz create mode 100644 compat/consolekit/ConsoleKit-0.4.6-libdir.patch.xz create mode 100644 compat/consolekit/ConsoleKit-0.4.6-nopam.patch.xz create mode 100644 compat/consolekit/ConsoleKit-0.4.6-revert.patch.xz create mode 100644 compat/consolekit/ConsoleKit-0.4.6-rundir.patch.xz create mode 100644 compat/consolekit/ConsoleKit-0.4.6-sysvinit.patch.xz create mode 100644 compat/consolekit/ConsoleKit-0.4.6-tmpfiles.patch.xz create mode 100755 compat/consolekit/consolekit.build (limited to 'compat/consolekit') diff --git a/compat/consolekit/ConsoleKit-0.4.6-cleanupconsoletags.patch.xz b/compat/consolekit/ConsoleKit-0.4.6-cleanupconsoletags.patch.xz new file mode 100644 index 0000000..9f16d3a Binary files /dev/null and b/compat/consolekit/ConsoleKit-0.4.6-cleanupconsoletags.patch.xz differ diff --git a/compat/consolekit/ConsoleKit-0.4.6-libdir.patch.xz b/compat/consolekit/ConsoleKit-0.4.6-libdir.patch.xz new file mode 100644 index 0000000..29cc81b Binary files /dev/null and b/compat/consolekit/ConsoleKit-0.4.6-libdir.patch.xz differ diff --git a/compat/consolekit/ConsoleKit-0.4.6-nopam.patch.xz b/compat/consolekit/ConsoleKit-0.4.6-nopam.patch.xz new file mode 100644 index 0000000..b6bce05 Binary files /dev/null and b/compat/consolekit/ConsoleKit-0.4.6-nopam.patch.xz differ diff --git a/compat/consolekit/ConsoleKit-0.4.6-revert.patch.xz b/compat/consolekit/ConsoleKit-0.4.6-revert.patch.xz new file mode 100644 index 0000000..6e6a08b Binary files /dev/null and b/compat/consolekit/ConsoleKit-0.4.6-revert.patch.xz differ diff --git a/compat/consolekit/ConsoleKit-0.4.6-rundir.patch.xz b/compat/consolekit/ConsoleKit-0.4.6-rundir.patch.xz new file mode 100644 index 0000000..08ee732 Binary files /dev/null and b/compat/consolekit/ConsoleKit-0.4.6-rundir.patch.xz differ diff --git a/compat/consolekit/ConsoleKit-0.4.6-sysvinit.patch.xz b/compat/consolekit/ConsoleKit-0.4.6-sysvinit.patch.xz new file mode 100644 index 0000000..1ea0fdb Binary files /dev/null and b/compat/consolekit/ConsoleKit-0.4.6-sysvinit.patch.xz differ diff --git a/compat/consolekit/ConsoleKit-0.4.6-tmpfiles.patch.xz b/compat/consolekit/ConsoleKit-0.4.6-tmpfiles.patch.xz new file mode 100644 index 0000000..11b9d76 Binary files /dev/null and b/compat/consolekit/ConsoleKit-0.4.6-tmpfiles.patch.xz differ diff --git a/compat/consolekit/consolekit.build b/compat/consolekit/consolekit.build new file mode 100755 index 0000000..80ffd91 --- /dev/null +++ b/compat/consolekit/consolekit.build @@ -0,0 +1,108 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=consolekit +VERSION=0.4.6 +BUILD=5 + +# Description + +cat > ${PKG}/install/slack-desc <> ${PKG}/install/doinst.sh < \${NEW}.incoming + mv \${NEW}.incoming \$NEW + fi + config \$NEW +} + +config etc/ConsoleKit/seats.d/00-primary.seat.new +preserve_perms etc/rc.d/rc.consolekit.new +EOF + +# Sources + +SRCNAME[0]=ConsoleKit +SRCVERS[0]=${VERSION} +SRCPACK[0]=http://www.freedesktop.org/software/ConsoleKit/dist/${SRCNAME[0]}-${SRCVERS[0]}.tar.xz +SRCCOPY[0]="GPL2" + +build0() +{ +sed -i 's|$(libdir)/pkgconfig|$(datarootdir)/pkgconfig|g' libck-connector/Makefile.in +CFLAGS="${FLAGS}" CXXFLAGS="${FLAGS}" \ +./configure \ + --build="${ARCH}-slackware-linux" \ + --disable-dependency-tracking \ + --disable-silent-rules \ + --enable-static=no \ + --enable-shared=yes \ + --prefix="${SYS_DIR[usr]}" \ + --mandir="${SYS_DIR[man]}" \ + --sysconfdir="${SYS_DIR[etc]}" \ + --libdir="${SYS_DIR[lib]}" \ + --libexecdir="${SYS_DIR[lib]}/exec" \ + --localstatedir="${SYS_DIR[var]}" \ + --with-pid-file="${SYS_DIR[run]}/consolekit/pid" \ + --without-systemdsystemunitdir \ + --enable-pam-module=no +make ${JOBS} V=1 +make install DESTDIR="${PKG}" +doc AUTHORS +changelog NEWS +install.dir ${PKG}${SYS_DIR[etc]}/{rc.d,tmpfiles.d} +install.bin rc.consolekit.new ${PKG}${SYS_DIR[etc]}/rc.d +install.dat consolekit.conf.tmpfiles ${PKG}${SYS_DIR[etc]}/tmpfiles.d/consolekit.conf +install.dir ${PKG}${SYS_DIR[share]}/ConsoleKit/run-session.d +install.bin pam-foreground-compat.ck ${PKG}${SYS_DIR[share]}/ConsoleKit/run-session.d +config ${PKG}${SYS_DIR[etc]}/ConsoleKit/seats.d/00-primary.seat +mv \ + ${PKG}${SYS_DIR[etc]}/dbus-1/system.d/ConsoleKit.conf \ + ${PKG}${SYS_DIR[etc]}/dbus-1/system.d/org.freedesktop.ConsoleKit.conf +rm -rf \ + ${PKG}${SYS_DIR[var]}/run +# ${PKG}${SYS_DIR[man]} +} -- cgit v1.2.3-70-g09d2