forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert x11-toolkits/libxfce4gui and all dependent ports to USES=libt…
…ool. And USES=tar:bzip2 here and there. deskutils/xfce4-notification-daemon: - Don't patch Makefile.am. - Link with -lgmodule-2.0 explicitly now that libgtk-x11-2.0.la does not imply it. x11/xfce4-wmdock-plugin: - Make it fetchable.
- Loading branch information
1 parent
b73bb11
commit 1f99368
Showing
16 changed files
with
27 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
PORTNAME= xfce4-minicmd-plugin | ||
PORTVERSION= 0.4 | ||
PORTREVISION= 16 | ||
PORTREVISION= 17 | ||
CATEGORIES= sysutils xfce | ||
MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/ | ||
DIST_SUBDIR= xfce4 | ||
|
@@ -12,11 +12,8 @@ MAINTAINER= [email protected] | |
COMMENT= Displays a mini-command line on the xfce4-panel | ||
|
||
GNU_CONFIGURE= yes | ||
USE_BZIP2= yes | ||
USES= gettext pkgconfig | ||
USE_GMAKE= yes | ||
USES= gettext gmake libtool pkgconfig tar:bzip2 | ||
USE_GNOME= gtk20 intltool intlhack | ||
USE_XFCE= libgui configenv panel | ||
|
||
NO_STAGE= yes | ||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
PORTNAME= libxfce4gui | ||
PORTVERSION= 4.10.0 | ||
PORTREVISION= 2 | ||
PORTREVISION= 3 | ||
CATEGORIES= x11-toolkits xfce | ||
MASTER_SITES= ${MASTER_SITE_XFCE} | ||
MASTER_SITE_SUBDIR= src/archive/libxfcegui4/${PORTVERSION:R} | ||
|
@@ -13,15 +13,13 @@ DIST_SUBDIR= xfce4 | |
MAINTAINER= [email protected] | ||
COMMENT= Various Gtk widgets for the Xfce Desktop | ||
|
||
USE_AUTOTOOLS= libtool | ||
GNU_CONFIGURE= yes | ||
INSTALLS_ICONS= yes | ||
USE_BZIP2= yes | ||
USES= gmake libtool pathfix pkgconfig tar:bzip2 | ||
USE_GNOME= gtk20 intltool intlhack libglade2 | ||
USE_LDCONFIG= yes | ||
USE_XFCE= configenv libutil | ||
USE_XORG= sm x11 | ||
USES= pathfix pkgconfig gmake | ||
|
||
CONFIGURE_ARGS+=--disable-gladeui | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,16 @@ | |
|
||
PORTNAME= xfce4-wmdock-plugin | ||
PORTVERSION= 0.6.0 | ||
PORTREVISION= 1 | ||
CATEGORIES= x11 xfce | ||
MASTER_SITES= http://www.ibh.de/~ellguth/develop/ | ||
MASTER_SITES= XFCE/src/panel-plugins/xfce4-wmdock-plugin/0.6 | ||
DIST_SUBDIR= xfce4 | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= WMdock plugin for Xfce | ||
|
||
USE_BZIP2= yes | ||
GNU_CONFIGURE= yes | ||
USES= gettext pkgconfig gmake | ||
USES= gettext gmake libtool pkgconfig tar:bzip2 | ||
INSTALLS_ICONS= yes | ||
USE_GNOME= gtk20 intltool intlhack libwnck | ||
USE_XFCE= configenv libgui libutil panel | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters