sway: update to 0.13.0.
This commit is contained in:
parent
5eec342c1b
commit
cc9b34ff30
|
@ -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 <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
+#include <stdint.h>
|
||||
#include "log.h"
|
||||
|
||||
PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text,
|
|
@ -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 <xtraeme@voidlinux.eu>"
|
|||
license="MIT"
|
||||
homepage="http://swaywm.org"
|
||||
distfiles="https://github.com/SirCmpwn/sway/archive/${version}.tar.gz"
|
||||
checksum=134387d4da1b912f31c0b23f75722d3896cd2560ef5a37775f75e7057cd4a010
|
||||
checksum=56a20c9d28d92777bf99381edd09078f72bf39b8ac586242950d514456a77f7d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue