First pass at converting Xfce core apps to use xfce4.port.mk.

Bump PKGNAMEs, and while here regen PLISTs with @bin markers.
Add licence version markers.

ok ajacoutot@
This commit is contained in:
landry 2008-07-08 09:33:30 +00:00
parent 01613278e8
commit 8d1875614e
8 changed files with 46 additions and 80 deletions

View File

@ -1,27 +1,21 @@
# $OpenBSD: Makefile,v 1.5 2008/05/24 01:24:31 fgsch Exp $
# $OpenBSD: Makefile,v 1.6 2008/07/08 09:33:30 landry Exp $
COMMENT= really simple text editor for xfce4
V= 0.2.13
DISTNAME= mousepad-${V}
PKGNAME= ${DISTNAME}p0
XFCE_VERSION= 0.2.13
XFCE_PROJECT= mousepad
PKGNAME= ${DISTNAME}p1
HOMEPAGE= http://www.xfce.org/projects/mousepad/
MAINTAINER= Landry Breuil <gaston@gcu.info>
# GPL
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://www.xfce.org/archive/xfce-4.4.2/src/
EXTRACT_SUFX= .tar.bz2
USE_GMAKE= Yes
MODULES= x11/xfce4
DESKTOP_FILES= Yes
LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4
RUN_DEPENDS= ::devel/desktop-file-utils
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \

View File

@ -1,6 +1,5 @@
@comment $OpenBSD: PLIST,v 1.2 2007/12/18 20:57:45 landry Exp $
bin/mousepad
share/applications/
@comment $OpenBSD: PLIST,v 1.3 2008/07/08 09:33:30 landry Exp $
@bin bin/mousepad
share/applications/mousepad.desktop
share/locale/am/
share/locale/am/LC_MESSAGES/
@ -25,8 +24,6 @@ share/locale/en_GB/LC_MESSAGES/mousepad.mo
share/locale/eo/LC_MESSAGES/mousepad.mo
share/locale/es/LC_MESSAGES/mousepad.mo
share/locale/et/LC_MESSAGES/mousepad.mo
share/locale/eu/
share/locale/eu/LC_MESSAGES/
share/locale/eu/LC_MESSAGES/mousepad.mo
share/locale/fi/LC_MESSAGES/mousepad.mo
share/locale/fr/LC_MESSAGES/mousepad.mo

View File

@ -1,33 +1,28 @@
# $OpenBSD: Makefile,v 1.10 2008/05/24 01:24:31 fgsch Exp $
# $OpenBSD: Makefile,v 1.11 2008/07/08 09:33:30 landry Exp $
COMMENT= advanced calendar for xfce4
V= 4.5.12.2
DISTNAME= orage-${V}
PKGNAME= ${DISTNAME}p1
XFCE_VERSION= 4.5.12.2
XFCE_PROJECT= orage
PKGNAME= ${DISTNAME}p2
HOMEPAGE= http://www.xfce.org/projects/orage/
MAINTAINER= Landry Breuil <gaston@gcu.info>
# GPL
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://www.kolumbus.fi/~w408237/orage/
EXTRACT_SUFX= .tar.bz2
MODULES= x11/xfce4
DESKTOP_FILES= Yes
WRKSRC= ${WRKDIST}-svn
USE_GMAKE= Yes
LIB_DEPENDS= xfcegui4.>=4.0::x11/xfce4/libxfcegui4 \
xfce4panel.>=2.2::x11/xfce4/xfce4-panel \
notify.>=2::devel/libnotify \
dbus-glib-1::x11/dbus-glib \
dbus-1.>=6::x11/dbus
RUN_DEPENDS= ::devel/desktop-file-utils
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \

View File

