sync, noticed by aanriot@
This commit is contained in:
parent
d3693c35d0
commit
20e6205522
@ -1,10 +1,11 @@
|
|||||||
# $OpenBSD: Makefile,v 1.53 2006/06/05 15:19:47 couderc Exp $
|
# $OpenBSD: Makefile,v 1.54 2006/06/07 20:03:54 couderc Exp $
|
||||||
|
|
||||||
COMMENT= "GTK+2 IRC client"
|
COMMENT= "GTK+2 IRC client"
|
||||||
|
|
||||||
MAJOR= 2.6
|
MAJOR= 2.6
|
||||||
VERSION= ${MAJOR}.2
|
VERSION= ${MAJOR}.2
|
||||||
DISTNAME= xchat-${VERSION}
|
DISTNAME= xchat-${VERSION}
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
CATEGORIES= net x11
|
CATEGORIES= net x11
|
||||||
|
|
||||||
HOMEPAGE= http://www.xchat.org/
|
HOMEPAGE= http://www.xchat.org/
|
||||||
@ -15,10 +16,11 @@ PERMIT_PACKAGE_CDROM= Yes
|
|||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
WANTLIB= X11 Xext Xft Xrender atk-1.0.0.0 c crypto \
|
WANTLIB= X11 Xext Xrender atk-1.0.0.0 c cairo crypto \
|
||||||
fontconfig freetype glib-2.0.0.0 gmodule-2.0.0.0 \
|
fontconfig freetype glib-2.0.0.0 glitz \
|
||||||
gobject-2.0.0.0 m pango-1.0.0.0 pangoft2-1.0.0.0 \
|
gmodule-2.0.0.0 gobject-2.0.0.0 m \
|
||||||
pangox-1.0.0.0 pangoxft-1.0.0.0 ssl
|
pango-1.0.0.0 pangocairo-1.0.0.0 \
|
||||||
|
pangoft2-1.0.0.0 png ssl z
|
||||||
|
|
||||||
MASTER_SITES= ${HOMEPAGE}files/source/${MAJOR}/
|
MASTER_SITES= ${HOMEPAGE}files/source/${MAJOR}/
|
||||||
MASTER_SITES0= ${MASTER_SITE_SOURCEFORGE:=xchat/}
|
MASTER_SITES0= ${MASTER_SITE_SOURCEFORGE:=xchat/}
|
||||||
|
@ -1,14 +1,34 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.17 2006/01/26 19:34:53 couderc Exp $
|
@comment $OpenBSD: PLIST,v 1.18 2006/06/07 20:03:54 couderc Exp $
|
||||||
bin/xchat
|
bin/xchat
|
||||||
share/applications/
|
share/applications/
|
||||||
share/applications/xchat.desktop
|
share/applications/xchat.desktop
|
||||||
|
share/locale/
|
||||||
|
share/locale/de/
|
||||||
|
share/locale/de/LC_MESSAGES/
|
||||||
share/locale/de/LC_MESSAGES/xchat.mo
|
share/locale/de/LC_MESSAGES/xchat.mo
|
||||||
|
share/locale/el/
|
||||||
|
share/locale/el/LC_MESSAGES/
|
||||||
share/locale/el/LC_MESSAGES/xchat.mo
|
share/locale/el/LC_MESSAGES/xchat.mo
|
||||||
|
share/locale/fi/
|
||||||
|
share/locale/fi/LC_MESSAGES/
|
||||||
share/locale/fi/LC_MESSAGES/xchat.mo
|
share/locale/fi/LC_MESSAGES/xchat.mo
|
||||||
|
share/locale/fr/
|
||||||
|
share/locale/fr/LC_MESSAGES/
|
||||||
share/locale/fr/LC_MESSAGES/xchat.mo
|
share/locale/fr/LC_MESSAGES/xchat.mo
|
||||||
|
share/locale/gl/
|
||||||
|
share/locale/gl/LC_MESSAGES/
|
||||||
share/locale/gl/LC_MESSAGES/xchat.mo
|
share/locale/gl/LC_MESSAGES/xchat.mo
|
||||||
|
share/locale/hu/
|
||||||
|
share/locale/hu/LC_MESSAGES/
|
||||||
share/locale/hu/LC_MESSAGES/xchat.mo
|
share/locale/hu/LC_MESSAGES/xchat.mo
|
||||||
|
share/locale/ja/
|
||||||
|
share/locale/ja/LC_MESSAGES/
|
||||||
|
share/locale/ja/LC_MESSAGES/xchat.mo
|
||||||
|
share/locale/ko/
|
||||||
|
share/locale/ko/LC_MESSAGES/
|
||||||
share/locale/ko/LC_MESSAGES/xchat.mo
|
share/locale/ko/LC_MESSAGES/xchat.mo
|
||||||
|
share/locale/nl/
|
||||||
|
share/locale/nl/LC_MESSAGES/
|
||||||
share/locale/nl/LC_MESSAGES/xchat.mo
|
share/locale/nl/LC_MESSAGES/xchat.mo
|
||||||
share/locale/pa/
|
share/locale/pa/
|
||||||
share/locale/pa/LC_MESSAGES/
|
share/locale/pa/LC_MESSAGES/
|
||||||
@ -16,7 +36,14 @@ share/locale/pa/LC_MESSAGES/xchat.mo
|
|||||||
share/locale/sq/
|
share/locale/sq/
|
||||||
share/locale/sq/LC_MESSAGES/
|
share/locale/sq/LC_MESSAGES/
|
||||||
share/locale/sq/LC_MESSAGES/xchat.mo
|
share/locale/sq/LC_MESSAGES/xchat.mo
|
||||||
|
share/locale/sv/
|
||||||
|
share/locale/sv/LC_MESSAGES/
|
||||||
|
share/locale/sv/LC_MESSAGES/xchat.mo
|
||||||
|
share/locale/vi/
|
||||||
|
share/locale/vi/LC_MESSAGES/
|
||||||
share/locale/vi/LC_MESSAGES/xchat.mo
|
share/locale/vi/LC_MESSAGES/xchat.mo
|
||||||
|
share/locale/zh_TW/
|
||||||
|
share/locale/zh_TW/LC_MESSAGES/
|
||||||
share/locale/zh_TW/LC_MESSAGES/xchat.mo
|
share/locale/zh_TW/LC_MESSAGES/xchat.mo
|
||||||
share/pixmaps/
|
share/pixmaps/
|
||||||
share/pixmaps/xchat.png
|
share/pixmaps/xchat.png
|
||||||
|
Loading…
Reference in New Issue
Block a user