Skip to content

Commit

Permalink
x11/xdg-desktop-portal-hyprland: update to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Sep 19, 2023
1 parent 8f617e4 commit 66be1d0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion x11/hyprland-share-picker/Makefile
@@ -1,6 +1,6 @@
PORTNAME= hyprland-share-picker
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0
DISTVERSION= 1.1.0
CATEGORIES= x11 wayland

MAINTAINER= jbeich@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions x11/hyprland-share-picker/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1694025408
SHA256 (hyprwm-xdg-desktop-portal-hyprland-v1.0.0_GH0.tar.gz) = 558ff12ad20d8421f3279d5bd39dd431eccc667cc19babd5479edaaf21487f10
SIZE (hyprwm-xdg-desktop-portal-hyprland-v1.0.0_GH0.tar.gz) = 41589
TIMESTAMP = 1695057057
SHA256 (hyprwm-xdg-desktop-portal-hyprland-v1.1.0_GH0.tar.gz) = 4a51163ec91f1d5ec7f8c44205d44e4cb429db05edf75cc273d3a8a8efffb7c3
SIZE (hyprwm-xdg-desktop-portal-hyprland-v1.1.0_GH0.tar.gz) = 42732
8 changes: 6 additions & 2 deletions x11/xdg-desktop-portal-hyprland/Makefile
@@ -1,10 +1,10 @@
PORTNAME= xdg-desktop-portal-hyprland
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0
DISTVERSION= 1.1.0
CATEGORIES= x11 wayland

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 676571b2c042.patch:-p1 # https://github.com/hyprwm/xdg-desktop-portal-hyprland/pull/84
PATCHFILES+= 54b5467ec12f.patch:-p1 # https://github.com/hyprwm/xdg-desktop-portal-hyprland/pull/98

MAINTAINER= jbeich@FreeBSD.org
COMMENT= xdg-desktop-portal backend for hyprland
Expand Down Expand Up @@ -44,6 +44,10 @@ CXXFLAGS+= -D_LIBCPP_ENABLE_EXPERIMENTAL # std::vformat
LDFLAGS+= -lc++experimental
.endif

post-patch:
# XXX Merge with hyprland-share-picker instead
@${REINPLACE_CMD} '/hyprland-share-picker/d' ${WRKSRC}/meson.build

.ifdef GH_TUPLE
post-configure:
@${REINPLACE_CMD} 's/meson install/& \
Expand Down
10 changes: 5 additions & 5 deletions x11/xdg-desktop-portal-hyprland/distinfo
@@ -1,9 +1,9 @@
TIMESTAMP = 1694025408
SHA256 (hyprwm-xdg-desktop-portal-hyprland-v1.0.0_GH0.tar.gz) = 558ff12ad20d8421f3279d5bd39dd431eccc667cc19babd5479edaaf21487f10
SIZE (hyprwm-xdg-desktop-portal-hyprland-v1.0.0_GH0.tar.gz) = 41589
TIMESTAMP = 1695057057
SHA256 (hyprwm-xdg-desktop-portal-hyprland-v1.1.0_GH0.tar.gz) = 4a51163ec91f1d5ec7f8c44205d44e4cb429db05edf75cc273d3a8a8efffb7c3
SIZE (hyprwm-xdg-desktop-portal-hyprland-v1.1.0_GH0.tar.gz) = 42732
SHA256 (hyprwm-hyprland-protocols-v0.2_GH0.tar.gz) = 106cb189d0fbe4ec0ee11a12a17238172f4c4cd1b2b26db904df144e5c7a05f0
SIZE (hyprwm-hyprland-protocols-v0.2_GH0.tar.gz) = 6342
SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf35797002b1d2e40bb35a10c65605e0ea1435271
SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803
SHA256 (676571b2c042.patch) = d08646a35d8c71c98c077e056e9d6d9313d95025bc51216aa7db83f2c26165ca
SIZE (676571b2c042.patch) = 2232
SHA256 (54b5467ec12f.patch) = 2cacc5de7b4b72410b9d338377ee51927fdc61918bf4657dd4c03eda7e56b34f
SIZE (54b5467ec12f.patch) = 2818

0 comments on commit 66be1d0

Please sign in to comment.