Commit Graph

445 Commits

Author SHA1 Message Date
landry
506d63e02c Convert to new LIB_DEPENDS/WANTLIB semantics, fix WANTLIB while here.
Bump all REVISION as i changed my e-mail address.
2010-07-27 12:58:42 +00:00
landry
c5587c0d13 Switch to REVISION. 2010-07-14 11:48:13 +00:00
landry
8999ad67b2 Hopefully fix last remnant of --as-needed in LDFLAGS which royally fucks
us when linking with -pthread.
2010-07-03 08:30:44 +00:00
landry
fc694ad117 +xfce4-taskmanager 2010-06-14 19:55:12 +00:00
landry
6b44c8d27a Import xfce4-taskmanager 1.0.0, a simple and nice graphical task
manager/system monitor.
2010-06-14 19:54:29 +00:00
landry
30f459871a Use new -o/-g options for ${SUBST_CMD} instead of the chown dance. 2010-06-07 07:24:47 +00:00
landry
80e5899406 Update to xfwm4 4.6.2.
Thanks to robert at openbsd dot pap dot st and pea@ for testing the
whole xfce 4.6.2 update.
2010-06-05 15:30:29 +00:00
landry
6ae759f3ee Fix WANTLIB, bump PKGNAME 2010-06-05 15:28:47 +00:00
landry
a708e5a7c2 Update to xfdesktop 4.6.2 2010-06-05 15:28:19 +00:00
landry
c9f62fe8cf Update to xfconf 4.6.2 2010-06-05 15:27:44 +00:00
landry
9347f82f1a Update to xfce4-settings 4.6.5 2010-06-05 15:27:16 +00:00
landry
ae678e2b53 Update to xfce4-session 4.6.2 2010-06-05 15:26:33 +00:00
landry
b38f810865 Update to xfce4-panel 4.6.4 2010-06-05 15:26:03 +00:00
landry
d473f248d8 Fix WANTLIB/PLIST, bump PKGNAME 2010-06-05 15:25:40 +00:00
landry
eb864bfb40 Update to xfce4-appfinder 4.6.2 2010-06-05 15:25:05 +00:00
landry
da797d5856 Update to xfce-utils 4.6.2 2010-06-05 15:24:37 +00:00
landry
66bb428f3f Update to thunar 1.0.2 2010-06-05 15:24:07 +00:00
landry
814bc86a73 Update to Terminal 0.4.5 2010-06-05 15:23:28 +00:00
landry
7460e57ece fix WANTLIB, bump PKGNAME 2010-06-05 15:22:59 +00:00
landry
1873d64d5c Update to libxfcegui4 4.6.4 2010-06-05 15:22:13 +00:00
landry
f77a130a38 Update to libxfce4util 4.6.2 2010-06-05 15:21:25 +00:00
landry
31973f7e86 Update to libxfce4menu 4.6.2 2010-06-05 15:20:58 +00:00
landry
f2994478e5 Update to exo 0.3.107 2010-06-05 15:20:25 +00:00
landry
4e5fe894fa Moving to Xfce 4.6.2.... 2010-06-05 15:19:41 +00:00
landry
cf3fa0ceb0 Remove --as-needed from LDFLAGS, fixes lazy binding problems reported by
stephan@. ok stephan@
2010-05-28 08:57:37 +00:00
landry
1848683b75 Update to xfce4-mpc 0.3.5 2010-05-17 20:05:36 +00:00
landry
6f55b90802 Unbreak after glib2 update, remove --as-needed from LDFLAGS. While here,
fix WANTLIB.
2010-05-01 08:39:13 +00:00
landry
64fed7a073 Don't add --as-needed to LDFLAGS, apparently fixes a fallout of the
gtk+2 update. (apps complaining about missing pthread syms at startup
and crashing)
2010-04-27 19:53:28 +00:00
landry
d8f7ab2b33 Really depend on libxklavier-5.0, should fix problems with users having
-4.0 and running make update here.
2010-04-27 16:20:16 +00:00
landry
5e3e0d5879 Unbreak after libxklavier update, backport from upstream git
Reported by Andres Kahari, thanks!
2010-04-22 16:15:27 +00:00
sthen
2c9264ed82 sync WANTLIB, bump PKGNAME. ok landry@ 2010-04-04 10:48:59 +00:00
sthen
a0b7829ace sync WANTLIB, bump PKGNAMEs 2010-04-02 20:53:51 +00:00
ajacoutot
12bea17ac0 Make use of the new APM_ARCHS.
"looks good" jasper@
2010-03-21 11:35:26 +00:00
matthieu
332bcd6510 loongson has apm(4) now. ok jasper@. 2010-02-28 19:31:54 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
landry
32e9ccbbe3 +parole 2010-01-09 15:21:59 +00:00
landry
cd00485e4e Import parole 0.2.0:
Parole is a modern media player for Xfce4 desktop, based on the
GStreamer framework.
Features audio playback, video playback with optional subtitle and
playback of live stream.
2010-01-09 15:21:25 +00:00
landry
01b58e51f1 Update to xfce4-dev-tools 4.7.2. Needed to build upcoming git snapshots
of xfce 4.8.
2010-01-09 11:43:56 +00:00
stsp
c17d62956f Orage was picking up ical.h via -I/usr/local/include but linking to
an older version of libical which is shipping in the orage tarball.
The header and the library are not compatible, some enum constants
don't match up. So orage could not read ical files correctly which
prevented e.g. appointments from showing up in the calendar.
Force inclusion of the ical headers which ship with orage to fix this.

"sure" landry@
2010-01-06 16:45:13 +00:00
landry
474e865ea6 Update to xfce4-settings 4.6.4, bugfix and translation release. 2010-01-02 15:23:46 +00:00
landry
5874014205 Update to xfce4-panel 4.6.3, bugfix & translation release. 2010-01-02 15:15:30 +00:00
landry
3696a7757f Update to xfce4-dict 0.6.0, translation and bugfix release. Fix WANTLIB
while here.
2009-12-31 12:01:26 +00:00
landry
5ede4cb3eb Replace @unexec by @unexec-delete for update-desktop-database,
gtk-update-icon-cache and update-mime-database goos, & Bump PKGNAMEs.
Prodded by espie@, discussed with aja@ & sthen@
2009-12-21 16:07:44 +00:00
landry
24ad1b8533 Update to xfce4-notes 1.7.2. Fix desktop file goos, correctly install
xdg autostart file.
2009-12-19 13:28:26 +00:00
landry
007dd905ce FAM went to the Attic, so no need for this patch anymore - this way, we can
drop the build dependency on autoconf.
ok ajacoutot@
2009-12-08 19:00:21 +00:00
landry
dbd01f75c5 Whoops, i fucked up PKGNAME last time it bumped, so change it back to
the correct one. Thanks to quirks package, update path from the bad
thunar-vcs-plugin-* to the correct thunar-vcs-* works!
2009-12-05 12:39:28 +00:00
ajacoutot
76bc659694 Use gamin instead of fam.
ok landry@ jasper@
2009-12-04 08:09:57 +00:00
ajacoutot
487de33a33 Regen WANTLIB after CUPS gnutls -> openssl move. 2009-11-22 16:40:03 +00:00
landry
ffe06e820d Set XDG_MENU_PREFIX in startxfce4 to 'xfce-', for a better compliance with
fd.o menu spec. Prompted by & after discussion with aja@.
Also reported upstream as http://bugzilla.xfce.org/show_bug.cgi?id=5980
2009-11-14 16:43:27 +00:00
landry
5295a3b5e5 Better DESCR, from mabe at mail dot noda dot se 2009-11-09 17:20:51 +00:00