@ -1,15 +1,15 @@
@comment $OpenBSD: PLIST,v 1.6 2008/04/17 09:00:24 landry Exp $
@comment $OpenBSD: PLIST,v 1.7 2008/07/08 09:33:30 landry Exp $
@conflict xfcalendar-*
%%SHARED%%
bin/globaltime
bin/orage
@bin bin/globaltime
@bin bin/orage
lib/xfce4/
lib/xfce4/mcs-plugins/
lib/xfce4/mcs-plugins/orage_plugin.a
lib/xfce4/mcs-plugins/orage_plugin.la
libexec/xfce4/
libexec/xfce4/panel-plugins/
libexec/xfce4/panel-plugins/orageclock
@bin libexec/xfce4/panel-plugins/orageclock
share/applications/xfcalendar.desktop
share/applications/xfce-xfcalendar-settings.desktop
share/dbus-1/
@ -54,8 +54,6 @@ share/locale/en_GB/LC_MESSAGES/orage.mo
share/locale/eo/LC_MESSAGES/orage.mo
share/locale/es/LC_MESSAGES/orage.mo
share/locale/et/LC_MESSAGES/orage.mo
share/locale/eu/
share/locale/eu/LC_MESSAGES/
share/locale/eu/LC_MESSAGES/orage.mo
share/locale/fa/
share/locale/fa/LC_MESSAGES/

View File

@ -1,30 +1,25 @@
# $OpenBSD: Makefile,v 1.7 2008/04/17 09:00:24 landry Exp $
# $OpenBSD: Makefile,v 1.8 2008/07/08 09:33:30 landry Exp $
COMMENT= lightweight vte-based terminal for xfce4
V= 0.2.8
DISTNAME= Terminal-${V}
PKGNAME= terminal-${V}p0
XFCE_VERSION= 0.2.8
XFCE_PROJECT= Terminal
# :L is here for a reason
PKGNAME= ${DISTNAME:L}p1
HOMEPAGE= http://www.xfce.org/projects/terminal/
MAINTAINER= Landry Breuil <gaston@gcu.info>
# GPL
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://www.xfce.org/archive/xfce-4.4.2/src/
EXTRACT_SUFX= .tar.bz2
USE_GMAKE= Yes
MODULES= x11/xfce4
DESKTOP_FILES= Yes
LIB_DEPENDS= exo-0.3.>=5::x11/xfce4/exo \
dbus-glib-1::x11/dbus-glib \
dbus-1.>=6::x11/dbus \
vte.>=11::devel/vte
RUN_DEPENDS= ::devel/desktop-file-utils
WANTLIB= X11 atk-1.0 c gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 gobject-2.0 \
gtk-x11-2.0 startup-notification-1 xfce4util

View File

@ -1,11 +1,10 @@
@comment $OpenBSD: PLIST,v 1.4 2008/04/17 09:00:24 landry Exp $
bin/Terminal
@comment $OpenBSD: PLIST,v 1.5 2008/07/08 09:33:30 landry Exp $
@bin bin/Terminal
bin/terminal
libexec/TerminalHelp
@man man/man1/Terminal.1
share/Terminal/
share/Terminal/Terminal-toolbars.ui
share/applications/
share/applications/Terminal.desktop
share/doc/Terminal/
share/doc/Terminal/C/
@ -135,8 +134,6 @@ share/locale/en_GB/LC_MESSAGES/
share/locale/en_GB/LC_MESSAGES/Terminal.mo
share/locale/eo/LC_MESSAGES/Terminal.mo
share/locale/es/LC_MESSAGES/Terminal.mo
share/locale/eu/
share/locale/eu/LC_MESSAGES/
share/locale/eu/LC_MESSAGES/Terminal.mo
share/locale/fi/LC_MESSAGES/Terminal.mo
share/locale/fr/LC_MESSAGES/Terminal.mo

View File

