Skip to content

Commit

Permalink
graphics/waylandpp: Adopt port / Update to 1.0.0
Browse files Browse the repository at this point in the history
 - take maintainership

ChangeLog: https://github.com/NilsBrause/waylandpp/releases
  • Loading branch information
nunotexbsd committed Jun 23, 2022
1 parent bc7a374 commit e293871
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 10 deletions.
5 changes: 2 additions & 3 deletions graphics/waylandpp/Makefile
@@ -1,9 +1,8 @@
PORTNAME= waylandpp
DISTVERSION= 0.2.8
PORTREVISION= 1
DISTVERSION= 1.0.0
CATEGORIES= graphics

MAINTAINER= ports@FreeBSD.org
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Wayland C++ bindings

LICENSE= MIT
Expand Down
6 changes: 3 additions & 3 deletions graphics/waylandpp/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1593487540
SHA256 (NilsBrause-waylandpp-0.2.8_GH0.tar.gz) = e7f486165d3568c3558b5c7099133aea4a285b82820eeafad329fc10271c654d
SIZE (NilsBrause-waylandpp-0.2.8_GH0.tar.gz) = 181950
TIMESTAMP = 1656001374
SHA256 (NilsBrause-waylandpp-1.0.0_GH0.tar.gz) = b20b45917382c6b87e9380130c9a1a1c563da2f498de5830df12fbce326dd9f5
SIZE (NilsBrause-waylandpp-1.0.0_GH0.tar.gz) = 203510
30 changes: 26 additions & 4 deletions graphics/waylandpp/pkg-plist
@@ -1,32 +1,53 @@
bin/wayland-scanner++
include/wayland-client-protocol-extra.hpp
include/wayland-client-protocol-unstable.hpp
include/wayland-client-protocol.hpp
include/wayland-client.hpp
include/wayland-cursor.hpp
include/wayland-egl.hpp
include/wayland-server-protocol-extra.hpp
include/wayland-server-protocol-unstable.hpp
include/wayland-server-protocol.hpp
include/wayland-server.hpp
include/wayland-util.hpp
include/wayland-version.hpp
lib/cmake/waylandpp/waylandpp-config-version.cmake
lib/cmake/waylandpp/waylandpp-config.cmake
lib/cmake/waylandpp/waylandpp-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/waylandpp/waylandpp-targets.cmake
lib/libwayland-client++.so
lib/libwayland-client++.so.0
lib/libwayland-client++.so.1
lib/libwayland-client++.so.%%SOVERSION%%
lib/libwayland-client-extra++.so
lib/libwayland-client-extra++.so.0
lib/libwayland-client-extra++.so.1
lib/libwayland-client-extra++.so.%%SOVERSION%%
lib/libwayland-client-unstable++.so
lib/libwayland-client-unstable++.so.1
lib/libwayland-client-unstable++.so.%%SOVERSION%%
lib/libwayland-cursor++.so
lib/libwayland-cursor++.so.0
lib/libwayland-cursor++.so.1
lib/libwayland-cursor++.so.%%SOVERSION%%
lib/libwayland-egl++.so
lib/libwayland-egl++.so.0
lib/libwayland-egl++.so.1
lib/libwayland-egl++.so.%%SOVERSION%%
lib/libwayland-server++.so
lib/libwayland-server++.so.1
lib/libwayland-server++.so.%%SOVERSION%%
lib/libwayland-server-extra++.so
lib/libwayland-server-extra++.so.1
lib/libwayland-server-extra++.so.%%SOVERSION%%
lib/libwayland-server-unstable++.so
lib/libwayland-server-unstable++.so.1
lib/libwayland-server-unstable++.so.%%SOVERSION%%
libdata/pkgconfig/wayland-client++.pc
libdata/pkgconfig/wayland-client-extra++.pc
libdata/pkgconfig/wayland-client-unstable++.pc
libdata/pkgconfig/wayland-cursor++.pc
libdata/pkgconfig/wayland-egl++.pc
libdata/pkgconfig/wayland-scanner++.pc
libdata/pkgconfig/wayland-server++.pc
libdata/pkgconfig/wayland-server-extra++.pc
libdata/pkgconfig/wayland-server-unstable++.pc
%%DATADIR%%/protocols/fullscreen-shell-unstable-v1.xml
%%DATADIR%%/protocols/idle-inhibit-unstable-v1.xml
%%DATADIR%%/protocols/input-method-unstable-v1.xml
Expand All @@ -45,6 +66,7 @@ libdata/pkgconfig/wayland-scanner++.pc
%%DATADIR%%/protocols/text-input-unstable-v3.xml
%%DATADIR%%/protocols/viewporter.xml
%%DATADIR%%/protocols/wayland.xml
%%DATADIR%%/protocols/xdg-activation-v1.xml
%%DATADIR%%/protocols/xdg-decoration-unstable-v1.xml
%%DATADIR%%/protocols/xdg-foreign-unstable-v1.xml
%%DATADIR%%/protocols/xdg-foreign-unstable-v2.xml
Expand Down

0 comments on commit e293871

Please sign in to comment.