-Update to 2.18.3.
-Get rid of X11BASE.
This commit is contained in:
parent
5560133eb2
commit
4ba6206edc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194804
2 changed files with 5 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gnome-panel
|
PORTNAME= gnome-panel
|
||||||
PORTVERSION= 2.18.2
|
PORTVERSION= 2.18.3
|
||||||
PORTREVISION?= 0
|
PORTREVISION?= 0
|
||||||
CATEGORIES= x11 gnome
|
CATEGORIES= x11 gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
|
@ -34,7 +34,7 @@ USE_GMAKE= yes
|
||||||
USE_AUTOTOOLS= libtool:15
|
USE_AUTOTOOLS= libtool:15
|
||||||
CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \
|
CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \
|
||||||
--with-kde-docdir=${LOCALBASE}/share/doc
|
--with-kde-docdir=${LOCALBASE}/share/doc
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
MAN1= gnome-panel.1
|
MAN1= gnome-panel.1
|
||||||
|
@ -61,8 +61,6 @@ CONFIGURE_ARGS+=--disable-eds
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
# @${REINPLACE_CMD} -e 's|evolution.desktop|evolution-2.8.desktop|g' \
|
|
||||||
# ${WRKSRC}/gnome-panel/panel-default-setup.entries
|
|
||||||
@${FIND} ${WRKSRC} -type f | \
|
@${FIND} ${WRKSRC} -type f | \
|
||||||
${XARGS} -n 10 ${REINPLACE_CMD} -e \
|
${XARGS} -n 10 ${REINPLACE_CMD} -e \
|
||||||
's|"applications.menu"|"gnome-applications.menu"|'
|
's|"applications.menu"|"gnome-applications.menu"|'
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (gnome2/gnome-panel-2.18.2.tar.bz2) = 5db34402d672afd41870946c38092b7f
|
MD5 (gnome2/gnome-panel-2.18.3.tar.bz2) = 545348de234fa8222e328fa7f3a5ba71
|
||||||
SHA256 (gnome2/gnome-panel-2.18.2.tar.bz2) = 94e6eeabc73ddd6d54e068fcebfe4b64eb3b8917ac8f3d6d160adba387a9a501
|
SHA256 (gnome2/gnome-panel-2.18.3.tar.bz2) = efb12148ace94612b47add4060dd9ae088b47e09e5c4c223f8ab7e1c7dcc9410
|
||||||
SIZE (gnome2/gnome-panel-2.18.2.tar.bz2) = 2724039
|
SIZE (gnome2/gnome-panel-2.18.3.tar.bz2) = 2722555
|
||||||
|
|
Loading…
Reference in a new issue