NOTICE: This package has been removed from pkgsrc

./wip/girara, Library to develop simple and minimalist user interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.3.1, Package name: girara-0.3.1, Maintainer: degroote

girara is a library that implements a user interface that focuses on simplicity
and minimalism. Currently based on GTK+, a cross-platform widget toolkit, it
provides an interface that focuses on three main components: A so-called view
widget that represents the actual application (e.g. a website (browser), an
image (image viewer) or the document (document viewer)), an input bar that is
used to execute commands of the application and the status bar which provides
the user with current information. girara was designed to replace and enhance
the user interface that is used by zathura and jumanji and other features that
those applications share.


Required to run:
[x11/gtk3] [lang/python37]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [devel/py-meson] [x11/xorgproto]

Master sites:

SHA1: d776782bbeddd112437f8c8a65864c86dae61ea2
RMD160: 8077f12c9ef6b38cace9c66d3295399a22fc4e01
Filesize: 56.785 KB

Version history: (Expand)


CVS history: (Expand)


   2015-09-04 00:35:17 by Leonardo Taccari | Files touched by this commit (6)
Log message:
Add LICENSE (zlib).
   2015-04-14 20:27:59 by Leonardo Taccari | Files touched by this commit (1)
Log message:
Fix installation permissions for the .so (use INSTALL_LIB using the SUBST
framework).
   2015-04-14 20:14:30 by Leonardo Taccari | Files touched by this commit (1)
Log message:
PKGREVISION-- (yes that's correct... Hope I will be fast enough to not make harm
to the build of girara users... Sorry for the mistake!).
   2015-04-14 20:09:40 by Leonardo Taccari | Files touched by this commit (5)
Log message:
Update wip/girara to girara-0.2.4.

Changes:
 * Make xembed support optional
 * Use GDK_WINDOWING_X11
 * Command to dump settings to JSON file
 * Make undershoot transparent
 * Update build system
 * Update documentation
 * Update translations
   2015-01-26 02:07:04 by Leonardo Taccari | Files touched by this commit (3)
Log message:
Update to girara-0.2.3.

Changes:
 o Hide resize grip
 o Set window-icon from a name
 o Enable smooth scrolling
 o Introduce bidirectional scrolling
 o Add support for XDG_CACHE_HOME
 o Proper Shift-Insert Handling
 o Update translations
   2014-07-23 13:50:50 by Leonardo Taccari | Files touched by this commit (5)
Log message:
Update to girara-0.2.2.

Changes:
girara-0.2.2 (2014/06/25)
-------------------------
* Update Makefile

girara-0.2.1 (2014/06/24)
-------------------------
* Add libnotify support
* Regex based template engine and better CSS styling
* Do not resize window when opening tabs
* Colored build output
* Update translations
   2014-04-29 23:09:35 by Leonardo Taccari | Files touched by this commit (5)
Log message:
Update to girara-0.2.0.

Changes (from the git logs):
 o Drop GTK+2 support
 o Update translations
 o Handle scrollbars with guioptions
 o Various bugfixes
   2013-11-25 20:14:23 by zul_ | Files touched by this commit (4)
Log message:
[girara] Upgrade to 0.19

Changes since 0.16:
-------------------

Fix scroll events in GTK+3
Ellipsize items on the left side of the statusbar

Use GTK+3 by default
Resolve some coloring issues
Configurable padding in statusbar
Updated translations

Make window-icon path expandable
Updated scrollbar behaviour
Updated translations

As upstream, use gtk3 instead  of gtk2