diff options
author | Doug Barton <dougb@FreeBSD.org> | 2007-08-07 08:37:22 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2007-08-07 08:37:22 +0000 |
commit | e15ddae43c77ab4597d4b8e42b9186230b8abf6d (patch) | |
tree | 415fec016ca35102316d60285d485c4e1ebc7abe /x11/fbpanel | |
parent | 8275f0cda33ccc29e9c92aca7a0284b508bd437b (diff) | |
download | ports-e15ddae43c77ab4597d4b8e42b9186230b8abf6d.tar.gz ports-e15ddae43c77ab4597d4b8e42b9186230b8abf6d.zip |
Notes
Diffstat (limited to 'x11/fbpanel')
-rw-r--r-- | x11/fbpanel/Makefile | 8 | ||||
-rw-r--r-- | x11/fbpanel/distinfo | 6 | ||||
-rw-r--r-- | x11/fbpanel/files/patch-Makefile.common | 9 | ||||
-rw-r--r-- | x11/fbpanel/pkg-plist | 1 |
4 files changed, 7 insertions, 17 deletions
diff --git a/x11/fbpanel/Makefile b/x11/fbpanel/Makefile index 4e82cdf31dd9..d962bbddbc96 100644 --- a/x11/fbpanel/Makefile +++ b/x11/fbpanel/Makefile @@ -6,20 +6,18 @@ # PORTNAME= fbpanel -PORTVERSION= 4.9 +PORTVERSION= 4.12 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= ports@fsck.ch -COMMENT= A desktop panel that includes a taskbar, pager, launchbar and more +COMMENT= Desktop panel that includes a taskbar, pager, launchbar and more -USE_X_PREFIX= yes USE_GNOME= gtk20 HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} -CFLAGS+= -I${WRKSRC} +CONFIGURE_ARGS+= --prefix=${PREFIX} USE_GMAKE= yes MAN1= fbpanel.1 diff --git a/x11/fbpanel/distinfo b/x11/fbpanel/distinfo index d210ca12a371..053161731a4a 100644 --- a/x11/fbpanel/distinfo +++ b/x11/fbpanel/distinfo @@ -1,3 +1,3 @@ -MD5 (fbpanel-4.9.tgz) = 67a2a442a038ba80094c8cc06784dd08 -SHA256 (fbpanel-4.9.tgz) = 6d7f445885644988820119f51fb0728fbd2b8df0c26ca8d010c267b535d129de -SIZE (fbpanel-4.9.tgz) = 169637 +MD5 (fbpanel-4.12.tgz) = 12528e7b2936a3548840fe01acaf39f5 +SHA256 (fbpanel-4.12.tgz) = 9f665777df5023e3d3c33598a0f5d81d0b79314b75a128c16c07126ef0fc607f +SIZE (fbpanel-4.12.tgz) = 179131 diff --git a/x11/fbpanel/files/patch-Makefile.common b/x11/fbpanel/files/patch-Makefile.common index 3c555ce62b2f..376d531713e5 100644 --- a/x11/fbpanel/files/patch-Makefile.common +++ b/x11/fbpanel/files/patch-Makefile.common @@ -21,12 +21,3 @@ ifeq (1,$(DEVEL)) override CFLAGS += -g endif -@@ -113,7 +111,7 @@ - - %.dep : %.c - $(call summary,DEP ,$@) -- $(Q)$(CC) $(CPPFLAGS) $(INCS) -MM $< | sed 's/\($*\).o[ :]*/\1.o $@ :/' > $@ -+ $(Q)$(CC) $(CPPFLAGS) $(INCS) -MM $< | sed 's/\($*\)\.o[ :]*/\1.o $@ :/' > $@ - - - ######################################### diff --git a/x11/fbpanel/pkg-plist b/x11/fbpanel/pkg-plist index 67a903f600cc..d6095860c453 100644 --- a/x11/fbpanel/pkg-plist +++ b/x11/fbpanel/pkg-plist @@ -2,6 +2,7 @@ bin/fbpanel %%DATADIR%%/default %%DATADIR%%/images/bottom-left.xpm %%DATADIR%%/images/bottom-right.xpm +%%DATADIR%%/images/dclock_glyphs.png %%DATADIR%%/images/default.xpm %%DATADIR%%/images/gnome-applications.png %%DATADIR%%/images/gnome-devel.svg |