mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Update to 0.10.1
- Trim header - Add patch for GLib 2.28 Approved by: rene, miwi (mentors, implicit)
This commit is contained in:
parent
8ade807bd1
commit
7fe98f9ebd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308914
@ -1,23 +1,20 @@
|
||||
# New ports collection makefile for: libexo
|
||||
# Date created: 23 October 2004
|
||||
# Whom: Matt Lancereau <ports@FreeBSD.org>
|
||||
#
|
||||
# Created by: Matt Lancereau <ports@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/x11/libexo/Makefile,v 1.1 2006/10/02 21:05:55 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= libexo
|
||||
PORTVERSION= 0.8.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.10.1
|
||||
CATEGORIES= x11 xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR= src/xfce/exo/${PORTVERSION:R}
|
||||
DISTNAME= exo-${PORTVERSION}
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= xfce@FreeBSD.org
|
||||
COMMENT= Application library for the Xfce desktop environment
|
||||
|
||||
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
BUILD_DEPENDS= p5-URI>=1.60:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS= p5-URI>=1.60:${PORTSDIR}/net/p5-URI
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/lib//}
|
||||
@ -33,8 +30,7 @@ USE_XFCE= configenv libmenu libutil
|
||||
USE_XORG= x11
|
||||
USE_PKGCONFIG= build
|
||||
|
||||
CONFIGURE_ARGS+=--enable-gio-unix \
|
||||
--disable-gtk-doc-html
|
||||
CONFIGURE_ARGS+=--disable-gtk-doc-html
|
||||
|
||||
OPTIONS_DEFINE= DOCS NLS
|
||||
|
||||
@ -59,8 +55,10 @@ CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
.if empty(PORT_OPTIONS:MNLS)
|
||||
post-patch:
|
||||
# Downgrade GLib to 2.28
|
||||
@${REINPLACE_CMD} -e 's|2.30.|2.28.|g' ${WRKSRC}/configure
|
||||
.if empty(PORT_OPTIONS:MNLS)
|
||||
@${REINPLACE_CMD} -e 's| po||' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xfce4/exo-0.8.0.tar.bz2) = 6e21aa30692affcb45fc8283d034da4a02221d26e3e1facb968d04fed4ba05b0
|
||||
SIZE (xfce4/exo-0.8.0.tar.bz2) = 1120701
|
||||
SHA256 (xfce4/exo-0.10.1.tar.bz2) = 34a6d14c58a12d3372eb810d05ae425b8c8c32ec976b99b6ad274c3f7b3f6896
|
||||
SIZE (xfce4/exo-0.10.1.tar.bz2) = 1136923
|
||||
|
@ -29,7 +29,7 @@ include/exo-1/exo/exo-xsession-client.h
|
||||
include/exo-1/exo/exo.h
|
||||
lib/libexo-1.la
|
||||
lib/libexo-1.so
|
||||
lib/libexo-1.so.0
|
||||
lib/libexo-1.so.1
|
||||
lib/xfce4/exo-1/exo-compose-mail-1
|
||||
lib/xfce4/exo-1/exo-helper-1
|
||||
libdata/pkgconfig/exo-1.pc
|
||||
@ -135,6 +135,7 @@ share/icons/hicolor/48x48/apps/preferences-desktop-default-applications.png
|
||||
%%NLS%%share/locale/sk/LC_MESSAGES/exo-1.mo
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/exo-1.mo
|
||||
%%NLS%%share/locale/sq/LC_MESSAGES/exo-1.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/exo-1.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/exo-1.mo
|
||||
%%NLS%%share/locale/tl_PH/LC_MESSAGES/exo-1.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/exo-1.mo
|
||||
|
Loading…
Reference in New Issue
Block a user