summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libpanel/Makefile4
-rw-r--r--x11-toolkits/libpanel/distinfo6
-rw-r--r--x11-toolkits/libwnck3/Makefile6
-rw-r--r--x11-toolkits/libwnck3/distinfo6
-rw-r--r--x11-toolkits/libwnck3/files/patch-libwnck_pager-accessible-factory.h11
-rw-r--r--x11-toolkits/libwnck3/files/patch-libwnck_workspace-accessible-factory.h11
-rw-r--r--x11-toolkits/py-awesometkinter/Makefile2
-rw-r--r--x11-toolkits/py-easygui/Makefile2
-rw-r--r--x11-toolkits/py-kivy/Makefile2
-rw-r--r--x11-toolkits/py-magicgui/Makefile2
-rw-r--r--x11-toolkits/wlroots017/Makefile5
-rw-r--r--x11-toolkits/wlroots018/Makefile5
-rw-r--r--x11-toolkits/wlroots019/Makefile5
-rw-r--r--x11-toolkits/wxgtk30/Makefile2
-rw-r--r--x11-toolkits/wxgtk32/Makefile1
15 files changed, 26 insertions, 44 deletions
diff --git a/x11-toolkits/libpanel/Makefile b/x11-toolkits/libpanel/Makefile
index bea85dfc9b5e..1667408480d7 100644
--- a/x11-toolkits/libpanel/Makefile
+++ b/x11-toolkits/libpanel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libpanel
-PORTVERSION= 1.10.0
+PORTVERSION= 1.10.1
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
@@ -12,7 +12,7 @@ LICENSE= LGPL3+
LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene
-USES= gettext gnome meson pkgconfig tar:xz vala:build
+USES= gettext-tools gnome meson pkgconfig tar:xz vala:build
USE_GNOME= cairo glib20 gtk40 introspection:build libadwaita
MESON_ARGS= -Dintrospection=enabled \
diff --git a/x11-toolkits/libpanel/distinfo b/x11-toolkits/libpanel/distinfo
index 708a6db5bb25..c193d8216b71 100644
--- a/x11-toolkits/libpanel/distinfo
+++ b/x11-toolkits/libpanel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745072066
-SHA256 (gnome/libpanel-1.10.0.tar.xz) = 578ce512278ff2bb5eeebb55099392c52537a5abd9bd0629567f102532b38b25
-SIZE (gnome/libpanel-1.10.0.tar.xz) = 166704
+TIMESTAMP = 1756646635
+SHA256 (gnome/libpanel-1.10.1.tar.xz) = 936bbe96dfb383556482120fddd4533a52d2f49303328cb694861606492445eb
+SIZE (gnome/libpanel-1.10.1.tar.xz) = 166732
diff --git a/x11-toolkits/libwnck3/Makefile b/x11-toolkits/libwnck3/Makefile
index c45774006435..6a80a1e3cd38 100644
--- a/x11-toolkits/libwnck3/Makefile
+++ b/x11-toolkits/libwnck3/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libwnck
-PORTVERSION= 43.2
+PORTVERSION= 43.3
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
PKGNAMESUFFIX= 3
@@ -12,10 +12,10 @@ WWW= https://gitlab.gnome.org/GNOME/libwnck
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= bison gettext gnome localbase meson pkgconfig tar:xz \
+USES= bison gettext-tools gnome localbase meson pkgconfig tar:xz \
xorg
USE_GNOME= cairo gdkpixbuf gtk30 introspection:build
-USE_XORG= xext xrender xres x11
+USE_XORG= x11 xi xrender xres
USE_LDCONFIG= yes
MESON_ARGS= -Dgtk_doc=false \
-Dinstall_tools=false
diff --git a/x11-toolkits/libwnck3/distinfo b/x11-toolkits/libwnck3/distinfo
index c933b5a822cb..76224fdc993f 100644
--- a/x11-toolkits/libwnck3/distinfo
+++ b/x11-toolkits/libwnck3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737395607
-SHA256 (gnome/libwnck-43.2.tar.xz) = 55a7444ec1fbb95c086d40967388f231b5c0bbc8cffaa086bf9290ae449e51d5
-SIZE (gnome/libwnck-43.2.tar.xz) = 455644
+TIMESTAMP = 1756546292
+SHA256 (gnome/libwnck-43.3.tar.xz) = 6af8ac41a8f067ade1d3caaed254a83423b5f61ad3f7a460fcacbac2e192bdf7
+SIZE (gnome/libwnck-43.3.tar.xz) = 455776
diff --git a/x11-toolkits/libwnck3/files/patch-libwnck_pager-accessible-factory.h b/x11-toolkits/libwnck3/files/patch-libwnck_pager-accessible-factory.h
deleted file mode 100644
index cf5e7a27886a..000000000000
--- a/x11-toolkits/libwnck3/files/patch-libwnck_pager-accessible-factory.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- libwnck/pager-accessible-factory.h.orig 2020-03-25 21:18:55 UTC
-+++ libwnck/pager-accessible-factory.h
-@@ -17,7 +17,7 @@
- */
-
- #ifndef __WNCK_PAGER_ACCESSIBLE_FACTORY_H__
--#define __WBCK_PAGER_ACCESSIBLE_FACTORY_H__
-+#define __WNCK_PAGER_ACCESSIBLE_FACTORY_H__
-
- #include <atk/atk.h>
-
diff --git a/x11-toolkits/libwnck3/files/patch-libwnck_workspace-accessible-factory.h b/x11-toolkits/libwnck3/files/patch-libwnck_workspace-accessible-factory.h
deleted file mode 100644
index 151629a2f206..000000000000
--- a/x11-toolkits/libwnck3/files/patch-libwnck_workspace-accessible-factory.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- libwnck/workspace-accessible-factory.h.orig 2020-03-25 21:18:55 UTC
-+++ libwnck/workspace-accessible-factory.h
-@@ -17,7 +17,7 @@
- */
-
- #ifndef __WNCK_WORKSPACE_ACCESSIBLE_FACTORY_H__
--#define __WBCK_WORKSPACE_ACCESSIBLE_FACTORY_H__
-+#define __WNCK_WORKSPACE_ACCESSIBLE_FACTORY_H__
-
- #include <atk/atk.h>
-
diff --git a/x11-toolkits/py-awesometkinter/Makefile b/x11-toolkits/py-awesometkinter/Makefile
index 1ddf139402e6..9c173d3eda3e 100644
--- a/x11-toolkits/py-awesometkinter/Makefile
+++ b/x11-toolkits/py-awesometkinter/Makefile
@@ -1,6 +1,6 @@
PORTNAME= AwesomeTkinter
PORTVERSION= 2021.11.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/x11-toolkits/py-easygui/Makefile b/x11-toolkits/py-easygui/Makefile
index da01a0d32474..b0cd8b6c987b 100644
--- a/x11-toolkits/py-easygui/Makefile
+++ b/x11-toolkits/py-easygui/Makefile
@@ -1,6 +1,6 @@
PORTNAME= easygui
PORTVERSION= 0.98.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile
index 0e71ce1549ac..fb7ee8904bf9 100644
--- a/x11-toolkits/py-kivy/Makefile
+++ b/x11-toolkits/py-kivy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= kivy
PORTVERSION= 2.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/x11-toolkits/py-magicgui/Makefile b/x11-toolkits/py-magicgui/Makefile
index 64a485773ff5..585d0db6e85d 100644
--- a/x11-toolkits/py-magicgui/Makefile
+++ b/x11-toolkits/py-magicgui/Makefile
@@ -1,6 +1,6 @@
PORTNAME= magicgui
DISTVERSION= 0.10.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/x11-toolkits/wlroots017/Makefile b/x11-toolkits/wlroots017/Makefile
index 4b8183d24a11..c7ccdfda65f7 100644
--- a/x11-toolkits/wlroots017/Makefile
+++ b/x11-toolkits/wlroots017/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wlroots
DISTVERSION= 0.17.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11-toolkits
PKGNAMESUFFIX= 017
@@ -54,7 +54,8 @@ VULKAN_DESC= Vulkan renderer
VULKAN_BUILD_DEPENDS= glslangValidator:graphics/glslang \
vulkan-headers>0:graphics/vulkan-headers
VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader
-VULKAN_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri
+VULKAN_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri \
+ vulkan-headers>0:graphics/vulkan-headers
VULKAN_VARS= RENDERERS+=vulkan
X11_LIB_DEPENDS= libxcb-errors.so:x11/xcb-util-errors \
diff --git a/x11-toolkits/wlroots018/Makefile b/x11-toolkits/wlroots018/Makefile
index 3a58fc4f3dc3..264f2c4f7bed 100644
--- a/x11-toolkits/wlroots018/Makefile
+++ b/x11-toolkits/wlroots018/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wlroots
DISTVERSION= 0.18.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits
PKGNAMESUFFIX= 018
@@ -57,7 +57,8 @@ VULKAN_DESC= Vulkan renderer
VULKAN_BUILD_DEPENDS= glslangValidator:graphics/glslang \
vulkan-headers>0:graphics/vulkan-headers
VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader
-VULKAN_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri
+VULKAN_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri \
+ vulkan-headers>0:graphics/vulkan-headers
VULKAN_VARS= RENDERERS+=vulkan
X11_LIB_DEPENDS= libxcb-errors.so:x11/xcb-util-errors \
diff --git a/x11-toolkits/wlroots019/Makefile b/x11-toolkits/wlroots019/Makefile
index f785e46fa20d..679858b4f554 100644
--- a/x11-toolkits/wlroots019/Makefile
+++ b/x11-toolkits/wlroots019/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wlroots
DISTVERSION= 0.19.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits
PKGNAMESUFFIX= 019
@@ -58,7 +58,8 @@ VULKAN_DESC= Vulkan renderer
VULKAN_BUILD_DEPENDS= glslangValidator:graphics/glslang \
vulkan-headers>0:graphics/vulkan-headers
VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader
-VULKAN_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri
+VULKAN_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri \
+ vulkan-headers>0:graphics/vulkan-headers
VULKAN_VARS= RENDERERS+=vulkan
X11_LIB_DEPENDS= libxcb-errors.so:x11/xcb-util-errors \
diff --git a/x11-toolkits/wxgtk30/Makefile b/x11-toolkits/wxgtk30/Makefile
index 876ed7454b87..23c27a836cfa 100644
--- a/x11-toolkits/wxgtk30/Makefile
+++ b/x11-toolkits/wxgtk30/Makefile
@@ -1,7 +1,7 @@
PORTNAME= wx
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.5.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= x11-toolkits
MASTER_SITES= https://github.com/wxWidgets/wxWidgets/releases/download/v${DISTVERSION}/
PKGNAMESUFFIX= ${_SHORT_WX_VER}-${FLAVOR}
diff --git a/x11-toolkits/wxgtk32/Makefile b/x11-toolkits/wxgtk32/Makefile
index a925c0ba4f97..365aeac55737 100644
--- a/x11-toolkits/wxgtk32/Makefile
+++ b/x11-toolkits/wxgtk32/Makefile
@@ -1,6 +1,7 @@
PORTNAME= wx
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.8.1
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= https://github.com/wxWidgets/wxWidgets/releases/download/v${DISTVERSION}/
PKGNAMESUFFIX= ${_SHORT_WX_VER}-${FLAVOR}