Commit graph

8732 commits

Author SHA1 Message Date
jmcneill
f4ebdfae45 Pass proper path for xkb and xmodmap rules so you can select a non-US
keyboard again. Bump PKGREVISION.
2008-12-20 23:31:54 +00:00
reed
ad4a33cd42 Add to description. Two sentences from the xfce4-session manual. 2008-12-20 19:09:43 +00:00
jmcneill
b59baee545 gnome-control-center no longer needs esound 2008-12-20 01:08:57 +00:00
jmcneill
c0aaafec38 + qgtkstyle 2008-12-20 00:14:58 +00:00
jmcneill
53d319a30d Import qgtkstyle version r868.
This is a Qt style rendered using GTK to give a native appearence for Qt
applications running on the GNOME desktop.
2008-12-20 00:13:07 +00:00
hira
192c5fa551 Fix PR pkg/36260. Remove system config directory from PLIST. 2008-12-19 23:58:18 +00:00
markd
49a09f1955 Fix path searched for xkb directory to more likely find the version
pkgsrc is using rather that some other one that might just exist.
2008-12-19 21:16:02 +00:00
jnemeth
4120d83d41 sort 2008-12-19 07:59:42 +00:00
bjs
8c2b0e2547 Recursive dependency bump for multimedia/x264-devel. It's tough
to know which packages are affected by the update and how, so to be
safe, I'm doing a full bump.
2008-12-18 17:28:16 +00:00
hira
246d0402ca Bump BUILDLINK_{API,ABI}_DEPENDS.
Bump PKGREVISION (some packages ride the previous PKGREVISION bump).
2008-12-18 16:46:29 +00:00
hira
751e37cc3b Bump BUILDLINK_API_DEPENDS. 2008-12-18 16:43:28 +00:00
hira
9f1848f427 Use PKG_SYSCONFDIR. Bump PKGREVISION. 2008-12-18 16:38:08 +00:00
hira
5d8563eb1f Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 14:58:07 +00:00
hira
2d57ba0aa9 Fix PR pkg/40219. Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 14:52:09 +00:00
hira
075f3904d8 Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 14:09:26 +00:00
hira
80cb8c4848 Add missing entires to PLIST. Bump PKGREVISION. 2008-12-18 14:07:45 +00:00
hira
dd6ef440e8 Fix PLIST again. 2008-12-18 13:56:38 +00:00
hira
8a17e457d0 Fix PR pkg/40218. Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 13:51:51 +00:00
hira
8df928a8d8 Fix PR pkg/40217. Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 13:50:42 +00:00
hira
3be9f0817c Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 13:49:19 +00:00
hira
2ca0e94f91 Fix PR pkg/40216. Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 13:46:51 +00:00
hira
3c5a293d4e Fix PR pkg/40215. Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 13:45:58 +00:00
ahoka
38be6d66f8 add libunique 2008-12-18 00:35:21 +00:00
ahoka
d12302c17c Import libunique-1.0.4 as x11/libunique.
Unique is a library for writing single instance application. If you launch a
single instance application twice, the second instance will either just quit or
will send a message to the running instance.

Unique makes it easy to write this kind of applications, by providing a base
class, taking care of all the IPC machinery needed to send messages to a
running instance, and also handling the startup notification side.

Unique aims to replace the BaconMessageConnection code that has been copied by
many projects and the code using Bonobo and D-Bus.
2008-12-18 00:32:14 +00:00
joerg
2dc4d1980b Fix DESTDIR. 2008-12-17 13:03:32 +00:00
hira
9bd4d8b349 Update Xfce to 4.4.3. This is bug fix release.
Changes since 4.4.2:

