From 0726bf066c271ef9353c0c9473ba0747840eb9f7 Mon Sep 17 00:00:00 2001 From: Denis Revin Date: Wed, 7 Dec 2016 20:03:20 +0400 Subject: [PATCH] kinit: update to 5.29.0 + musl patch --- srcpkgs/kinit/patches/musl.patch | 10 ++++++++++ srcpkgs/kinit/template | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/kinit/patches/musl.patch diff --git a/srcpkgs/kinit/patches/musl.patch b/srcpkgs/kinit/patches/musl.patch new file mode 100644 index 00000000000..bbc03316188 --- /dev/null +++ b/srcpkgs/kinit/patches/musl.patch @@ -0,0 +1,10 @@ +--- src/start_kdeinit/start_kdeinit.c.orig 2016-12-05 13:14:54.587791669 +0400 ++++ src/start_kdeinit/start_kdeinit.c 2016-12-05 13:15:35.196844455 +0400 +@@ -19,6 +19,7 @@ + + #include + ++#define _POSIX_SOURCE + #include + #include + #include diff --git a/srcpkgs/kinit/template b/srcpkgs/kinit/template index 1f7a4e16bfb..95284660dab 100644 --- a/srcpkgs/kinit/template +++ b/srcpkgs/kinit/template @@ -1,6 +1,6 @@ # Template file for 'kinit' pkgname=kinit -version=5.26.0 +version=5.29.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/kinit" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=a95b118dbd303ac62c985f5aa27a4a9bfd20720aa013d5c0e971571cad953c0c +checksum=d6d85684c5b0e0afb73082efb6e8cdd4b07a2461d74348bcfde2e42769431033 kinit-devel_package() { short_desc+=" - development"