diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-29 19:53:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-29 19:53:48 +0000 |
commit | 7d11a5f06cccc7556c16b28cc19f17e6f744b5dc (patch) | |
tree | 38cd7cd768b64276f1e1419e1786496b393339b5 /x11-wm | |
parent | 1324d86f0e938be985b7471313d70097bc27291f (diff) | |
download | ports-7d11a5f06cccc7556c16b28cc19f17e6f744b5dc.tar.gz ports-7d11a5f06cccc7556c16b28cc19f17e6f744b5dc.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4-menueditor/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/xfce4-menueditor/pkg-plist | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-session/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/xfce4-session/pkg-plist | 14 |
4 files changed, 24 insertions, 3 deletions
diff --git a/x11-wm/xfce4-menueditor/Makefile b/x11-wm/xfce4-menueditor/Makefile index edb852b286a9..f72d18034783 100644 --- a/x11-wm/xfce4-menueditor/Makefile +++ b/x11-wm/xfce4-menueditor/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-menueditor PORTVERSION= 1.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm xfce MASTER_SITES= http://users.skynet.be/p0llux/files/ \ http://matt.nerim.net/xfce-goodies/ @@ -19,12 +19,14 @@ COMMENT= Menu Editor for the XFce desktop environment LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui -PLIST_FILES= bin/xfce4-menueditor USE_GNOME= gtk20 libxml2 USE_BZIP2= yes USE_X_PREFIX= yes USE_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ + CPPFLAGS=-I${LOCALBASE}/include \ + LIBS=-L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-cvs diff --git a/x11-wm/xfce4-menueditor/pkg-plist b/x11-wm/xfce4-menueditor/pkg-plist new file mode 100644 index 000000000000..8cf9492c0a91 --- /dev/null +++ b/x11-wm/xfce4-menueditor/pkg-plist @@ -0,0 +1,2 @@ +bin/xfce4-menueditor +share/locale/fr/LC_MESSAGES/xfce4-menueditor.mo diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index 2e4a1a641d27..ad1a7a23206c 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-session PORTVERSION= 0.1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm xfce MASTER_SITES= http://echobase.homeunix.net/~bmeurer/tmp/xfce4-session/ \ http://matt.nerim.net/xfce-goodies/ @@ -25,6 +25,9 @@ USE_X_PREFIX= yes USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ + CPPFLAGS=-I${LOCALBASE}/include \ + LIBS=-L${LOCALBASE}/lib MAN1= xfce4-session.1 xfce4-shutdown.1 diff --git a/x11-wm/xfce4-session/pkg-plist b/x11-wm/xfce4-session/pkg-plist index d877cac68e5a..6c8dca48d934 100644 --- a/x11-wm/xfce4-session/pkg-plist +++ b/x11-wm/xfce4-session/pkg-plist @@ -12,6 +12,20 @@ lib/xfce4/mcs-plugins/session_settings.a %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%@dirrm %%DOCSDIR%% +share/locale/az/LC_MESSAGES/xfce4-session.mo +share/locale/ca/LC_MESSAGES/xfce4-session.mo +share/locale/de/LC_MESSAGES/xfce4-session.mo +share/locale/es/LC_MESSAGES/xfce4-session.mo +share/locale/es_MX/LC_MESSAGES/xfce4-session.mo +share/locale/hi/LC_MESSAGES/xfce4-session.mo +share/locale/it/LC_MESSAGES/xfce4-session.mo +share/locale/ko/LC_MESSAGES/xfce4-session.mo +share/locale/nl/LC_MESSAGES/xfce4-session.mo +share/locale/sv/LC_MESSAGES/xfce4-session.mo +share/locale/ta/LC_MESSAGES/xfce4-session.mo +share/locale/tr/LC_MESSAGES/xfce4-session.mo +share/locale/zh_CN/LC_MESSAGES/xfce4-session.mo +share/locale/zh_TW/LC_MESSAGES/xfce4-session.mo share/xfce4/splash/Default/splash.theme share/xfce4/splash/Default/logo.png share/xfce4/splash/Default/preview.png |