Port details |
- gxkb X11 keyboard layout indicator and switcher
- 0.9.3 x11
=0 Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2017-05-27 03:16:48
- Last Update: 2023-01-11 09:47:58
- Commit Hash: 36d5cc2
- License: GPLv2
- Description:
- gxkb is a little indicator applet which allows to quickly switch between
different X11 keyboard layouts. A flag corresponding to the country of
the active layout is shown in the system tray area.
The applet is written in C and uses just the GTK+ library, not any other
GNOME components, and can maintain separate per-window, per-application,
or global layout states.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/gxkb/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/gxkb
- pkg install gxkb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gxkb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1635019903
SHA256 (gxkb-0.9.3.tar.gz) = ef0bbea5f40051e57ca35f304a91ff296044029913cd4d07470fd26b5204d831
SIZE (gxkb-0.9.3.tar.gz) = 174152
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libxklavier.so : x11/libxklavier
- libwnck-3.so : x11-toolkits/libwnck3
- libatk-1.0.so : accessibility/atk
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gxkb-0.9.3:
DOCS=on: Build and/or install documentation
GTK2=off: Build against GTK version 2, not 3
===> Use 'make config' to modify these settings
- Options name:
- x11_gxkb
- USES:
- gnome pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.3 11 Jan 2023 09:47:58
    |
Alexey Dokuchaev (danfe)  |
x11/gxkb: add PORTSCOUT hint to ignore RU/BY-phobic "update"
Recently released version 0.9.4 removed Russian and Belarusian flags,
no changes otherwise. As this is clearly a regression to some of the
users, skip this version.
Reported by: portscout |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.3 20 Jul 2022 14:23:32
    |
Tobias C. Berner (tcberner)  |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
0.9.3 24 Oct 2021 15:13:28
    |
Alexey Dokuchaev (danfe)  |
x11/gxkb: update the port to version 0.9.3
Now comes with Esperanto flag!
Source code had been reformatted, adjust GTK2 patch accordingly and
regenerate with ``make makepatch'' to make future diffs less noisy.
Reported by: portscout |
0.9.2 28 Aug 2021 08:51:55
    |
Alexey Dokuchaev (danfe)  |
x11/gxkb: update the port to version 0.9.2
Several people asked to make GTK3 the default (which matches upstream),
so be it. Retain the option to build against GTK2 though. While here,
make port description text GTK version-agnostic.
Reported by: portscout |
0.8.2 12 Apr 2021 09:55:28
    |
Alexey Dokuchaev (danfe)  |
Allow to optionally build `x11/gxkb' against GTKv3 instead of v2 and
tell PORTSCOUT to skip version 0.9.0 as it carries no other changes.
PR: 251899 |
0.8.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.8.2 08 Jul 2020 09:40:36
  |
danfe  |
Update to version 0.8.2, list of changes:
- Fixed segfault after executing setxkbmap(1)
- Fixed ftbfs (build?) with GCC 10
- Fixed recursion in xkb_config_xkl_state_changed()
- Merged ayatana-appindicator.patch from Debian
Reported by: portscout |
0.8.1 08 Nov 2019 11:21:03
  |
tobik  |
x11*: Add missing USES={gl,gnome,mate} |
0.8.1 25 Jan 2019 18:18:37
  |
danfe  |
Update `x11/gxkb' to version 0.8.1.
Discovered via: repology.org |
0.8.0 25 Aug 2017 15:33:47
  |
danfe  |
- Update `x11/gxkb' to version 0.8.0
- TIMESTAMP (gxkb-0.8.0.tar.gz) = 1503572783
Reported by: portscout |
0.7.9 27 May 2017 14:58:44
  |
danfe  |
- Switch WWW to follow direct to a newish landing page which has a link
to the project's GitHub (there is a good amount of information there
and not very much so on the SF.net page)
- While here, improve port description text: fix a bogosity and make it
more detailed
Suggested by: adamw |
0.7.9 27 May 2017 03:16:40
  |
danfe  |
Add another GTK+ 2.0 based X11 keyboard layout indicator and switcher.
WWW: http://sourceforge.net/projects/gxkb/
TIMESTAMP (gxkb-0.7.9.tar.gz) = 1490048003 |