diff --git a/x11/wdisplays/Makefile b/x11/wdisplays/Makefile index 2aed09149f53..f0f80fd3b217 100644 --- a/x11/wdisplays/Makefile +++ b/x11/wdisplays/Makefile @@ -1,32 +1,32 @@ PORTNAME= wdisplays DISTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= x11 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 657e2966e556.patch:-p1 # https://github.com/cyclopsian/wdisplays/pull/20 MAINTAINER= jbeich@FreeBSD.org COMMENT= GUI display configurator for wlroots compositors LICENSE= CC-BY-SA-4.0 CC0-1.0 GPLv3+ MIT LICENSE_COMB= multi LICENSE_FILE_CC-BY-SA-4.0= ${WRKSRC}/LICENSES/CC-BY-SA-4.0.txt LICENSE_FILE_CC0-1.0= ${WRKSRC}/LICENSES/CC0-1.0.txt LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt LICENSE_FILE_MIT= ${WRKSRC}/LICENSES/MIT.txt BUILD_DEPENDS= wayland-protocols>=1.17:graphics/wayland-protocols LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libwayland-client.so:graphics/wayland USES= compiler:c11 gnome meson pkgconfig USE_GITHUB= yes USE_GNOME= cairo gtk30 -GH_ACCOUNT= cyclopsian +GH_ACCOUNT= artizirk PLIST_FILES= bin/${PORTNAME} \ share/applications/network.cycles.${PORTNAME}.desktop \ share/icons/hicolor/scalable/apps/${PORTNAME}.svg .include diff --git a/x11/wdisplays/distinfo b/x11/wdisplays/distinfo index 7dc6a7fbcd72..f7b11e6c2507 100644 --- a/x11/wdisplays/distinfo +++ b/x11/wdisplays/distinfo @@ -1,5 +1,5 @@ TIMESTAMP = 1589011062 -SHA256 (cyclopsian-wdisplays-1.0_GH0.tar.gz) = fa34d5bdfd87d833e18a89b2acacc27833d7297374719773a705f2d3e89cdddf -SIZE (cyclopsian-wdisplays-1.0_GH0.tar.gz) = 106819 +SHA256 (artizirk-wdisplays-1.0_GH0.tar.gz) = fa34d5bdfd87d833e18a89b2acacc27833d7297374719773a705f2d3e89cdddf +SIZE (artizirk-wdisplays-1.0_GH0.tar.gz) = 106819 SHA256 (657e2966e556.patch) = e7cc9418945f12632fd17b408fdd8f1c0287f31e4bc3d2afab7683a84e8f2fd2 SIZE (657e2966e556.patch) = 2259 diff --git a/x11/wdisplays/pkg-descr b/x11/wdisplays/pkg-descr index 70d22ba3d599..e6e4e30fa2d4 100644 --- a/x11/wdisplays/pkg-descr +++ b/x11/wdisplays/pkg-descr @@ -1,8 +1,8 @@ wdisplays is a graphical application for configuring displays in Wayland compositors. It borrows some code from kanshi. It should work in any compositor that implements the wlr-output-management-unstable-v1 protocol, including sway. The goal of this project is to allow precise adjustment of display settings in kiosks, digital signage, and other elaborate multi-monitor setups. -WWW: https://github.com/cyclopsian/wdisplays +WWW: https://github.com/artizirk/wdisplays