jasper
aa77ea4a0d
- fix listbox handling with new xproto
...
from giovanni, thanks!
2008-11-12 09:58:15 +00:00
jasper
4e7900e857
- hookup matchbox-nest and matchbox-panel-manager
2008-11-11 22:49:07 +00:00
jasper
dd653841f6
iimport matchbox-panel-manager 0.1
...
Utility to manage and alter the Matchbox panel configuration settings.
test building and "just commit it" kili@, thanks!
2008-11-11 22:47:44 +00:00
jasper
8793dbd4f6
import matchbox-nest 0.3
...
Matchbox-nest is a graphical wrapper around xnest. You can make Xnest
look like a particular device's display and set up buttons on that
device.
if someone wants to provide a frontend in the style of a Zaurus,
please drop me a mail.
test building and "just commit it" kili@, thanks!
2008-11-11 22:45:23 +00:00
jasper
442b2eff04
- fix location of the .desktop file
2008-11-11 22:43:03 +00:00
jasper
c0d121ebc7
- update matchbox-window-manager to 1.2
...
- better COMMENT
test building and "just commit it" kili@, thanks!
2008-11-11 22:42:17 +00:00
jasper
bd20b4ed5d
- update matchbox-desktop to 2.0 (complete rewrite)
...
test building and "just commit it" kili@, thanks!
2008-11-11 22:41:06 +00:00
jasper
7f4c057c86
- update liibmatchbox to 1.9
...
test building and "just commit it" kili@, thanks!
2008-11-11 22:38:35 +00:00
jasper
2a506ef207
import gnome-settings-daemon 2.24.0 (not linked to the builds yet)
...
GNOME settings deamon to control settings and preferences throughout the
desktop.
this used to be part of gnome-control-center, but it was split of.
it depends on some stuff not committed yet (e.g. gnome-desktop update),
but having it in tree allows the gtk-frogs to test it more easily.
2008-11-11 22:22:41 +00:00
naddy
85c2d10939
explicitly disable stackwalker; fixes build when libexecinfo happens
...
to be installed
2008-11-11 17:19:34 +00:00
jasper
a96e3b1aed
- build the espeak driver
2008-11-11 16:27:48 +00:00
jasper
bae4db545a
- use a little saner way to disable java, shrinks the patch by about 430 lines
...
- specify license version
- regen PLIST
2008-11-11 16:00:08 +00:00
jasper
f5f17c4550
- untwist build/run depends
...
from mikolaj kucharski, thanks!
2008-11-11 11:42:43 +00:00
jasper
4193310b3c
- fetch .tar.bz2 distfiles
...
- make MASTER_SITES overrideable
- use DIST_SUBDIR
- regen distinfo accordingly
2008-11-09 21:56:35 +00:00
jasper
7a903ad7fb
- specify license versions
2008-11-09 21:12:34 +00:00
ajacoutot
604917d4c4
- bring in a patch from Debian to fix a SIGABRT on startup
...
issue noticed by todd@
2008-11-08 17:13:08 +00:00
ajacoutot
2f18fe683a
- cleanup this port (license, HOMEPAGE, fix some warnings)
...
- fix an issue with datadir PATH; noticed by todd@
Note that there is still something preventing this program to work
correctly, it is being investigated (it used to work just fine).
2008-11-08 13:15:43 +00:00
sturm
e2c3c3fd8d
PKGNAME should have been bumped instead of being removed
2008-11-08 07:44:42 +00:00
jasper
374a04e956
- remove another gtk1 port that has no use anymore
...
prompted by Nick Nauwelaerts (MAINTAINER)
ok landry@
2008-11-07 19:03:41 +00:00
jasper
2a0123e9bc
- remove gtkmm, it's old and unused. no point in keeping this alive
...
ok ajacoutot@ landry@
agreed by wilfried@ (MAINTAINER)
2008-11-07 10:12:07 +00:00
jasper
54e72a891d
- remove more unused and old gtk1/gnome1 stuff.
...
* no comments/yells on a mail on ports@, so nobody cares about this anyway.
discussed with and ok ajacoutot@ landry@
2008-11-07 10:07:28 +00:00
landry
ddddffa0fe
Maintenance update to Xfce 4.4.3, bugfix and translation release.
...
See http://www.xfce.org/documentation/changelogs/4.4.3 .
Fixes some bugs which surfaced on amd64 since Glib update, some patches
are now integrated upstream.
While here, update PLISTs and use pkg_subst -c in xfce4-session/Makefile.
diff reads ok to ajacoutot@, go ahead jasper@
2008-11-06 15:34:46 +00:00
sthen
9b15fff845
unbreak build & bump package; bad dependencies following subversion update.
...
problem noticed by/joint work with/final diff from viq
2008-11-06 12:37:53 +00:00
jasper
f900961ee0
- update terminus-font to 4.28
...
- fix HOMEPAGE and MASTER_SITES
maintainer timed-out
2008-11-05 18:28:37 +00:00
pea
dd3c1972ee
Upgrade to 1.3.1
...
Initial diff by me with tweaks by landry@ and ajacoutot@
OK landry@ ajacoutot@
2008-11-05 13:36:41 +00:00
landry
36101d6066
Fix right-click-menu on the desktop with Glib 2.18, removes some
...
G_INLINE_FUNC.
Patch taken from http://bugzilla.xfce.org/show_bug.cgi?id=4193
Bump PKGNAME.
Reported by and ok dhill@
2008-11-04 16:53:05 +00:00
ajacoutot
69a97f507b
- return result in a more sensible way
...
- add first goo to be able to unlock screen as root without needing
setuid (wip: does not work yet)
2008-11-04 15:28:41 +00:00
sthen
fc9b92255c
fix with new xproto, from http://bugs.gentoo.org/show_bug.cgi?id=225999
...
via Giovanni Bechis. regen patches and make use of SUBST_CMD while there.
bump package.
2008-11-04 10:08:03 +00:00
ajacoutot
99577ec26d
- remove calls to (un)block_sigchld as they induce some issues; I will
...
rework this better in the incoming days
2008-11-03 23:18:41 +00:00
sthen
5f1384ff17
fix build, missed some "cvs rm" on the machine I committed from.
...
thanks naddy for pointing it out. no bump necessary.
2008-11-03 16:31:13 +00:00
jasper
bd201776bb
- another unused and old gtk+1 port that bit the big one
...
ok ajacoutot@ landry@
2008-11-03 14:18:12 +00:00
ajacoutot
68143e29e9
- missing patch from last commit (s/lpthread/pthread)
2008-11-03 11:03:03 +00:00
ajacoutot
e23b17cca1
- minor update to fltk2 revision 6483
...
from James Turner (MAINTAINER)
2008-11-03 11:02:25 +00:00
ratchov
fabfe9bde3
add missing license in the sndio backend (from license.template)
...
suggested and ok brad@
2008-11-02 14:45:40 +00:00
jakemsr
c20c1f3963
* tweak previous: always keep frame alignment
...
* if the sample rate returned in sio_getpar is within 3% of the rate
requested in sio_setpar, tell mplayer we're using the requested
rate so it doesn't try to resample. however, use the returned
sample rate to calculate bitrate, so A/V sync continues to work.
* use a variable to represent bytes per frame
* remove unused variables
ok ratchov@
2008-11-01 12:03:41 +00:00
jasper
84c6a0b1ea
- update homepage
...
- update wantlib
- regen plist
2008-10-31 10:53:40 +00:00
jakemsr
468c026a90
work around what appears to be a bug in mplayer.
...
ok ratchov@
2008-10-31 07:12:45 +00:00
brad
4e747330eb
Clean up dependencies a bit. rox-filer does not directly depend on Cairo.
...
ok sthen@
2008-10-31 04:27:18 +00:00
brad
0752d4b0d2
Clean up dependencies a bit. awesome does not directly depend on Cairo.
...
ok sthen@
2008-10-31 04:22:01 +00:00
landry
6edbafdc14
Fix file(1) calls, we don't have those fancy options. RUN_DEPENDS on
...
xdg-utils as a first option, file is only used as a fallback.
Based on a diff from giovanni (MAINTAINER)
2008-10-31 00:03:12 +00:00
landry
397fc7255c
link emelfm2
2008-10-30 19:33:45 +00:00
landry
da1012c7f0
Import of emelfm2 0.5, a Gtk2-based two-pane file manager.
...
Submitted by Giovanni Bechis (MAINTAINER), with some tweaks by me.
ok ajacoutot@
2008-10-30 19:32:32 +00:00
ratchov
65bd1c865f
add libsndio backend to mplayer
...
ok sthen@
2008-10-30 18:33:42 +00:00
jasper
1921822353
- s/gnome/GNOME/
...
- regen PLIST while here
2008-10-30 12:26:37 +00:00
jasper
6f5333aa01
- add a conflict marker with libgweather.
...
the gweather lib was put into it's own package for 2.24
2008-10-29 12:01:19 +00:00
jasper
a3d1bb4a36
import libgweather 2.24.1
...
libgweather is a library to access weather information from online
services for numerous locations.
(not hooked to the builds yet)
2008-10-29 11:59:55 +00:00
jasper
9d40a8be1c
- it's GNOME, not Gnome2 or gnome or any other variation
...
discussed with and agreed by ajacoutot@ some time ago
2008-10-28 14:29:14 +00:00
ajacoutot
0f12677dff
- fix gnome-session startup with latest dbus
...
spotted by robert@
fix suggested by jasper@
2008-10-28 13:44:32 +00:00
jasper
589ecda1d1
- it's GNOME, not Gnome2 or gnome or any other variation
...
discussed with and agreed by ajacoutot@ some time ago
2008-10-28 13:09:53 +00:00
ajacoutot
21f540029a
- MODPY_BIN is already in default SUBST_VARS with the lang/python MODULE
2008-10-28 09:28:24 +00:00