From cc9b34ff307adf562fd8be883429bd314c08af96 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 9 May 2017 09:37:32 +0200 Subject: [PATCH] sway: update to 0.13.0. --- srcpkgs/sway/patches/musl.patch | 10 ++++++++++ srcpkgs/sway/template | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/sway/patches/musl.patch diff --git a/srcpkgs/sway/patches/musl.patch b/srcpkgs/sway/patches/musl.patch new file mode 100644 index 00000000000..7a0e3aed623 --- /dev/null +++ b/srcpkgs/sway/patches/musl.patch @@ -0,0 +1,10 @@ +--- wayland/pango.c.orig 2017-05-09 09:36:05.383787596 +0200 ++++ wayland/pango.c 2017-05-09 09:36:18.479770962 +0200 +@@ -5,6 +5,7 @@ + #include + #include + #include ++#include + #include "log.h" + + PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text, diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template index b523b98c3ce..e617370229b 100644 --- a/srcpkgs/sway/template +++ b/srcpkgs/sway/template @@ -1,6 +1,6 @@ # Template file for 'sway' pkgname=sway -version=0.12.2 +version=0.13.0 revision=1 build_style=cmake configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc" @@ -12,7 +12,7 @@ maintainer="Juan RP " license="MIT" homepage="http://swaywm.org" distfiles="https://github.com/SirCmpwn/sway/archive/${version}.tar.gz" -checksum=134387d4da1b912f31c0b23f75722d3896cd2560ef5a37775f75e7057cd4a010 +checksum=56a20c9d28d92777bf99381edd09078f72bf39b8ac586242950d514456a77f7d post_install() { vlicense LICENSE