Skip to content

Commit

Permalink
x11-wm/swayfx: update to 0.4
Browse files Browse the repository at this point in the history
Changes:	https://github.com/WillPower3309/swayfx/releases/tag/0.4
Reported by:	GitHub (watch releases)
  • Loading branch information
jbeich committed Apr 29, 2024
1 parent 3356ffb commit 2e993e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
11 changes: 4 additions & 7 deletions x11-wm/swayfx/Makefile
@@ -1,13 +1,11 @@
PORTNAME= sway
DISTVERSION= 0.3.2
PORTREVISION= 1
DISTVERSION= 0.4
CATEGORIES= x11-wm wayland
PKGNAMESUFFIX= ${GH_PROJECT:S/${PORTNAME}//}

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= cd9d1038a822.patch:-p1 # https://github.com/swaywm/sway/pull/5090
PATCHFILES+= f98ca3ab7ca1.patch:-p1 # https://github.com/swaywm/sway/pull/5090
PATCHFILES+= c47aa61c6492.patch:-p1 # https://github.com/WillPower3309/swayfx/pull/209
PATCHFILES+= 1f1c83e83a1a.patch:-p1 # https://github.com/swaywm/sway/pull/5090

MAINTAINER= jbeich@FreeBSD.org
COMMENT= Sway, but with eye candy!
Expand All @@ -23,13 +21,13 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \
libudev.so:devel/libudev-devd \
libpcre2-8.so:devel/pcre2 \
libwayland-egl.so:graphics/wayland \
libscenefx.so:x11-toolkits/scenefx \
libwlroots.so:x11-toolkits/wlroots \
libinput.so:x11/libinput \
libxkbcommon.so:x11/libxkbcommon

USES= compiler:c11 gl gnome meson pkgconfig xorg
USES= compiler:c11 gnome meson pkgconfig xorg
USE_GITHUB= yes
USE_GL= egl glesv2
USE_GNOME= cairo pango
USE_XORG= pixman
GH_ACCOUNT= WillPower3309
Expand Down Expand Up @@ -68,5 +66,4 @@ post-patch:
-e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
${WRKSRC}/meson.build

.include "${.CURDIR:H:H}/x11-toolkits/wlroots016/override.mk"
.include <bsd.port.mk>
12 changes: 5 additions & 7 deletions x11-wm/swayfx/distinfo
@@ -1,9 +1,7 @@
TIMESTAMP = 1688699880
SHA256 (WillPower3309-swayfx-0.3.2_GH0.tar.gz) = 05b5cdc2d25e9f05817556d7053c02f8b89c9ef629405fcba5b4d240d4fd0545
SIZE (WillPower3309-swayfx-0.3.2_GH0.tar.gz) = 5684837
SHA256 (c47aa61c6492.patch) = 243ae11c1c80ab428ca04c62e79ea140dd8d4cb9eb7e6c45dbb307ea8181d38b
SIZE (c47aa61c6492.patch) = 1422
TIMESTAMP = 1714368823
SHA256 (WillPower3309-swayfx-0.4_GH0.tar.gz) = fa164734a7b32fd82f31e54c407b147e92247ef275de9df4a87b6198a36f20e2
SIZE (WillPower3309-swayfx-0.4_GH0.tar.gz) = 17603249
SHA256 (cd9d1038a822.patch) = 266891cbe27a67f81740879dbe39819e3bf0f17b681bdc93087ae05987c2f88d
SIZE (cd9d1038a822.patch) = 8968
SHA256 (f98ca3ab7ca1.patch) = b3a427b6edbf1c89bbf5fdeb5e3fc4c6708478e6d2031fcead87d29bf5c409fa
SIZE (f98ca3ab7ca1.patch) = 2673
SHA256 (1f1c83e83a1a.patch) = 59d24c7e69a871d92b65095c46fc994900440453064dd70ffc7de2f0ff728655
SIZE (1f1c83e83a1a.patch) = 2701

0 comments on commit 2e993e5

Please sign in to comment.