Third and last pass to convert Xfce core apps to use xfce4.port.mk.

Bump PKGNAMEs, regen PLISTs with @bin marker, fix licence markers.

ok ajacoutot@
This commit is contained in:
landry 2008-07-08 09:45:36 +00:00
parent 47fc5ee10e
commit 36c452b7d4
11 changed files with 61 additions and 97 deletions

View File

@ -1,32 +1,25 @@
# $OpenBSD: Makefile,v 1.9 2008/05/24 01:24:31 fgsch Exp $ # $OpenBSD: Makefile,v 1.10 2008/07/08 09:45:36 landry Exp $
COMMENT= volume mixer module for xfce4-panel COMMENT= volume mixer module for xfce4-panel
V= 4.4.2 XFCE_PROJECT= xfce4-mixer
DISTNAME= xfce4-mixer-${V} PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p1
SHARED_LIBS= xfce4mixer 1.0 SHARED_LIBS= xfce4mixer 1.0
HOMEPAGE= http://www.xfce.org/projects/xfce4-mixer
MAINTAINER= Landry Breuil <gaston@gcu.info>
# GPLv2 # GPLv2
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/ MODULES= x11/xfce4
EXTRACT_SUFX= .tar.bz2 DESKTOP_FILES= Yes
USE_GMAKE= Yes
LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \ LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \
xfce4mcs-client.>=3::x11/xfce4/libxfce4mcs \ xfce4mcs-client.>=3::x11/xfce4/libxfce4mcs \
xml2.>=9::textproc/libxml \ xml2.>=9::textproc/libxml \
xfce4panel.>=2::x11/xfce4/xfce4-panel xfce4panel.>=2::x11/xfce4/xfce4-panel
RUN_DEPENDS= ::devel/desktop-file-utils \ RUN_DEPENDS= ::x11/xfce4/xfce-mcs-manager
::x11/xfce4/xfce-mcs-manager
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \ WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \ Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \

View File

@ -1,6 +1,6 @@
@comment $OpenBSD: PLIST,v 1.5 2008/04/17 09:00:25 landry Exp $ @comment $OpenBSD: PLIST,v 1.6 2008/07/08 09:45:36 landry Exp $
%%SHARED%% %%SHARED%%
bin/xfce4-mixer @bin bin/xfce4-mixer
lib/libxfce4mixer.a lib/libxfce4mixer.a
lib/libxfce4mixer.la lib/libxfce4mixer.la
lib/xfce4/ lib/xfce4/
@ -9,7 +9,7 @@ lib/xfce4/mcs-plugins/sound_settings.a
lib/xfce4/mcs-plugins/sound_settings.la lib/xfce4/mcs-plugins/sound_settings.la
libexec/xfce4/ libexec/xfce4/
libexec/xfce4/panel-plugins/ libexec/xfce4/panel-plugins/
libexec/xfce4/panel-plugins/xfce4-mixer-plugin @bin libexec/xfce4/panel-plugins/xfce4-mixer-plugin
share/applications/xfce-mixer-settings.desktop share/applications/xfce-mixer-settings.desktop
share/icons/hicolor/48x48/apps/xfce4-mixer.png share/icons/hicolor/48x48/apps/xfce4-mixer.png
share/locale/am/LC_MESSAGES/xfce4-mixer.mo share/locale/am/LC_MESSAGES/xfce4-mixer.mo

View File

@ -1,32 +1,26 @@
# $OpenBSD: Makefile,v 1.18 2008/05/24 01:24:31 fgsch Exp $ # $OpenBSD: Makefile,v 1.19 2008/07/08 09:45:36 landry Exp $
COMMENT= panel for Xfce4 desktop COMMENT= panel for Xfce4 desktop
V= 4.4.2
DISTNAME= xfce4-panel-${V} XFCE_PROJECT= xfce4-panel
PKGNAME= ${DISTNAME}p1 PKGNAME= ${DISTNAME}p2
SHARED_LIBS= xfce4panel 2.3 #2.2 SHARED_LIBS= xfce4panel 2.3 #2.2
HOMEPAGE= http://www.xfce.org/ # GPLv2
MAINTAINER= Landry Breuil <gaston@gcu.info>
# GPL
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/ MODULES= x11/xfce4
EXTRACT_SUFX= .tar.bz2 DESKTOP_FILES= Yes
USE_GMAKE= Yes
BUILD_DEPENDS= ::x11/xfce4/xfce-mcs-manager BUILD_DEPENDS= ::x11/xfce4/xfce-mcs-manager
LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \ LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \
xfce4mcs-client.>=3,xfce4mcs-manager.>=3::x11/xfce4/libxfce4mcs xfce4mcs-client.>=3,xfce4mcs-manager.>=3::x11/xfce4/libxfce4mcs
RUN_DEPENDS= ::x11/xfce4/xfce-mcs-manager \ RUN_DEPENDS= ::x11/xfce4/xfce-mcs-manager \
::x11/xfce4/exo \ ::x11/xfce4/exo
::devel/desktop-file-utils
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \ WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \ Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2008/04/17 09:00:25 landry Exp $ @comment $OpenBSD: PLIST,v 1.9 2008/07/08 09:45:36 landry Exp $
@conflict xfce4-datetime-* @conflict xfce4-datetime-*
@conflict xfce4-iconbox-* @conflict xfce4-iconbox-*
@conflict xfce4-showdesktop-* @conflict xfce4-showdesktop-*
@ -7,8 +7,8 @@
@conflict xfce4-trigger-launcher-* @conflict xfce4-trigger-launcher-*
%%SHARED%% %%SHARED%%
bin/xfce4-iconbox bin/xfce4-iconbox
bin/xfce4-panel @bin bin/xfce4-panel
bin/xfce4-popup-windowlist @bin bin/xfce4-popup-windowlist
bin/xftaskbar4 bin/xftaskbar4
include/xfce4/libxfce4panel/ include/xfce4/libxfce4panel/
include/xfce4/libxfce4panel/xfce-arrow-button.h include/xfce4/libxfce4panel/xfce-arrow-button.h

