diff --git a/common/shlibs b/common/shlibs index b58914cbdc1f61..9ee9e1c371b4b9 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3606,6 +3606,7 @@ libswitchboard-2.0.so.0 switchboard-2.3.2_1 libcodecore.so.0 libio.elementary.code-3.0_1 libpantheon-files-core.so.6 libio.elementary.files-6.0.0_1 libpantheon-files-widgets.so.6 libio.elementary.files-6.0.0_1 +libpantheon-wayland.so.1 libpantheon-wayland-1.1.0_1 libwlroots.so.12 wlroots0.17-0.17.0_1 libwlroots-0.18.so wlroots0.18-0.18.0_1 libwlroots-0.19.so wlroots0.19-0.19.0_1 diff --git a/srcpkgs/granite7/template b/srcpkgs/granite7/template index 01ef41115b6cc0..f4215cff774d68 100644 --- a/srcpkgs/granite7/template +++ b/srcpkgs/granite7/template @@ -1,18 +1,18 @@ # Template file for 'granite7' pkgname=granite7 -version=7.6.0 +version=7.7.0 revision=1 build_style=meson build_helper="gir" hostmakedepends="pkg-config gettext vala sassc glib-devel gtk4-update-icon-cache gtk-update-icon-cache" -makedepends="gtk4-devel libgee08-devel" +makedepends="gtk4-devel libgee08-devel libshumate-devel" depends="hicolor-icon-theme" short_desc="GTK4 widget library for elementary OS" maintainer="Cameron Nemo " license="LGPL-3.0-or-later" homepage="https://github.com/elementary/granite" distfiles="https://github.com/elementary/granite/archive/refs/tags/${version}.tar.gz" -checksum=4b4e4f7f86eb3f55116faec42ebd87e04c3e424d82715ecd967ed39540dca5ef +checksum=e1fe86f95a528fbcc45bbf85b668935dbd2cbf5d128f824d100ff02031ab5441 granite7-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}" diff --git a/srcpkgs/libpantheon-wayland-devel b/srcpkgs/libpantheon-wayland-devel new file mode 120000 index 00000000000000..8415b57309bf35 --- /dev/null +++ b/srcpkgs/libpantheon-wayland-devel @@ -0,0 +1 @@ +libpantheon-wayland \ No newline at end of file diff --git a/srcpkgs/libpantheon-wayland/template b/srcpkgs/libpantheon-wayland/template new file mode 100644 index 00000000000000..bee0147c7dd1fb --- /dev/null +++ b/srcpkgs/libpantheon-wayland/template @@ -0,0 +1,23 @@ +# Template file for 'libpantheon-wayland' +pkgname=libpantheon-wayland +version=1.1.0 +revision=1 +build_style=meson +hostmakedepends="pkg-config vala gobject-introspection" +makedepends="libgirepository-devel gtk4-devel" +short_desc="Pantheon Polkit Agent" +maintainer="Chris B " +license="LGPL-3.0-or-later" +homepage="https://github.com/elementary/pantheon-wayland" +distfiles="https://github.com/elementary/pantheon-wayland/archive/refs/tags/${version}.tar.gz" +checksum=337a9f167b05a0202c230b72fcb0aac637deae6c8ff70420b49b4aa7670dc59d + +libpantheon-wayland-devel_package() { + depends="libpantheon-wayland>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/*.so + vmove usr/lib/pkgconfig + } +} diff --git a/srcpkgs/pantheon-agent-polkit/template b/srcpkgs/pantheon-agent-polkit/template index 4285532c67b5f2..fe5c1dc40dd6ef 100644 --- a/srcpkgs/pantheon-agent-polkit/template +++ b/srcpkgs/pantheon-agent-polkit/template @@ -1,13 +1,13 @@ # Template file for 'pantheon-agent-polkit' pkgname=pantheon-agent-polkit -version=1.0.0 -revision=2 +version=8.0.2 +revision=1 build_style=meson -hostmakedepends="gettext pkg-config vala gobject-introspection" -makedepends="gtk+3-devel polkit-devel granite-devel" +hostmakedepends="pkg-config vala gettext" +makedepends="libpantheon-wayland-devel libadwaita-devel granite7-devel polkit-devel" short_desc="Pantheon Polkit Agent" -maintainer="Orphaned " +maintainer="Chris B " license="LGPL-3.0-or-later" homepage="https://github.com/elementary/pantheon-agent-polkit" -distfiles="https://github.com/elementary/pantheon-agent-polkit/archive/${version}.tar.gz" -checksum=8e730f335545a4ca2717e1c9ccad61c329c1f19ea51f76ae4783da9e0416d484 +distfiles="https://github.com/elementary/pantheon-agent-polkit/archive/refs/tags/${version}.tar.gz" +checksum=73da115afef236b59a819f689fb22803584320cf1f32b54e6d96a65dc70175c8