diff options
author | nia <nia@pkgsrc.org> | 2022-03-29 18:43:17 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-03-29 18:43:17 +0000 |
commit | 7a6ef60f8a0486fdad8293ad15da999c712cab7e (patch) | |
tree | 5c419eb5fdb3b9f526bb5679857369bc35781a36 /x11/Makefile | |
parent | 7a7723b56ba11f25b8a0b453081e1231e717fc93 (diff) | |
download | pkgsrc-7a6ef60f8a0486fdad8293ad15da999c712cab7e.tar.gz |
add x11/gtk3-nocsd
gtk3-nocsd is a small module used to disable the client side window
decorations (CSDs) in GTK+ 3, which are used by many GNOME
applications.
A shared library is included which can be loaded with LD_PRELOAD to
override several Gdk and glib/gobject APIs used by GTK+ 3 to set up
CSDs.
A wrapper script is also included, which can be used as follows:
gtk3-nocsd gedit
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index e10af376764..e7e6eb3a0bc 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.953 2022/02/17 15:48:21 wiz Exp $ +# $NetBSD: Makefile,v 1.954 2022/03/29 18:43:17 nia Exp $ # COMMENT= Packages to support the X Window System @@ -92,6 +92,7 @@ SUBDIR+= gtk2-engines-murrine SUBDIR+= gtk2-theme-switch SUBDIR+= gtk3 SUBDIR+= gtk3-engines-unico +SUBDIR+= gtk3-nocsd SUBDIR+= gtk4 SUBDIR+= gtkada SUBDIR+= gtkdatabox |