- update gxmessage to 2.12.3
- update license marker - install examples
This commit is contained in:
parent
692e07cd14
commit
434f0809f9
@ -1,14 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2009/08/11 08:42:08 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2009/09/23 16:50:01 jasper Exp $
|
||||
|
||||
COMMENT= GTK2 based xmessage clone
|
||||
COMMENT= GTK+2 based xmessage(1) clone
|
||||
|
||||
DISTNAME= gxmessage-2.6.2
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
DISTNAME= gxmessage-2.12.3
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://homepages.ihug.co.nz/~trmusson/programs.html\#gxmessage
|
||||
|
||||
# GPLv2
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -22,10 +21,18 @@ WANTLIB += freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0
|
||||
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
|
||||
WANTLIB += z pthread-stubs xcb
|
||||
|
||||
MODULES= devel/gettext
|
||||
MODULES= devel/gettext \
|
||||
textproc/intltool
|
||||
LIB_DEPENDS= gdk-x11-2.0,gtk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2
|
||||
|
||||
USE_X11= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gxmessage
|
||||
${INSTALL_DATA} ${WRKSRC}/examples/* \
|
||||
${PREFIX}/share/examples/gxmessage
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gxmessage-2.6.2.tar.gz) = QpxJAG0uHCB1+J9hK4krTw==
|
||||
RMD160 (gxmessage-2.6.2.tar.gz) = 91fFhGbbAvbMRoTQl8VoksEhC9g=
|
||||
SHA1 (gxmessage-2.6.2.tar.gz) = 1JxIBiPWo3uzF2BKQ5Kez+7bLsE=
|
||||
SHA256 (gxmessage-2.6.2.tar.gz) = RykTIRfUrHsE0UiCb1eK96z0qO3UmxJFDOUSB5yaesc=
|
||||
SIZE (gxmessage-2.6.2.tar.gz) = 88104
|
||||
MD5 (gxmessage-2.12.3.tar.gz) = 9cliGKXiFSiuuIRB2Zg1yQ==
|
||||
RMD160 (gxmessage-2.12.3.tar.gz) = A/t45s+X1VJuOgAJ1vaWYO4N3pQ=
|
||||
SHA1 (gxmessage-2.12.3.tar.gz) = OyALj62QNcpEP7uO2N19VAZzNW8=
|
||||
SHA256 (gxmessage-2.12.3.tar.gz) = hjmEpG2ThB8zdfUU/FzJlzccIN6efJierVWsZVKjaFY=
|
||||
SIZE (gxmessage-2.12.3.tar.gz) = 242938
|
||||
|
@ -1,5 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/25 16:18:31 ajacoutot Exp $
|
||||
bin/gxmessage
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/09/23 16:50:01 jasper Exp $
|
||||
@bin bin/gxmessage
|
||||
@info info/gxmessage.info
|
||||
@man man/man1/gxmessage.1
|
||||
share/pixmaps/
|
||||
share/pixmaps/gxmessage.png
|
||||
share/examples/gxmessage/
|
||||
share/examples/gxmessage/gtkrc
|
||||
share/examples/gxmessage/gxaddress
|
||||
share/examples/gxmessage/gxdialup
|
||||
share/examples/gxmessage/gxdict
|
||||
share/examples/gxmessage/gxman
|
||||
share/examples/gxmessage/gxview
|
||||
share/examples/gxmessage/nautilus-word-count
|
||||
share/icons/
|
||||
share/icons/hicolor/
|
||||
share/icons/hicolor/48x48/
|
||||
share/icons/hicolor/48x48/apps/
|
||||
share/icons/hicolor/48x48/apps/gxmessage.png
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user