ConsoleKit2: update to 1.1.0.
This commit is contained in:
parent
424bd07507
commit
8901ea98f4
1 changed files with 3 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ConsoleKit2'
|
# Template file for 'ConsoleKit2'
|
||||||
pkgname=ConsoleKit2
|
pkgname=ConsoleKit2
|
||||||
version=1.0.1.99
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
configure_args="ac_cv_file__sys_class_tty_tty0_active=yes
|
||||||
|
@ -13,8 +13,8 @@ short_desc="A framework for defining and tracking users, login sessions, and sea
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
homepage="http://consolekit2.github.io/ConsoleKit2/"
|
homepage="http://consolekit2.github.io/ConsoleKit2/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
#distfiles="https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${version}/ConsoleKit2-${version}.tar.bz2"
|
distfiles="https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${version}/ConsoleKit2-${version}.tar.bz2"
|
||||||
#checksum=741c53321a0792b165f386c73c668af25615accab6d15983290103348a3ff00c
|
checksum=a40d92358aca9f627a224dca674090e310423b00ed63fc06482997611661b69b
|
||||||
|
|
||||||
provides="ConsoleKit-${version}_${revision}"
|
provides="ConsoleKit-${version}_${revision}"
|
||||||
replaces="ConsoleKit>=0"
|
replaces="ConsoleKit>=0"
|
||||||
|
@ -25,11 +25,6 @@ make_dirs="
|
||||||
/usr/lib/ConsoleKit/run-session.d 0755 root root
|
/usr/lib/ConsoleKit/run-session.d 0755 root root
|
||||||
/usr/lib/ConsoleKit/run-seat.d 0755 root root"
|
/usr/lib/ConsoleKit/run-seat.d 0755 root root"
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
git clone https://github.com/ConsoleKit2/ConsoleKit2 ${wrksrc}
|
|
||||||
cd ${wrksrc}
|
|
||||||
git checkout f23a9dd7a40baff59e7e2ccdb65f82317e88ff15
|
|
||||||
}
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue