Commit graph

642 commits

Author SHA1 Message Date
snj
28bd48f593 Update to openbox 3.2. Changes:
* Added spanish and swedish translations
* Changed "Unnamed Desktop" to "Desktop n" where n is the actual number of
  the desktop
* Hopefully no more of the hanging X totally bug
* The fullscreen property now overrides aspect hints
* Added M as an alias for Mod3 in the same manner that W is an alias for
  Mod4
* Added probably too many options and actions
* ToggleDockAutohide to toggle the autohide option at runtime, doesn't
  save it to the config
* keepBorder option to set if you want the 1-pixel border when you
  toggleDecorations
* added popupShow and popupPosition to control where and when the
  move/resize-popup is shown, these go in the resize section of the config
  popup.  Position can be Top or Center, popupShow can be Always, Never or
  Nonpixel (this is the default).
* Added the xorStyle option to change the behaviour of menus along the
  bottom edge, note that the default is true
* warpPointer option in the menu section to control if the mouse cursor is
  to be warped by openbox when the menu moves to keep on screen to keep
  the cursor in the same place relative to the menu.
* Added back the focusLast option (this controls what happens when you
  change desktops and have followMouse on)
* Added an option to set which desktop to start on when you start openbox,
  firstdesk.  For example, you might like to set it to 5 if you have a 3x3
  grid to start in the middle.

Note that this won't build until a buildlink3 bug is fixed.  This is not a
regression, as it was already in a non-building state.  Please do not file
any PRs regarding this issue.
2004-04-20 21:49:00 +00:00
zuntum
3ed59fa3e3 drop maintainership 2004-04-17 20:46:28 +00:00
jmmv
d58a6ff791 regen; patch-aa not available any more. 2004-04-17 11:02:58 +00:00
martti
c7ac789105 Updated xfce4 to 4.0.5
This is a maintenance release, aimed at bug-fixing; no new features
are being added to the 4.0 branch.

The main purpose of this release is compatibility with the recent GTK+ 2.4.x
release along with other fixes.
2004-04-16 16:12:00 +00:00
jmmv
c8cb1c5b0d Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choose
which one is required in an automatic way by checking USE_X11BASE.  This
simplifies things and avoids possible problems in the future due to confusion.
2004-04-14 19:30:22 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
xtraeme
258d633549 wm/flwm: bl3ify, s/USE_X11BASE/USE_X11/; bump PKGREVISION. 2004-04-13 09:33:51 +00:00
snj
d195fba559 No longer used. 2004-04-12 00:38:58 +00:00
snj
c13469ee3c Convert to buildlink3. 2004-04-11 22:52:03 +00:00
snj
122449851a Convert to buildlink3. 2004-04-11 16:37:54 +00:00
salo
1fb4ca7526 Define _ISOC99_SOURCE for libtu, so NetBSD has the chance to get the correct
definition of va_copy from own headers.  Should fix building on amd64.
Per discussion with kristerw@.
2004-04-10 20:42:11 +00:00
wiz
aa98e5b538 Fix path to help files. From Iain Hibbert in PR 25111.
Bump PKGREVISION.
2004-04-09 10:41:06 +00:00
wiz
5ac4411617 Fix COMMENT. 2004-04-09 10:33:11 +00:00
xtraeme
ef3a42fd3b Bump PKGREVISION due to lua bump. 2004-04-05 15:21:00 +00:00
jmmv
ee5df447fc Update to 2.8.0:
2.8.0
=====
No code changes in this release, but some new translations.

2.7.1
=====
Thanks to Rob Adams for fixes in this release.

 - bug #122016 - fix a focus race
 - Change move_to_workspace_left/right/up/down keybindings to
   <Control><Alt><Shift> arrow to avoid conflicting with new
   keybindings in spacial nautilus.
 - fix dialog stacking order issues so e.g. panel properties
   dialog is above the panel

2.7.0
=====
First unstable release tarball for GNOME 2.6.

Thanks to Anders Carlsson, Elijah Newren, Rob Adams, James Cape,
Thomas Fitzimmons, Calum Benson for fixes in this release.
2004-04-01 18:35:20 +00:00
xtraeme
2fb05f7421 bl3ify 2004-03-30 21:27:29 +00:00
martti
b3c99c8673 fvwm-2.4.18 maintenance release for all earlier 2.4.x versions.
It contains important security fixes in several scripts.

* Corrected rebooting the machine in FvwmScript-Quit.

* Fixed the FlickeringMoveWorkaround option to the BugOpts command.

* Security patch in fvwmbug.sh.
  See http://securitytracker.com/alerts/2004/Jan/1008781.html

* Security fixes in
  fvwm-menu-directory (BugTraq id 9161)
  fvwm_make_directory_menu.sh
  fvwm_make_browse_menu.sh
2004-03-22 08:26:44 +00:00
bouyer
391e366497 These packages use c++, so add USE_LANGUAGES= c c++ 2004-03-19 08:34:01 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
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.
2004-03-18 09:12:08 +00:00
jmmv
2719b4aab0 Use GNU make to let this build under 1.6.2. Found by latest kristerw@'s
bulk build.
2004-03-15 15:17:25 +00:00
seb
4766245687 Remove info files entries from PLIST.
XXX does not build for me on NetBSD current and 1.6.2.
2004-03-11 15:26:40 +00:00
seb
a92fdfa1f6 Remove info files entries from PLIST. 2004-03-11 14:23:49 +00:00
martti
da2428b947 File removed, we are now using buildlink3 2004-03-10 15:40:03 +00:00
xtraeme
ecdb31d738 bl3ify 2004-03-10 14:12:50 +00:00
xtraeme
ff51acf13f bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@ 2004-03-10 11:53:37 +00:00
martti
da0646cf07 Updated XFce to 4.0.4
* Bug fixes
* Translation updates
2004-03-10 07:41:16 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
snj
51b34f57ee Use bl3. 2004-03-07 05:27:54 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
minskim
b5547c22ba Use pkgsrc intltool. Also include all required buildlink3 files
explicitly.
2004-03-04 19:17:04 +00:00
xtraeme
32fdb15067 bl3ify 2004-02-26 09:00:03 +00:00
cube
84bf576d42 Remove stale patches. 2004-02-26 05:18:14 +00:00
xtraeme
8847a88b8d Regen 2004-02-26 04:29:52 +00:00
minskim
80a82cd834 bl3ify 2004-02-25 23:25:21 +00:00
minskim
ab40b1a235 bl3ify 2004-02-25 19:02:39 +00:00
cube
60f64a126c Note deletion of ion-devel and update of ion. 2004-02-23 13:42:41 +00:00
cube
1b6eb4f4e2 Delete ion-devel now that it has become stable. 2004-02-23 13:41:26 +00:00
cube
f3a40fbb6d Update to ion-20040207 (a.k.a ion2). This is the new stable version of
Ion, two years after the last one!

It is actually an update of ion-devel, which will then disappear before
a new development branch is created for Ion.

Most notable changes (since import of ion-devel, see ChangeLog in the
distribution for a full listing):
	* Integration of the dock module
	* Workspace query asks for type of workspace when creating new.
	* Previous frame geometry (for maximize and shade) is saved in the
	  workspaces save file.
	* Support changes in X keyboard map.
	* Autoconf script
	* The dock no longer gets focused when the pointer enters it.
	* Fill _NET_SUPPORTED root window property with the supported
	  features (_NET_WM_FULLSCREEN, _NET_WM_NAME, _NET_VIRTUAL_ROOTS).
	* Transient size calculation fixed.
	* Creating frame for a transient on a floatws will raise the frame
	  containing the transient_for window.
	* Minor memory leak removed: drawing engine colour group name.
2004-02-23 13:40:21 +00:00
jschauma
ed612adac5 New homepage. 2004-02-22 21:21:43 +00:00
jmmv
07ef7358df unused 2004-02-20 12:25:19 +00:00
abs
fff9497f07 USE_LANGUAGES= c c++ 2004-02-20 00:42:37 +00:00
jmmv
e0e1dbe447 Update to 2.6.5:
- flipflop on #102209/#115072 again (raise on click, but break some apps by
  causing enter/leave).
- fix memory corruption in window list.
- fix window-type-inference code for legacy toolkits' windows.
2004-02-19 13:41:57 +00:00
snj
2e22ce5b84 Nuke openbox's buildlink2.mk. It is not used anywhere. 2004-02-16 23:07:45 +00:00
snj
c341d897fc Use bl3, change my address, add startup-notification bl3 (it was
previously pulled in by openbox).
2004-02-16 23:03:11 +00:00
snj
1fc651f965 Use bl3, change my address, add buildlink3.mk. 2004-02-16 23:00:47 +00:00
ben
ec9fc2e29a Make flwm build with FLTK 1.1.x as well as 1.0.x. 2004-02-15 06:13:51 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
grant
52f1b46a37 remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
2004-02-14 00:54:44 +00:00