swc-git: update to 20141130.
This commit is contained in:
parent
3f888fd634
commit
c3de390a14
|
@ -0,0 +1,11 @@
|
||||||
|
--- example/wm.c.orig
|
||||||
|
+++ example/wm.c
|
||||||
|
@@ -43,7 +43,7 @@ struct window
|
||||||
|
struct wl_list link;
|
||||||
|
};
|
||||||
|
|
||||||
|
-static const char * terminal_command[] = { "st-wl", NULL };
|
||||||
|
+static const char * terminal_command[] = { "weston-terminal", NULL };
|
||||||
|
static const char * dmenu_command[] = { "dmenu_run-wl", NULL };
|
||||||
|
static const uint32_t border_width = 1;
|
||||||
|
static const uint32_t border_color_active = 0xff333388;
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'swc-git'
|
# Template file for 'swc-git'
|
||||||
# Latest commit as of 20140809
|
# Latest commit as of 20141130
|
||||||
_githash="dd0b21656eb7b19e8e6f454ab0de4284998d47f5"
|
_githash="bf9ee7c8e70917cc7d1a0b05ae0d333abeb49812"
|
||||||
_gitshort="${_githash:0:7}"
|
_gitshort="${_githash:0:7}"
|
||||||
|
|
||||||
pkgname=swc-git
|
pkgname=swc-git
|
||||||
version=20140919
|
version=20141130
|
||||||
revision=1
|
revision=1
|
||||||
homepage="https://github.com/michaelforney/swc"
|
homepage="https://github.com/michaelforney/swc"
|
||||||
distfiles="https://github.com/michaelforney/swc/archive/${_githash}.tar.gz"
|
distfiles="https://github.com/michaelforney/swc/archive/${_githash}.tar.gz"
|
||||||
|
@ -12,8 +12,9 @@ short_desc="A library for making a simple Wayland compositor"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
hostmakedepends="pkg-config wayland-devel"
|
hostmakedepends="pkg-config wayland-devel"
|
||||||
makedepends="pixman-devel fontconfig-devel libdrm-devel wayland-devel
|
makedepends="pixman-devel fontconfig-devel libdrm-devel wayland-devel
|
||||||
wld-git-devel xcb-util-wm-devel libxkbcommon-devel libinput-devel>=0.6.0"
|
wld-git-devel>=$version xcb-util-wm-devel libxkbcommon-devel
|
||||||
checksum="f421ca2c3897e48e6f43a5e73b140441baf2246ee73c07b5e1e592762bad590a"
|
libinput-devel>=0.6.0 libevdev-devel"
|
||||||
|
checksum="fe0aa027f9b30323b779aef699d20649865fe50fa018ab30744fd223cd9c070b"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
wrksrc=swc-${_githash}
|
wrksrc=swc-${_githash}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue