Commit Graph

47 Commits

Author SHA1 Message Date
landry
cf5489e822 Update to xfce4-weather 0.8.2. 2013-01-02 18:58:25 +00:00
landry
d6eb448071 Winter cleanup of the Xfce ports:
- use LIBTOOL_FLAGS=--tag=disable-static to avoid building useless
  static libs.
- add a MODXFCE_PURGE_LA variable holding the list of dirs to purge from
  libtool archive useless files.
- add a MODXFCE4_post-install hook in xfce4.port.mk to purge the la files.
  This requires  bsd.port.mk r1.1201.
- remove --disable-linker-opts now that --as-needed seems to work fine
- fix WANTLIB (mostly adding harfbuzz icudata icule icuuc in lots of
  places)
- update PLISTs: remove @comment'ed static/la files, redundant dirs

ok sthen@ ajacoutot@
2013-01-02 17:12:21 +00:00
landry
2bbbda9f06 Unbreak by updating to xfce4-weather 0.8.1.
It now takes the weather data from yr.no.
2012-08-07 12:57:59 +00:00
ajacoutot
8f4dc25866 Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:30:18 +00:00
landry
c651fa3cff Mark as BROKEN since weather.com api licence changed and is not usable
anymore.
2012-04-30 13:24:59 +00:00
ajacoutot
ea57c32ff9 tyop... 2011-12-03 22:39:11 +00:00
ajacoutot
0e1aaece3a Use MODFXCE_ICON_CACHE. 2011-12-03 22:32:21 +00:00
jasper
b6775f2cfa Regen WANTLIB to unbreak. 2011-10-14 12:22:00 +00:00
espie
346b5bc6dc normalize pkgpath 2011-09-16 12:29:12 +00:00
landry
6c9bcf1c4a Unbreak by updating to xfce4-weather 0.7.4, now working with panel 4.8. 2011-03-03 21:11:29 +00:00
landry
5c76d7bc80 Add libxfcegui4 to LIB_DEPENDS, fix WANTLIB, bump REVISION... and mark
it as BROKEN as no new release is compatible with xfce4-panel 4.8.
cf. http://bugzilla.xfce.org/show_bug.cgi?id=6965
2011-01-18 21:13:20 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
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
sthen
2c9264ed82 sync WANTLIB, bump PKGNAME. ok landry@ 2010-04-04 10:48:59 +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
7288f6c0ec Update to xfce4-weather 0.7.3. 2009-09-04 18:49:25 +00:00
ajacoutot
509d218fc4 WANTLIB changes after xcb addition and bump. 2009-08-11 08:38:41 +00:00
landry
5343ef8848 Another week, another xfce4-weather maintenance release, 0.7,1 this time.
See http://foo-projects.org/pipermail/goodies-dev/2009-July/002435.html
2009-07-21 20:04:32 +00:00
landry
11cb1f6d1d Update to xfce4-weather 0.7.0. 2009-07-15 13:45:41 +00:00
landry
62f1099c0a Fix WANTLIB, tweak COMMENT, bump. 2009-06-23 20:18:17 +00:00
landry
3dd3346494 Update to xfce4-weather 0.6.4, fix WANTLIB & licence marker while here. 2009-06-17 19:09:21 +00:00
sturm
54ad0d39aa PKGNAME and patch level got lost when converting to xfce4 module, so that
the following bump was wrong as well
bump to p3, which hasn't been used before
2008-07-16 19:41:50 +00:00
landry
10e975f1b1 And finally readd myself as MAINTAINER in Makefile.inc and remove CATEGORIES
CONFIGURE_ENV/MODULES/USE_LIBTOOL already defined in xfce4.port.mk, now that
all ports in this directory use x11/xfce4 module.
Bump all PKGNAMEs.

ok ajacoutot@ on a previous diff
2008-07-10 11:38:02 +00:00
landry
deb54169e0 Second and final pass at converting Xfce panel plugins to xfce4.port.mk.
Bump PKGNAMEs, regen PLISTs with @bin, fix licence markers, tidy up
LIB_DEPENDS/WANTLIB around, and while here remove an unneeded patch in
xfce4-xkb. The only remaining plugin to fix/update is xfce4-wavelan.

ok ajacoutot@.
2008-07-08 12:54:43 +00:00
fgsch
6ce8b26d51 sync with cairo update and fam support in thunar. bump packages. 2008-05-24 01:24:31 +00:00
landry
dd2c2354e8 Fix gtk-update-icon-cache call, prodded by ajacoutot@
Bump PKGNAMEs, and while here reorded @exec/@unexec calls for consistency.

ok ajacoutot@
2008-04-17 09:00:24 +00:00
landry
417e5c4572 Whoops, i was pretty sure this patch has already been cvs remove'd..
ok ajacoutot@ steven@
2007-12-18 21:31:36 +00:00
landry
7a4415f8c4 - update to 0.6.2
- no need to RUN_DEPENDS on xfce4-panel as it's in LIB_DEPENDS and xfce4
doesn't build on static archs.
- tidy up WANTLIB
- patch-panel-plugin_weather-http_c has been merged upstream

with feedback and ok steven@
2007-11-19 13:26:06 +00:00
merdely
d0e220d33a Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN 2007-09-15 20:04:18 +00:00
steven
cccbe3b2d1 add gtk-update-icon-cache calls where appropriate.
reminded by and ok Landry Breuil
2007-05-28 19:53:06 +00:00
steven
4f056f0d0d require gettext and intltool by default, since almost all these ports use it.
discussed with maintainer Landry Breuil.
2007-05-16 14:22:40 +00:00
steven
9f8edad48b update to 0.6.0
patch similar to the one from maintainer

help and ok kurt@
2007-05-14 17:54:35 +00:00
espie
be99f23aa5 more base64 checksums 2007-04-05 17:36:18 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
espie
f63e804b78 zap .0.0 2006-09-18 12:19:39 +00:00
espie
f3185bcc20 new lib specs 2006-09-18 10:52:09 +00:00
alek
4c32720997 Use MASTER_SITE_BERLIOS 2006-08-01 19:49:09 +00:00
bernd
c3e1e3a89e Fix WANTLIB after gtk+2 upgrade. 2006-06-13 13:19:08 +00:00
jolan
a347a9c02f fix crash that occurs with glib2.10 2006-05-29 07:58:51 +00:00
steven
173dc26005 fix WANTLIB after gtk+2 downgrade 2006-01-20 23:17:55 +00:00
wilfried
537d8b488f fix wantlib + bump 2005-11-16 12:43:10 +00:00
jolan
61c993e5eb "update" 2005-11-10 22:57:37 +00:00
espie
bf3e9edf34 oops, noticed by Bernd Ahlers.
okay pvalchev@
2005-08-17 16:02:05 +00:00
espie
f90faf868a conflicts from the past: history since 3.7.
As noted on ports@ recently, pkg_add -r relies on conflicts, and the
sheer existence of updates means we MUST take the past into account in
conflicts now.

Note the renaming of hugs98 to valid package names where versions are
concerned.

This commit shows clearly the renaming of the xfce4 plugin packages, the
ditching of eclipse flavors, the splitting of nessus into subpackages,
the splitting of various other software documentations, some packaging bugs
in kdeedu, and a lot of files moving around...

okay pvalchev@
2005-08-16 09:49:51 +00:00
jolan
0f5e57869f xfce 4.2.1 2005-05-12 04:38:34 +00:00