mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
-INSTALLS_SHLIB -> USE_LDCONFIG.[1]
-Find cups modules in the correct path. -Bump the PORTREVISION. Found by: portlint (cports.sh)[1]
This commit is contained in:
parent
c4be4cab85
commit
ddda5ed61b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176400
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= gnome-cups-manager
|
PORTNAME= gnome-cups-manager
|
||||||
PORTVERSION= 0.31
|
PORTVERSION= 0.31
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= print gnome
|
CATEGORIES= print gnome
|
||||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||||
|
@ -27,7 +27,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \
|
||||||
desktopfileutils
|
desktopfileutils
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
INSTALLS_SHLIB= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
@ -38,6 +38,8 @@ post-patch:
|
||||||
> ${WRKSRC}/gnome-cups-manager.desktop
|
> ${WRKSRC}/gnome-cups-manager.desktop
|
||||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
||||||
's|-D.*_DISABLE_DEPRECATED||g'
|
's|-D.*_DISABLE_DEPRECATED||g'
|
||||||
|
@${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|g' \
|
||||||
|
${WRKSRC}/libgnomecups/gnome-cups-ui-driver.c
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${PREFIX}/share/gnome/applications
|
${MKDIR} ${PREFIX}/share/gnome/applications
|
||||||
|
|
Loading…
Add table
Reference in a new issue