@ -1,27 +1,22 @@
# $OpenBSD: Makefile,v 1.10 2008/05/24 01:24:31 fgsch Exp $
# $OpenBSD: Makefile,v 1.11 2008/07/08 09:33:30 landry Exp $
COMMENT= lightweight file manager for xfce4
V= 0.9.0
DISTNAME= Thunar-${V}
PKGNAME= thunar-${V}p2
XFCE_VERSION= 0.9.0
XFCE_PROJECT= Thunar
PKGNAME= ${DISTNAME:L}p3
SHARED_LIBS= thunarx-1 5.1 \
thunar-vfs-1 5.1
HOMEPAGE= http://thunar.xfce.org/
MAINTAINER= Landry Breuil <gaston@gcu.info>
# GPL
# GPLv2
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
MASTER_SITES= http://thunar.xfce.org/download/sources/Thunar/${V}/
EXTRACT_SUFX= .tar.bz2
USE_GMAKE= Yes
MODULES= x11/xfce4
DESKTOP_FILES= Yes
NO_REGRESS= Yes
AUTOCONF_VERSION= 2.61
@ -39,8 +34,7 @@ LIB_DEPENDS= exo-0.3.>=4::x11/xfce4/exo \
dbus-1.>=6::x11/dbus \
fam::sysutils/fam
RUN_DEPENDS= ::devel/desktop-file-utils \
::x11/xfce4/xfce4-icon-theme
RUN_DEPENDS= ::x11/xfce4/xfce4-icon-theme
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat \

View File

@ -1,7 +1,7 @@
@comment $OpenBSD: PLIST,v 1.5 2008/04/17 09:00:24 landry Exp $
@comment $OpenBSD: PLIST,v 1.6 2008/07/08 09:33:30 landry Exp $
@conflict xffm-*
%%SHARED%%
bin/Thunar
@bin bin/Thunar
bin/thunar
include/thunar-vfs-1/
include/thunar-vfs-1/thunar-vfs/
@ -40,7 +40,6 @@ lib/libthunar-vfs-1.a
lib/libthunar-vfs-1.la
lib/libthunarx-1.a
lib/libthunarx-1.la
lib/pkgconfig/
lib/pkgconfig/thunar-vfs-1.pc
lib/pkgconfig/thunarx-1.pc
lib/thunarx-1/
@ -52,19 +51,18 @@ lib/thunarx-1/thunar-uca.a
lib/thunarx-1/thunar-uca.la
libexec/ThunarBulkRename
libexec/ThunarHelp
libexec/thunar-sendto-email
libexec/thunar-vfs-font-thumbnailer-1
libexec/thunar-vfs-mime-cleaner-1
libexec/thunar-vfs-pixbuf-thumbnailer-1
libexec/thunar-vfs-update-thumbnailers-cache-1
@bin libexec/thunar-sendto-email
@bin libexec/thunar-vfs-font-thumbnailer-1
@bin libexec/thunar-vfs-mime-cleaner-1
@bin libexec/thunar-vfs-pixbuf-thumbnailer-1
@bin libexec/thunar-vfs-update-thumbnailers-cache-1
libexec/xfce4/
libexec/xfce4/panel-plugins/
libexec/xfce4/panel-plugins/thunar-tpa
@bin libexec/xfce4/panel-plugins/thunar-tpa
@man man/man1/Thunar.1
share/Thunar/
share/Thunar/sendto/
share/Thunar/sendto/thunar-sendto-email.desktop
share/applications/
share/applications/Thunar-bulk-rename.desktop
share/applications/Thunar-folder-handler.desktop
share/applications/Thunar.desktop
@ -395,8 +393,6 @@ share/locale/en_GB/LC_MESSAGES/Thunar.mo
share/locale/eo/LC_MESSAGES/Thunar.mo
share/locale/es/LC_MESSAGES/Thunar.mo
share/locale/et/LC_MESSAGES/Thunar.mo
share/locale/eu/
share/locale/eu/LC_MESSAGES/
share/locale/eu/LC_MESSAGES/Thunar.mo
share/locale/fi/LC_MESSAGES/Thunar.mo
share/locale/fr/LC_MESSAGES/Thunar.mo