summaryrefslogtreecommitdiff
path: root/consolekit
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2022-02-18 14:04:02 +0100
committerJuergen Daubert <jue@jue.li>2022-02-18 14:04:02 +0100
commit9bcee68d2a0575ad4a911cda4eacf0ca03e96f91 (patch)
treec5a600caf81842987d139c153253185d734c3467 /consolekit
parentd50d624857e1530dffc2f626107fc522899c575f (diff)
downloadopt-9bcee68d2a0575ad4a911cda4eacf0ca03e96f91.tar.gz
opt-9bcee68d2a0575ad4a911cda4eacf0ca03e96f91.tar.xz
consolekit: move rundir to /run
Diffstat (limited to 'consolekit')
-rw-r--r--consolekit/.footprint2
-rw-r--r--consolekit/.signature6
-rw-r--r--consolekit/Pkgfile39
3 files changed, 23 insertions, 24 deletions
diff --git a/consolekit/.footprint b/consolekit/.footprint
index 5166111e9..ddb37a1e3 100644
--- a/consolekit/.footprint
+++ b/consolekit/.footprint
@@ -88,5 +88,3 @@ drwxr-xr-x root/root usr/share/man/man8/
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/log/
drwxr-xr-x root/root var/log/ConsoleKit/
-drwxr-xr-x root/root var/run/
-drwxr-xr-x root/root var/run/ConsoleKit/
diff --git a/consolekit/.signature b/consolekit/.signature
index 8a41bbebe..11d7cb09f 100644
--- a/consolekit/.signature
+++ b/consolekit/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/d2pMAThHDJUZUTwK8bFr0sCqSihdFUznKBjVd+gRCPM0oKXtf5oXWm+0cNWXv2ybobTTWBDgNNBK53p5AR3uwU=
-SHA256 (Pkgfile) = b2e28d3df3d0b2ebd9d5465a201e92b8983452205f4d83cbf0667a2be32bd923
-SHA256 (.footprint) = 4f82ae4068647763cb9f461dd4ee201db0589fe0e2c7019e773cfdcc9719e4f4
+RWSE3ohX2g5d/Whdlipdgpa6Zqis1G7CZzE/k71uDXGLmE2T2tm0IjUabd0p4oLnu+MRz7Z0DyJh3ipN0RF0V8e+wrblBZ8tHw8=
+SHA256 (Pkgfile) = 044ad71477214481dbc7582f1659e22f8f2bc63f3b5788f00e1556d31cda27cf
+SHA256 (.footprint) = a76501ec28824822f18e0f12f6c18ecc29b51575746951061351fe839170838a
SHA256 (ConsoleKit2-1.2.4.tar.gz) = 7c5ca07cc7ecb2743446c4ab5a66ae02667acab6214268d76f0fdf73eaf141e8
SHA256 (system-session) = 599613516a16ac997a4121b4f20dd3a9c8480403614848f1aa97a0a0f1c6a236
SHA256 (pam-foreground-compat.ck) = ca94a7640cc7c2e3bf9222b6060f01dc8f83ca3444aa430f23d08db6dcb02e34
diff --git a/consolekit/Pkgfile b/consolekit/Pkgfile
index d76b8dc3f..6bfb60b8a 100644
--- a/consolekit/Pkgfile
+++ b/consolekit/Pkgfile
@@ -6,31 +6,32 @@
name=consolekit
version=1.2.4
-release=1
+release=2
source=(https://github.com/ConsoleKit2/ConsoleKit2/archive/$version/ConsoleKit2-$version.tar.gz
system-session pam-foreground-compat.ck)
build() {
- cd ConsoleKit2-$version
+ cd ConsoleKit2-$version
- NOCONFIGURE=1 ./autogen.sh
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --libexecdir=/usr/lib/ConsoleKit \
- --with-xinitrc-dir=/etc/X11/xinit/xinitrc.d \
- --enable-udev-acl \
- --enable-pam-module \
- --disable-nls
+ NOCONFIGURE=1 ./autogen.sh
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib/ConsoleKit \
+ --with-xinitrc-dir=/etc/X11/xinit/xinitrc.d \
+ --with-rundir=/run \
+ --enable-udev-acl \
+ --enable-pam-module \
+ --disable-nls
- make
- make DESTDIR=$PKG install
+ make
+ make DESTDIR=$PKG install
- # http://www.linuxfromscratch.org/blfs/view/stable/postlfs/consolekit.html
- install -D -m 0644 $SRC/system-session $PKG/etc/pam.d/system-session
- install -m 0755 $SRC/pam-foreground-compat.ck $PKG/etc/ConsoleKit/run-session.d/
- mv $PKG/etc/X11/xinit/xinitrc.d/90-consolekit{,.sh}
+ # http://www.linuxfromscratch.org/blfs/view/stable/postlfs/consolekit.html
+ install -D -m 0644 $SRC/system-session $PKG/etc/pam.d/system-session
+ install -m 0755 $SRC/pam-foreground-compat.ck $PKG/etc/ConsoleKit/run-session.d/
+ mv $PKG/etc/X11/xinit/xinitrc.d/90-consolekit{,.sh}
- rm -r $PKG/etc/logrotate.d
+ rm -r $PKG/etc/logrotate.d $PKG/run
}

Generated by cgit