consolekit: 1.2.4 -> 1.2.5
This commit is contained in:
parent
b6dfdc9263
commit
5c2ee4f5de
@ -33,6 +33,7 @@ drwxr-xr-x root/root usr/include/ConsoleKit/
|
||||
drwxr-xr-x root/root usr/include/ConsoleKit/ck-connector/
|
||||
-rw-r--r-- root/root usr/include/ConsoleKit/ck-connector/ck-connector.h
|
||||
-rw-r--r-- root/root usr/include/ConsoleKit/libconsolekit.h
|
||||
-rw-r--r-- root/root usr/include/ConsoleKit/sd-login.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/ConsoleKit/
|
||||
-rwxr-xr-x root/root usr/lib/ConsoleKit/ck-collect-session-info
|
||||
|
@ -1,7 +1,7 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/UVyvoId5RvfNtPO1CH8m+TSk9YgAXkVlhmj4E0YLPmDmGJEbRAw2+SS6AEt2qtRSJ/VvBA5xTMFFUtIqotsDQU=
|
||||
SHA256 (Pkgfile) = 044ad71477214481dbc7582f1659e22f8f2bc63f3b5788f00e1556d31cda27cf
|
||||
SHA256 (.footprint) = a76501ec28824822f18e0f12f6c18ecc29b51575746951061351fe839170838a
|
||||
SHA256 (ConsoleKit2-1.2.4.tar.gz) = 7c5ca07cc7ecb2743446c4ab5a66ae02667acab6214268d76f0fdf73eaf141e8
|
||||
RWSE3ohX2g5d/ag5ANK+JV57eUvUgjlyTiIFL1jBAwyI4jyik+oTRXp1GkZKI2q65oGOc+hqJQTMTks3nwsyZMjpfWs0U1ds0g4=
|
||||
SHA256 (Pkgfile) = 4fffed196313df26631ff83763470e01e2d274bad67631061417a68a74c516c5
|
||||
SHA256 (.footprint) = 230c778b6aa3d90a776f6deb7122b4076d0e066d3aefcf01c7d359bf8ebadd6e
|
||||
SHA256 (ConsoleKit2-1.2.5.tar.gz) = d82eeab0c830acdb720e910b5b7bf59db0d3eb922c4390f15cf19bb035742caa
|
||||
SHA256 (system-session) = 599613516a16ac997a4121b4f20dd3a9c8480403614848f1aa97a0a0f1c6a236
|
||||
SHA256 (pam-foreground-compat.ck) = 1d04e519c84963e5af2e7a82397212b5b65aa0055e9834d954ce6888d7a8d035
|
||||
|
@ -5,33 +5,33 @@
|
||||
# Optional: polkit
|
||||
|
||||
name=consolekit
|
||||
version=1.2.4
|
||||
release=2
|
||||
version=1.2.5
|
||||
release=1
|
||||
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 \
|
||||
--with-rundir=/run \
|
||||
--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 $PKG/run
|
||||
rm -r $PKG/etc/logrotate.d $PKG/run
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user