diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-08-28 09:22:05 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-08-28 09:22:05 +0000 |
commit | bd93b5420d6dc0f18476f3e32ef90156ec95cb39 (patch) | |
tree | 5f39055b6db7777dbef4b8f3001660a821b93ab6 | |
parent | - Switch to new test framework (note that test currently segfaults) (diff) |
x11/kanshi: update to 1.0.0
Changes: https://github.com/emersion/kanshi/compare/76e9f41...v1.0.0
Reported by: GitHub (watch releases)
Notes
Notes:
svn path=/head/; revision=510049
-rw-r--r-- | x11/kanshi/Makefile | 7 | ||||
-rw-r--r-- | x11/kanshi/distinfo | 6 | ||||
-rw-r--r-- | x11/kanshi/pkg-descr | 2 |
3 files changed, 6 insertions, 9 deletions
diff --git a/x11/kanshi/Makefile b/x11/kanshi/Makefile index 9da53eba26bb..19ed48c1575b 100644 --- a/x11/kanshi/Makefile +++ b/x11/kanshi/Makefile @@ -1,22 +1,21 @@ # $FreeBSD$ PORTNAME= kanshi -PORTVERSION= s20190607 +DISTVERSIONPREFIX= v +PORTVERSION= 1.0.0 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org COMMENT= Dynamic display configuration for Wayland LICENSE= MIT -# https://github.com/emersion/kanshi/issues/45 -#LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libwayland-client.so:graphics/wayland USES= compiler:c11 meson pkgconfig USE_GITHUB= yes GH_ACCOUNT= emersion -GH_TAGNAME= 76e9f41 PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= MANPAGES diff --git a/x11/kanshi/distinfo b/x11/kanshi/distinfo index 8373400ce69d..7471a40fce62 100644 --- a/x11/kanshi/distinfo +++ b/x11/kanshi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559470039 -SHA256 (emersion-kanshi-s20190607-76e9f41_GH0.tar.gz) = c80184b5a2f1208af06f4953fbba7dc7fcd6d35cd7feb0afe2e1c9f46b5a9adb -SIZE (emersion-kanshi-s20190607-76e9f41_GH0.tar.gz) = 13834 +TIMESTAMP = 1566886071 +SHA256 (emersion-kanshi-v1.0.0_GH0.tar.gz) = 90b200107b32b72259d60bfc08b12c782b13e706b7e617d058df292506fdbf90 +SIZE (emersion-kanshi-v1.0.0_GH0.tar.gz) = 14422 diff --git a/x11/kanshi/pkg-descr b/x11/kanshi/pkg-descr index 69ce82dc08a8..19f799cb0788 100644 --- a/x11/kanshi/pkg-descr +++ b/x11/kanshi/pkg-descr @@ -5,6 +5,4 @@ turn a laptop's internal screen off when docked. This is a Wayland equivalent for tools like autorandr. kanshi can be used on Wayland compositors supporting wlr-output-management protocol. -Sway users: kanshi requires Sway 1.2 or later. - WWW: https://wayland.emersion.fr/kanshi/ |