diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-04-21 09:20:50 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-06-23 18:14:42 +0000 |
commit | 80b697561519d27e60126fe0eb0fd8deb27039e7 (patch) | |
tree | fc069787f8de2d9d2a51731b474b972b4b74177e | |
parent | 586b26a28eded248349d7f31d8ac208861a75b16 (diff) | |
download | ports-80b697561519d27e60126fe0eb0fd8deb27039e7.tar.gz ports-80b697561519d27e60126fe0eb0fd8deb27039e7.zip |
x11-wm/wayfire: update to 0.7.2
Changes: https://github.com/WayfireWM/wayfire/compare/v0.7.1...v0.7.2
Reported by: GitHub (watch releases)
-rw-r--r-- | x11-wm/wayfire/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/wayfire/distinfo | 14 | ||||
-rw-r--r-- | x11-wm/wayfire/pkg-plist | 3 |
3 files changed, 7 insertions, 19 deletions
diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile index 9ab57f44d6b0..86293e893648 100644 --- a/x11-wm/wayfire/Makefile +++ b/x11-wm/wayfire/Makefile @@ -1,13 +1,8 @@ PORTNAME= wayfire DISTVERSIONPREFIX= v -DISTVERSION= 0.7.1 -PORTREVISION= 2 +DISTVERSION= 0.7.2 CATEGORIES= x11-wm -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 8d4e5ac0801a.patch:-p1 # https://github.com/WayfireWM/wayfire/pull/1152 -PATCHFILES+= 78e88c59373a.patch:-p1 # https://github.com/WayfireWM/wayfire/pull/1205 - MAINTAINER= jbeich@FreeBSD.org COMMENT= 3D Wayland compositor @@ -35,7 +30,7 @@ USE_GNOME= cairo USE_XORG= pixman GH_ACCOUNT= WayfireWM GH_TUPLE= WayfireWM:wf-touch:8974eb0:wftouch/subprojects/wf-touch \ - WayfireWM:wf-utils:f45641b:wfutils/subprojects/wf-utils + WayfireWM:wf-utils:889fdaf:wfutils/subprojects/wf-utils OPTIONS_DEFINE= SUID X11 OPTIONS_DEFAULT=SUID X11 diff --git a/x11-wm/wayfire/distinfo b/x11-wm/wayfire/distinfo index b95f4fb75fee..8a2220d0133c 100644 --- a/x11-wm/wayfire/distinfo +++ b/x11-wm/wayfire/distinfo @@ -1,11 +1,7 @@ -TIMESTAMP = 1620112621 -SHA256 (WayfireWM-wayfire-v0.7.1_GH0.tar.gz) = af0af9d6623566e2b35d23e9422551a881fea41781478914d16fc9f4e2a14166 -SIZE (WayfireWM-wayfire-v0.7.1_GH0.tar.gz) = 363286 +TIMESTAMP = 1624453880 +SHA256 (WayfireWM-wayfire-v0.7.2_GH0.tar.gz) = e45fddcc22b7149d793fea08763c5b3dc0edf7c0be9d094575a32cf847560fd4 +SIZE (WayfireWM-wayfire-v0.7.2_GH0.tar.gz) = 362028 SHA256 (WayfireWM-wf-touch-8974eb0_GH0.tar.gz) = 3d66a67b35452741135420caf43ba349d35fc64643b8e223e6cdf74dbcef33aa SIZE (WayfireWM-wf-touch-8974eb0_GH0.tar.gz) = 9881 -SHA256 (WayfireWM-wf-utils-f45641b_GH0.tar.gz) = 2f546333d4b1dfa3ed14caee3682dcc4c7e33164cb255991d918f3ace5f51dd7 -SIZE (WayfireWM-wf-utils-f45641b_GH0.tar.gz) = 48453 -SHA256 (8d4e5ac0801a.patch) = cf811c964adde510f6af6e2faea3c7c384dd77f0c64037fb8368c80ae043ef58 -SIZE (8d4e5ac0801a.patch) = 1825 -SHA256 (78e88c59373a.patch) = c68a3405976e498ab984742370137891a435e36778afa9d151d0997b666e5bdb -SIZE (78e88c59373a.patch) = 1551 +SHA256 (WayfireWM-wf-utils-889fdaf_GH0.tar.gz) = 8848592f4a04dec60c3e09a996f15d1f86e79f544eda4519f2b3d9dc91997db3 +SIZE (WayfireWM-wf-utils-889fdaf_GH0.tar.gz) = 48477 diff --git a/x11-wm/wayfire/pkg-plist b/x11-wm/wayfire/pkg-plist index 27e210e9f4df..ed8b002fb6ea 100644 --- a/x11-wm/wayfire/pkg-plist +++ b/x11-wm/wayfire/pkg-plist @@ -81,9 +81,6 @@ lib/wayfire/libwrot.so lib/wayfire/libzoom.so libdata/pkgconfig/wayfire.pc %%EXAMPLESDIR%%/wayfire.ini -%%DATADIR%%/decoration/resources/close.png -%%DATADIR%%/decoration/resources/maximize.png -%%DATADIR%%/decoration/resources/minimize.png %%DATADIR%%/metadata/alpha.xml %%DATADIR%%/metadata/animate.xml %%DATADIR%%/metadata/autostart.xml |