sway: update to 0.14.0.
This commit is contained in:
parent
d205a42913
commit
9934f57ba4
2 changed files with 2 additions and 12 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- 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'
|
# Template file for 'sway'
|
||||||
pkgname=sway
|
pkgname=sway
|
||||||
version=0.13.0
|
version=0.14.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc"
|
configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://swaywm.org"
|
homepage="http://swaywm.org"
|
||||||
distfiles="https://github.com/SirCmpwn/sway/archive/${version}.tar.gz"
|
distfiles="https://github.com/SirCmpwn/sway/archive/${version}.tar.gz"
|
||||||
checksum=56a20c9d28d92777bf99381edd09078f72bf39b8ac586242950d514456a77f7d
|
checksum=e63efee81cd3952ee00c7bd379cf90b065530b03423f593895584aa51e9c7f1b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue