Commit graph

1378 commits

Author SHA1 Message Date
gdt
4bfe9c6470 Set NO_BIN_ON_FTP because pkgsrc modifies the source. 2008-09-12 20:06:29 +00:00
ahoka
8b9e728a97 Bump revision because of the ffmpeg update. 2008-09-08 15:14:21 +00:00
dholland
a5df0f9e90 Fix broken 64-bit build. 2008-09-08 09:41:50 +00:00
dholland
29b008a2d4 DESTDIR support. 2008-09-08 09:41:40 +00:00
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
ahoka
979dc88529 Update to the latest version v2.3.4.
Changes:
 awesome-menu: match string mode and autocomplete
 tasklist: add tags as cache element (FS#227)
 awesomerc: fix subprocess (FS#193)
 awesomerc: fix default path in menu launching
 Revert "awesomerc: fix xterm -e in case of others terms"
 mouse: fix client snapping
2008-09-06 17:17:10 +00:00
dholland
1315f2bef4 Bump PKGREVISION as a precaution because of the issues with x11/xview-lib. 2008-08-30 20:04:53 +00:00
epg
1fc94600b0 Set MAINTAINER to pkgsrc-users@. 2008-08-18 00:55:48 +00:00
dholland
896fd2313e Fix DESTDIR 2008-08-17 04:11:47 +00:00
ahoka
aa5acc3e7a Change my email address. 2008-08-13 13:20:14 +00:00
ahoka
fbccf04490 Add session and screensaver support.
Fix imlib detection.
Change master sites to live ones.
Bump revision.
2008-08-11 17:52:19 +00:00
obache
621e07a56c No need to define INSTALL_TARGET=install-strip.
Framework pass -s flag automatically if required (INSTALL_UNSTRIPPED!=yes).

Part of fixes PR 15107.
2008-08-10 05:20:13 +00:00
obache
2ae7a3d120 Update wm/pekwm to 0.1.7.
Based on patch provided by Juan RP in PR 39311.

NEWS pekwm-0.1.7
================

Bugs fixed

  * #XX Several memory leaks identified with valgrind plugged.
  * #XX Fixed broken iconfied state reported by
     <giuliani{.}blackfenix{@}gmail{.}com>
  * #XX CfgParser parsed data twice.
  * #XX StatusWindow placement fixed.
  * #XX Fix for _NET_WM_NAME ops by Florian Hoppe <flp{@}floppi{.}de>
  * #22 Font type is now possible to define as the first argument in
     themes.
  * #30 Panel raise issues, reported and fixed by Jyri Jokinen
     <shared{@}adresh{.}com>
  * #21 Dynamic menu entries become unselectable after first
     visit. Reported by Lassi Pölönen and fixed by Andreas
     <ioerror{@}lavabit{.}com>
  * #14 SendKey action requested by nidan.
  * #29 drag'n'drop requires the recieving window to be moved before
     working. Reported by Jyri Jokinen <shared{@}adresh{.}com>, fixed
     by Andreas <ioerror{@}lavabit{.}com>
  * #32 Shaping issues after shading. Reported by Paulo Igor Barra
     Nascimento <pibarnas{@}yahoo{.}com{.}br> and fixed by Andreas
     <ioerror{@}lavabit{.}com>
  * #XX Corrects the interpretation of the motif windowmanager hints
     by Andreas <ioerror{@}lavabit{.}com>
  * #XX Remove perl scripts reducing dependencies on packages.

User visible changes

  * UTF-8 support added for reading and rendering window titles.
  * _NET_WM_ICON is now read and rendered in menus.
  * RandR support for multi-screen configurations.
  * New default theme.
  * CmdDialog size is now calculated from the current head and not the
    whole display.

Configuration changes

  * _NET_WM_WINDOW_TYPE handling configurable via autoproperties.
  * Width/Height 0 in autoproperties now means screen width/height.
  * WorkspacesPerRow and WorkspaceNames added with matching
    GotoWorkspace/SendToWorkspace parameters Up, PrevV, Down, NextV.
  * ShowWorkspaceIndicator
  * WorkspaceIndicatorScale
  * PCRE support remove.
  * EdgeIndent option added to Screen section of main configuration
    file. If true reserves space where the screen edge is.
  * EdgeSize now supports per edge configuration.

Theme changes

  * Shaping suport for non-corner windows.
  * XMB type is used by default in favour of X11 type fonts.
  * Font alpha is now handles as % from 0-100 instead of previous Xft
    unsigned int value.
  * HeightAdapt option added to theme.
  * Font type is now possible to define as the first argument in themes.
2008-08-08 14:32:38 +00:00
ahoka
063de4130e Update to 2.3.3.
Changes:
	Fix xterm -e in default config for other terminal ;
	Give floating dialogs of maximised windows focus (FS#232).
2008-08-07 18:47:00 +00:00
tnn
bcdc5d79ab Update to obconf-2.0.3.
2.0.3:
  * Add support for the desktop warping option
  * Add support for showing the popup notification when changing desktops
  * Better build support for Max OSX platform (no --export-dynamic)
  * Major layout changes
  * Add support for putting the move/resize popup in a fixed position on screen
  * Add support for the <active> window placement option
  * New icon by Myles Green
  * Show an error when the configuration file is not valid, so it doesn't get
    destroyed by ObConf
  * Add a --config-file option to specify an alternate configuration file.
  * Auto-load the same configuration as Openbox is using, if Openbox was run
    with --config-file

2.0.2:
  * Workaround a crash in GTK/Glib on the PowerPC platform
  * Add new Margins option (Margins tab)
  * Add new option for centering windows when placing them
  * Don't include the debian/ dir in releases
  * Fix the missing TopRight option for the dock
  * Fix the dock stacking option to match changes made in Openbox (it's
    Above/Below not Top/Bottom)
  * Give the theme previews white client areas to more closely resemble a real
    window
  * Update to Openbox 3.4.3 libraries
2008-07-29 19:49:12 +00:00
tnn
c4ce1b7448 - patch-ac: Fix bug that made desktop switching not work
- While here, fix DESTDIR support
- Bump PKGREVISION
2008-07-29 19:30:35 +00:00
plunky
723625aafc add ${DESTDIR} to -install targets 2008-07-28 18:50:48 +00:00
ahoka
de5c1457b7 Add missing include to fix reported build failure. 2008-07-17 20:54:00 +00:00
ahoka
705ca969ff Update to version 2.3.2.
Based on PR 38953 from Joel CARNAT. Thanks!

Changes since last packaged version:

Show correct geometry on mouse resize(FS#203);
Fix build issues with simple POSIX shell.
Fix focus handling on new window managing with multi monitors (FS#188);
Add support for mouse with up to 9 buttons.
Fix cache invalidation when swapping clients
Fix handling of keycode and keysyms (FS#64)
Do not focus new client if current client is maximized (FS#182)
Documentation update
Fix a bug with UTF-8 strings rendering
Fix titlebar map/unmap
Allow NULL in command for widgets (FS#175)
Documentation update;
Store KeySym not KeyCode in keys bindings (FS#161);
Fix some drawing problems.
Documentation update;
Fix placement for maximized apps;
Give focus when clicking with Button1 on titlebars;
Use mwfact lower and upper limits in mouse;
Fix opacity focused issue;
Fix focus on arrange for multi head;
Allow multiple bindings for mouse events.
Support for multiple image format, using Imlib2 (default) or GTK pixbuf (FS#82);
Use pango for font display instead of Xft;
Better documentation: the documentation is now autogenerated from source code: everything is now in
the manpage and will always be (FS#101);
awesome-menu: a dmenu clone (FS#7);
Support for styles section;
mwfact lower and upper limits are configurable (FS#92);
widget_tell now allows to change widget properties like colors, etc. (FS#144, FS#36)
Errors and warnings messages are more clear and consistent, prefixed with E or W and indicating in which function it fails;
Add titlebar support for windows (FS#38);
Fix support for SDL apps (you can play Xmoto and Quake);
New option for progressbar with ticks (FS#81);
New emptybox widget which deprecated padding options of various widgets;
New opacity_focused option;
Widget graph can grow right/left;
Add support for shadowed text (FS#90);
Probably more.
2008-07-15 14:31:12 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
ahoka
700e39b655 Bump PKGREVISION to reflect last change. 2008-07-08 14:28:53 +00:00
ahoka
8500c2a6ae Add missing gettext-lib dependency.
Revealed by a bulk build on Dragonly.
2008-07-07 16:42:54 +00:00
hira
064b1a5113 This package needs x11/py-gtk2 to run. Bump PKGREVISION. 2008-06-22 08:41:36 +00:00
joerg
8147e29870 PR 39011: needs msgfmt. 2008-06-21 21:06:10 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
hauke
7518e13839 Un-break start icon patch for non-*BSD platforms. 2008-06-17 08:32:41 +00:00
abs
3d2b45f4bb Upgrade wm/jwm to 2.0.1, plus add fribidi and jpeg options (default on)
# JWM v2.0 <> 20070624

    * New look.
    * Background support on a per-desktop basis.
    * Veritcal/horizontal maximization support.
    * Added the ability to move windows with the pager.
    * Many bug fixes.

# JWM v2.0.1 <> 20070704

    * Fix a file descriptor leak when JPEG is enabled.
    * Give swallow windows time to map when restarting.
2008-06-17 00:00:30 +00:00
joerg
cd39d2df06 Add missing directories. 2008-06-16 15:46:08 +00:00
hauke
1ed7edd51f Minor update to IceWM 1.2.35:
1.2.35: 2008-01-05
        - Application tray bug fixes
        - Add encoding/language to about dialog

While we're here, re-instate Beastie - the way icewm selects the start menu
icon changed with 1.2.28.

It's the little things that count. :)
2008-06-16 14:55:03 +00:00
hauke
41a8a28ca5 The pkginstall framework is supposed to take care of PKG_SYSCONFSUBDIR. 2008-06-16 10:32:15 +00:00
hauke
7fbd944924 Update to 1.2.34 as requested by PR pkg/38890;
Patches proviced by Joel Carnat <joel@carnat.net>.
2008-06-16 10:17:56 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
wiz
05354faae8 Sort. 2008-06-06 08:30:07 +00:00
hira
4fbea75966 Fix core dump with ini plugin (flat-file configuration backend) from
upstream.  Bump PKGREVISION.
2008-05-26 17:22:37 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
wiz
41f426ade1 Reset maintainer on his request. 2008-05-25 21:20:07 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
ghen
e0f14f7755 Fix compatibility with dmenu 3.6; -b option is deprecated and replaced by -y
for arbitrary y coordinate (-y -0 for bottom).  Bump PKGREVISION.
2008-05-16 09:06:03 +00:00
drochner
0eccf0d30f oops, forgot half of it 2008-05-14 18:26:42 +00:00
drochner
b78d1be4bb minor fixes: use gmake (it builds without, but some pattern rules are
ignored so we could get surprises later), fix gconf and PLIST
2008-05-14 18:05:11 +00:00
drochner
b2413e1c57 minor PLIST cleanup (pull in xdg-dirs etc), approved by jmcneill 2008-05-13 20:13:06 +00:00
jmcneill
0baaf023dc Enable compiz-fusion-plugins-extra 2008-05-12 13:20:58 +00:00
jmcneill
d82e85b39c Import compiz-fusion-plugins-extra:
Compiz is a compositing window manager that uses 3D graphics acceleration
via OpenGL. It provides various new graphical effects and features on
any desktop environment, including Gnome and KDE.

This package contains the 'extra' set of plugins for compiz.
2008-05-12 13:20:17 +00:00
jmcneill
8d18195dd9 Add buildlink3.mk, bump pkg revision. 2008-05-12 13:19:17 +00:00
jmcneill
cc315b3369 Enable compiz-fusion-plugins-main 2008-05-12 12:48:03 +00:00
jmcneill
c8a4f45696 Import compiz-fusion-plugins-main:
Compiz is a compositing window manager that uses 3D graphics acceleration
via OpenGL. It provides various new graphical effects and features on
any desktop environment, including Gnome and KDE.

This package contains a base set of plugins for compiz.
2008-05-12 12:47:29 +00:00
jmcneill
350591d48e Enable ccsm. 2008-05-12 12:08:33 +00:00
jmcneill
b7f7bf168b Import CompizConfig Settings Manager (ccsm):
Compiz is a compositing window manager that uses 3D graphics acceleration
via OpenGL. It provides various new graphical effects and features on
any desktop environment, including Gnome and KDE.

This package contains the CompizConfig Settings Manager UI for configuring
compiz plugins.
2008-05-12 12:08:13 +00:00
jmcneill
42b6652468 gnome-compiz-manager no longer works with compiz 0.6.2, bye bye 2008-05-12 12:04:29 +00:00
jmcneill
67aa414391 Make compiz work out of the box:
o Install schemas for compiz core and plugins, not just gwd
  o Patch compiz-core schema to load a sane set of plugins by default
  o Patch compiz-decorator schema to workaround a bug in the
    xf86-video-intel driver related to drop shadows.
  o Enable gnome PKG_OPTION by default.
  o Bump pkg revision.
2008-05-12 01:57:37 +00:00