x11/xfce4-panel:
  * Quite a bit code changed in the dnd code. Mostly to fix a segfault
    in FreeBSD-amd64, but more problems were discovered and a lot of
    code was simplified.
  * Don't respond the uri drags, we don't use it and it only causes
    problems like hiding the panel when a file was dragged over the
    panel (Bug #3815).
  * Fix crash with xrandr 1.2 (Bug #3620)

x11/xfce4-desktop:
  * Make menu panel plugin honor CustomizeDesktopMenu kiosk setting
    (Bug #1026).
  * Fix incorrect initial desktop font size when setting custom font
    size if a custom font was never set before (Bug #3957).

wm/xfce4-wm:
  * Fix automaximize on move
  * Remove trailing \0 in UTF-8 strings, that causes libwnck to
    rightfully complain that NET_WM_NAME contains invalid UTF-8
  * Exit on SelectionClear event so that xfwm4 exits even with WM who
    do not send a ClientMessage event such as Openbox (Bug #2374)
  * Backport overlay and compositor support from trunk (Bug #3849)
  * Filter out grab/ungrab events so we don't end up redrawing the
    frame twice
  * Set monitor when positionning menu (Bug #4162)
  * Reduce flickering during resize (Bug #4283)
  * Fix NET_WM_STATE claiming maximization vertical and horizontal even
    if only horizontal of vertical is actually set (Should fix Bug #3969)
  * Loosen the rule that prevents an application from iconifying itself
    when skip_taskbar is set (Bug #4434)
  * Rework visual depth selection of the frame window (Bug #4452)
  * Add support for NET_MOVERESIZE_WINDOW
  * Take gravity bit into account in configure resize only requests to
    comply with standard (Bug #3634)
  * Add client windows to save set to avoid loosing all windows in case
    of crash
  * Use guint32 instead of Time internally to avoid potential issues in
    64bits
  * Add a "--replace" command line option to replace ICCCM2 compliant
    window managers (Bug #3731)

x11/libxfce4gui:
  * Fix format-string vulnerability in dialog code

x11/xfce4-terminal:
  * Update to latest trunk translations.

sysutils/xfce4-thunar:
  * Update to latest trunk translations.

editors/xfce4-mousepad:
  * Sort recent items by most recently used.

x11/xfce4-utils:
  * Fix missing translated chars (Bug #3543)

Updated translations:
  * Basque
  * Brazilian Portuguese
  * Catalan
  * Chinese Traditional
  * Danish
  * Estonian
  * Finnish
  * French
  * Galician
  * German
  * Indonesian
  * Japanese
  * Korean
  * Kurdish
  * Latvian
  * Norwegian
  * Polish
  * Sinhala
  * Slovak
  * Slovene
  * Spanish
  * Turkish
  * Urdu
2008-12-17 12:50:02 +00:00
wiz
eeac58217a Install libqsvg.la as well. Bump PKGREVISION. 2008-12-17 10:43:06 +00:00
jmcneill
b90c264501 Pass -arch ${MACHINE_ARCH} to configure so it doesn't rely on uname -m 2008-12-16 13:46:59 +00:00
obache
e9befa9564 Create buildlink3.mk. 2008-12-16 12:23:58 +00:00
hasso
9671a6d812 Python-2.3 isn't OK because it isn't OK for sysutils/py-dbus. 2008-12-16 06:44:43 +00:00
rillig
9bbf8ebe00 Added two patches so that this package passes gcc with the option
-Werror=int-to-pointer-cast.
2008-12-15 11:17:47 +00:00
wiz
c3761918f8 Add buildlink3.mk file. 2008-12-14 16:19:40 +00:00
wiz
f2fb3ae3ac Add py-elementtree dependency, used by
/usr/pkg/lib/python2.5/site-packages/PyQt4/uic/uiparser.py via
PyQt4.elementtree.ElementTree.

Bump PKGREVISION.
2008-12-13 12:45:26 +00:00
wiz
9f4ab4bbe9 Add missing file to PLIST. 2008-12-13 12:31:53 +00:00
epg
933585fce1 Remove qt3 stale references. 2008-12-13 05:48:56 +00:00
epg
810603e1d4 Add and enable py-qt4. 2008-12-13 05:20:44 +00:00
epg
745f7e502d Remove XXX comment about something I worked around (in patch-aa). 2008-12-13 05:20:04 +00:00
epg
d6cf415e9e Import py-qt4-4.4.4 (packaged by wiz, minor tweaks by me).
PyQt is a set of Python bindings for the Qt toolkit. PyQt brings
together the Qt C++ cross-platform toolkit and the cross-platform
interpreted language Python.  PyQt contains 300 classes and over
5,750 functions and methods.

PyQt also includes the pyuic and pylupdate utilities which correspond
to the Qt uic and lupdate utilities.  pyuic converts the GUI designs
created with Qt Designer to executable Python code.  pylupdate
scans Python code, extracts all strings that are candidates for
internationalisation, and creates an XML file for use by Qt Linguist.

The x11/py-qt3-modules and x11/py-qt3-qscintilla packages provide
more Python modules for Qt.
2008-12-13 05:19:12 +00:00
bjs
efa5ffb2f0 xterm build fails without Xmu, so we include it. 2008-12-13 03:20:41 +00:00
wiz
40246be560 Update to 2.12.7:
2008-12-08  Andrés G. Aragoneses  <aaragoneses@novell.com>

	* glib/Signal.cs: Improve protection against invalid signals.

2008-12-02  Stephane Delcroix  <sdelcroix@novell.com>

	* generator/Ctor.cs:
	* generator/Method.cs:
	* generator/MethodBase.cs: refactor the Protection from Method to
	MethodBase, generate ctors with the correct proteciton too.

2008-12-01  Mike Kestner  <mkestner@novell.com>

	* gtk/Gtk.metadata: automarshal TreeSelection.GetSelectedRows.
	* gtk/TreeSelection.custom: kill GetSelectedRows customization.
	[Fixes #450689]

2008-12-01  Mike Kestner  <mkestner@novell.com>

	* gtk/Gtk.metadata: automarshal TreeView.Columns.
	* gtk/TreeView.custom: kill Columns customization.
	[Fixes #450685]

2008-11-28  Mike Kestner  <mkestner@novell.com>

	* generator/Signal.cs: remove ref int workaround now that we fallback
	to signal-specific marshalers for G_TYPE_POINTER using signals.
	Fixes #450119.

2008-11-26  Stephane Delcroix  <sdelcroix@novell.com>

	* gtk/Image.custom:
	* gtk/Gtk.metadata: obsolete Image.FromPixbuf, FromAnimation,
	FromFile setters in favor of already existing Pixbuf, Animation and
	File.

2008-11-26  Mike Kestner  <mkestner@novell.com>

	* bootstrap-2.12: bump svn version.
	* cairo/Makefile.am: policy config is hard-coded, not generated.

2008-11-26  Mike Kestner  <mkestner@novell.com>

	* configure.in.in: prepend CFLAGS environment setting to AC_SUBST.
	Patch from Diego Petteno.  [Fixes #443175]

2008-11-25  Mike Kestner  <mkestner@novell.com>

	* glib/Value.cs: fix for 'IntPtr as object' value construction.

2008-11-24  Andrés G. Aragoneses  <aaragoneses@novell.com>

	* atk/Makefile.am:
	* atk/SelectionAdapter.custom: new method for firing selection-changed
	( http://library.gnome.org/devel/atk/stable/AtkSelection.html#AtkSelection-selection-changed )

2008-11-21  Mike Kestner  <mkestner@novell.com>

	* glib/ManagedValue.cs: rework to ref count a ManagedValue instance
	and pass a GCHandle to it around, instead of taking out multiple
	gchandles on the managed target itself.

2008-11-21  Stephane Delcroix  <sdelcroix@novell.com>

	* glib/Global.cs: implement Global.ApplicationName for localized
	application name.

2008-11-21  Stephane Delcroix  <sdelcroix@novell.com>

	* Makefile.am:
	* glib/Format.cs: new class to map the g_format methods

2008-11-15  Mike Kestner  <mkestner@novell.com>

	* gdk/Event.cs: add EventOwnerChange to GetEvent.
	* gdk/EventOwnerChange.cs: manual subclass of Gdk.Event.
	* gdk/Gdk.metadata: hide EventOwnerChange.
	* gdk/Makefile.am: add EventOwnerChange.cs.
	* gdk/gdk-symbols.xml: add EventOwnerChange.

2008-11-15  Mike Kestner  <mkestner@novell.com>

	* gtk/Gtk.metadata: mark the SpinButton::Output signal as manually
	marshaled to avoid a compat break.  The old manual marshaler expected
	and int RetVal and the new signal closure more accurately expects a
	bool.  Since returning 1 previously worked, we need to revert to the
	int expectation, even though bool is technically more correct.

2008-11-14  Brad Taylor  <brad@getcoded.net>

	* glib/Object.cs: Bind g_object_notify.
	* doc/en/GLib/Object.xml: Document new API.
2008-12-12 15:10:23 +00:00
taca
0df527c7c8 Fix build problem with adding including x11/libXp/buildlink3.mk. 2008-12-12 00:20:39 +00:00
obache
111ed26697 Update x11vnc to 0.9.6.
New in the 0.9.6 x11vnc release:

        x11vnc's SSL encryption is extended to support the VeNCrypt and
                TLS (older; vino) SSL/TLS security type extensions to VNC.

        Anonymous Diffie-Hellman key exchange (-ssl ANON) and Certificate
                Revocation List support (-sslCRL) is added to the SSL
                encryption mode.

        The Java viewer applet can now be served up through the VNC port
                (5900) in addition to the normal HTTP port (5800) via
                the -http_oneport option.  Previously this only worked
                for SSL connections and HTTPS.

        The "-rfbport PROMPT" mode presents a simple gui for the user
                to select a port for the x11vnc service and a few other
                settings.  This enables a menu entry for naive users
                that is included in x11vnc.desktop.

        If x11vnc is not built with the Avahi Zeroconf library an external
                helper program (avahi-publish or dns-sd on Mac OS X)
                is used instead.

  miscellaneous new features and changes:

        The default mode for '-ssl' is now the '-ssl SAVE' mode; i.e.
                the generated certificate is saved and reused in
                subsequent sessions rather than being discarded.
                Use '-ssl TMP' recover the old way.  This change made
                to for it to be more likely that the VNC Viewer can save
                the accepted cert for future authentications.

        The solid background color option works on the Mac OS X console.

        The -reopen option enables x11vnc to try to re connect to the X
                display if GDM (or other display manager) kills it just
                after the user logs in.

        The -dhparams option can be used to point to your own Diffie
                Hellman parameters.

        The -setdefer option allows tuning how quickly updates will
                be sent.  Default setting tuned.

        The option -zeroconf is now an alias for -avahi/-mdns.

        In pipeinput mode, the pipe filehandle is now closed when
                x11vnc exits.

        The -sshonly option turns off VeNCrypt and TLSVNC (vino) mod
                leaving only the standard SSL (i.e. vncs://)

        For testing, the option -rand in an alias for -rawfb rand -nopw

        Minor tweaks to improve CUPS Print tunneling.
2008-12-11 07:27:00 +00:00
dsainty
50e4712ee0 Add some context to patch-ae. No functional change, unless you count being
able to build the package on systems with GNU patch lurking around.
2008-12-10 11:57:18 +00:00
wiz
1e489e6979 Update to 4.7.9:
SIP v4.7.9 has been released.

This is a bug fix release needed to build PyKDE v3.16.2.

SIP v4.7.8 has been released.

* Added the /Deprecated/ class and function annotation (based on
a patch from Lorenzo Berni).
* Templates now support instance variables and enums.
* A Python int object can now be used whenever an enum is expected
without needing to explicitly cast it using the enum's constructor.
The /Constrained/ argument annotation can be used to suppress this
behaviour.
* typedef type names are now used in string representations of
types (e.g. in the names of mapped types) to reflect what the
programmer sees rather than what the compiler sees. The /NoTypeName/
typedef annotation can be used to suppress this behaviour.
2008-12-10 00:54:55 +00:00
ahoka
7aac2cec84 Enable HAL support. 2008-12-09 10:33:36 +00:00
hasso
9db0d469ff This can be built only with python versions 2.4 and 2.5 due to x11/py-gtk2. 2008-12-04 06:15:17 +00:00
cube
d49befb95d Builtinify libXtst. 2008-12-04 04:16:41 +00:00
wiz
94f0eb2036 + py-gtksourceview. 2008-12-03 09:43:47 +00:00
wiz
6f26713561 Initial import of py-gtksourceview-2.4.0:
Python bindings for the version 2 of the GtkSourceView library.
2008-12-03 09:43:22 +00:00
wiz
3eef7a374d Add some more missing files when battstat plugin is compiled.
Noted by jmcneill.
2008-12-02 22:09:13 +00:00