View File

@ -1,35 +1,28 @@
# $OpenBSD: Makefile,v 1.22 2008/06/02 15:37:10 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.23 2008/07/08 09:45:36 landry Exp $
COMMENT= xfce4 session manager COMMENT= xfce4 session manager
V= 4.4.2 XFCE_PROJECT= xfce4-session
DISTNAME= xfce4-session-${V} PKGNAME= ${DISTNAME}p4
PKGNAME= ${DISTNAME}p3
SHARED_LIBS += xfsm-4.2 0.1 # .0.1 SHARED_LIBS += xfsm-4.2 0.1 # .0.1
HOMEPAGE= http://www.xfce.org/projects/xfce4-session/ # GPLv2
MAINTAINER= Landry Breuil <gaston@gcu.info>
# GPL
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/ MODULES= x11/xfce4
EXTRACT_SUFX= .tar.bz2 DESKTOP_FILES= Yes
USE_GMAKE= Yes
CONFIGURE_ARGS= --disable-dbus \ CONFIGURE_ARGS= --disable-dbus \
--enable-session-screenshots --enable-session-screenshots
BUILD_DEPENDS= ::x11/xfce4/xfce-mcs-manager
LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \ LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \
xfce4mcs-client.>=3::x11/xfce4/libxfce4mcs xfce4mcs-client.>=3::x11/xfce4/libxfce4mcs
RUN_DEPENDS= ::devel/desktop-file-utils \ RUN_DEPENDS= ::x11/xfce4/xfce-mcs-manager
::x11/xfce4/xfce-mcs-manager BUILD_DEPENDS= ::x11/xfce4/xfce-mcs-manager
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \ WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \ Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \

View File

@ -1,10 +1,10 @@
@comment $OpenBSD: PLIST,v 1.10 2008/04/17 09:00:25 landry Exp $ @comment $OpenBSD: PLIST,v 1.11 2008/07/08 09:45:36 landry Exp $
@conflict xfce4-toys-* @conflict xfce4-toys-*
%%SHARED%% %%SHARED%%
bin/xfce4-autostart-editor @bin bin/xfce4-autostart-editor
bin/xfce4-session @bin bin/xfce4-session
bin/xfce4-session-logout @bin bin/xfce4-session-logout
bin/xfce4-tips @bin bin/xfce4-tips
include/xfce4/xfce4-session-4.2/ include/xfce4/xfce4-session-4.2/
include/xfce4/xfce4-session-4.2/libxfsm/ include/xfce4/xfce4-session-4.2/libxfsm/
include/xfce4/xfce4-session-4.2/libxfsm/xfsm-splash-engine.h include/xfce4/xfce4-session-4.2/libxfsm/xfsm-splash-engine.h
@ -28,7 +28,7 @@ lib/xfce4/splash/engines/libsimple.a
lib/xfce4/splash/engines/libsimple.la lib/xfce4/splash/engines/libsimple.la
libexec/balou-export-theme libexec/balou-export-theme
libexec/balou-install-theme libexec/balou-install-theme
libexec/xfsm-shutdown-helper @bin libexec/xfsm-shutdown-helper
@man man/man1/xfce4-session-logout.1 @man man/man1/xfce4-session-logout.1
@man man/man1/xfce4-session.1 @man man/man1/xfce4-session.1
share/applications/xfce-session-settings.desktop share/applications/xfce-session-settings.desktop

View File

