Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Fixes
- Only highlight sticky windows on the current workspace (Elijah Newren)
Translators
- Aiet Kolkhi (ka)
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
2.7.92
Fixes
- Setup gtk-doc to pull out API documentation (J.H.M. Dassen (Ray))
Translators
- Laszlo Dvornik (hu)
- Kjartan Maraas (nb)
- Laurent Dhima (sq)
2.7.91
Fixes
- Fix issue with AtkComponent co-ordinates (Arvind Samptur)
- Fix window minimization vs. activation for mouse focus (Elijah Newren)
- Resolve some no-focus-on-map issues (Elijah Newren)
- Regenerate stale built sources (Torsten Schoenfeld)
Translators
- Kemal Sanjta (bs)
- Pauli Virtanen (fi)
- Amanpreet Singh Alam (pa)
2.7.90
Fixes
- Add support for the _NET_WM_STATE_DEMANDS_ATTENTION hint (Rob Adams)
- Display shaded windows as "= <name> =" instead of "[ <name> ]" (James M.
Cape)
- Desensitize "Move To Workspace" items for sticky windows (Arvind Samptur)
Translators
- Vladimir Petkov (bg)
- Laurent Dhima (sq)
|
|
Fixes
- Activate window in workspace switcher only if its on the current workspace
(Elijah Newren)
- Use timestamp with _NET_CLOSE_WINDOW (Anders Carlsson)
Translators
- John C Barstow (mi)
- Laurent Dhima (sq)
|
|
Fixes
- Don't show multi-workspace related menu items if there is only
a single workspace (Johan Persson)
Translators
- Vladimir Petkov (bg)
- Gil Osher (he)
- Kjartan Maraas (no)
- Mi?u Moldovan (ro)
- Ivan Noris (sk)
|
|
Fixes
- Fix icon-reading crash when using enlightenment (Neil Muller)
- AIX portability fixes (Kjartan Maraas)
- Don't attempt to center the workspace on the mouse click (Kim Woelders)
Translators
- Iñaki Larrañaga Murgoitio (eu)
- Guntupalli Karunakar (gu)
- Mohammad DAMT (id)
- Samúel Jón Gunnarsson (is)
- Baris Cicek (tr)
|
|
|
|
may be missing:
- allow building against an uninstalled libwnck build
- add "Move to Workspace" menu
- fix crash with updated allowed actions hint
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
|
|
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
2.4.0
- fix workspace name property handling
- fix updating of window/icon names
- fixes to viewport handling
- lots of new translations
2.3.1
- put -lX11 in link flags
- add API to manipulate window fullscreen state
- use an icon from one of the windows in a group, rather than
the "white piece of paper" icon, if a group doesn't set an icon
- fixes for Cygwin compilation
- add support for viewports in window list and workspace switcher
- fix multihead glitches
- set desktop layout properly on 64-bit platforms
- new/updated translations
2.3.0
- fixed fitt's law for window list applet (Mark McLoughlin)
- incorporated fixes from stable branch
|
|
|
|
|
|
|
|
Fixes PR pkg/21601 by Benedikt Meurer.
|
|
dependency bumps.
|
|
* libwnck/tasklist.c: (wnck_tasklist_check_end_sequence): Actually end the
sequnce if we match the wmclass against a window.
* libwnck/tasklist.c: time out startup sequences if we don't see them end, and
end them if a window is mapped with StartupWMClass.
* libwnck/window.c (_wnck_window_get_resource_class)
(_wnck_window_get_resource_name): add internal API to get window classes
* configure.in: added 'ro' to ALL_LINGUAS
* configure.in: Added "mn" to ALL_LINGUAS.
* configure.in: Added Amharic (am), Farsi (fa), and Macedonian (mk) to
ALL_LINGUAS
* README: update README
* libwnck/application.c (get_icons): don't add an extra reference to all
icons, that was an unfortunate memory leak. Patch from
|
|
Approved by wiz.
|
|
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
|
|
|
|
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
|
|
*.pc and binaries. Both these things are simply found by packages in their
true installed locations.
|
|
GNOME2.
Provided by Julio Merino <jmmv@hispabsd.org>. This closes PR pkg/18202.
|