diff options
Diffstat (limited to 'x11-toolkits/libwnck3')
4 files changed, 6 insertions, 28 deletions
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> - |