@ -1,33 +1,26 @@
# $OpenBSD: Makefile,v 1.3 2008/05/24 01:24:31 fgsch Exp $ # $OpenBSD: Makefile,v 1.4 2008/07/08 09:45:36 landry Exp $
COMMENT= printing helper for xfce4 COMMENT= printing helper for xfce4
V= 4.4.2 XFCE_PROJECT= xfprint
DISTNAME= xfprint-${V} PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p1
SHARED_LIBS= xfprint 0.1 SHARED_LIBS= xfprint 0.1
HOMEPAGE= http://www.xfce.org/projects/xfprint/ # GPLv2
MAINTAINER= Landry Breuil <gaston@gcu.info>
# GPL
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/ MODULES= x11/xfce4
EXTRACT_SUFX= .tar.bz2 DESKTOP_FILES= Yes
USE_GMAKE= Yes
CONFIGURE_ARGS= --enable-cups \ CONFIGURE_ARGS= --enable-cups \
--enable-bsdlpr \ --enable-bsdlpr \
--with-printcap=/etc/printcap --with-printcap=/etc/printcap
RUN_DEPENDS= ::devel/desktop-file-utils \ RUN_DEPENDS= ::x11/xfce4/xfce-mcs-manager \
::x11/xfce4/xfce-mcs-manager \
::print/a2ps ::print/a2ps
LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \ LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \

View File

@ -1,7 +1,7 @@
@comment $OpenBSD: PLIST,v 1.2 2008/04/17 09:00:25 landry Exp $ @comment $OpenBSD: PLIST,v 1.3 2008/07/08 09:45:36 landry Exp $
%%SHARED%% %%SHARED%%
bin/xfprint4 @bin bin/xfprint4
bin/xfprint4-manager @bin bin/xfprint4-manager
include/xfce4/libxfprint/ include/xfce4/libxfprint/
include/xfce4/libxfprint/common.h include/xfce4/libxfprint/common.h
include/xfce4/libxfprint/job.h include/xfce4/libxfprint/job.h

View File

@ -1,24 +1,21 @@
# $OpenBSD: Makefile,v 1.8 2007/12/18 20:35:08 landry Exp $ # $OpenBSD: Makefile,v 1.9 2008/07/08 09:45:36 landry Exp $
PKG_ARCH= * PKG_ARCH= *
COMMENT= window decoration themes for xfwm4 COMMENT= window decoration themes for xfwm4
V= 4.4.2
DISTNAME= xfwm4-themes-${V}
HOMEPAGE= http://www.xfce.org/ XFCE_PROJECT= xfwm4-themes
MAINTAINER= Landry Breuil <gaston@gcu.info> PKGNAME= ${DISTNAME}p0
# GPL HOMEPAGE= http://www.xfce.org/projects/
# GPLv2
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/ MODULES= x11/xfce4
EXTRACT_SUFX= .tar.bz2 XFCE_NO_SRC= Yes
USE_LIBTOOL= No
MODULES=
RUN_DEPENDS= ::x11/xfce4/xfwm4 RUN_DEPENDS= ::x11/xfce4/xfwm4

View File

@ -1,29 +1,23 @@
# $OpenBSD: Makefile,v 1.18 2008/05/24 01:24:32 fgsch Exp $ # $OpenBSD: Makefile,v 1.19 2008/07/08 09:45:36 landry Exp $
COMMENT= xfce4 window manager COMMENT= xfce4 window manager
V= 4.4.2
DISTNAME= xfwm4-${V}
PKGNAME= ${DISTNAME}p0
HOMEPAGE= http://www.xfce.org/projects/xfwm4/ XFCE_PROJECT= xfwm4
MAINTAINER= Landry Breuil <gaston@gcu.info> PKGNAME= ${DISTNAME}p1
# GPL # GPLv2
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://www.xfce.org/archive/xfce-${V}/src/ MODULES= x11/xfce4
EXTRACT_SUFX= .tar.bz2 DESKTOP_FILES= Yes
USE_GMAKE= Yes
BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \ LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \
xfce4mcs-client.>=3,xfce4mcs-manager.>=3::x11/xfce4/libxfce4mcs xfce4mcs-client.>=3,xfce4mcs-manager.>=3::x11/xfce4/libxfce4mcs
RUN_DEPENDS= ::devel/desktop-file-utils \ RUN_DEPENDS= ::x11/xfce4/xfce-mcs-manager
::x11/xfce4/xfce-mcs-manager
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \ WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \ Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \

View File

@ -1,6 +1,6 @@
@comment $OpenBSD: PLIST,v 1.5 2007/12/18 20:34:14 landry Exp $ @comment $OpenBSD: PLIST,v 1.6 2008/07/08 09:45:36 landry Exp $
%%SHARED%% %%SHARED%%
bin/xfwm4 @bin bin/xfwm4
lib/xfce4/ lib/xfce4/
lib/xfce4/mcs-plugins/ lib/xfce4/mcs-plugins/
lib/xfce4/mcs-plugins/wmtweaks_plugin.a lib/xfce4/mcs-plugins/wmtweaks_plugin.a