mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Stage support [1]
- Add missing entries to pkg-plist - gnomehack -> USES=pathfix - Bump PORTREVISION PR: ports/188232 [1] Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer)
This commit is contained in:
parent
3febe31ec5
commit
a9eaceffbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350165
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= cairo-dock
|
||||
DISTVERSION= 3.2.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= https://launchpadlibrarian.net/137290048/ \
|
||||
http://pazzle.otdux.com.ua/
|
||||
@ -20,17 +20,16 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-3.2.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack glib20 gtk20 librsvg2 libxml2
|
||||
USE_GNOME= glib20 gtk20 librsvg2 libxml2
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= xrender xtst
|
||||
USES= cmake gettext pkgconfig
|
||||
USES= cmake gettext pathfix pkgconfig
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CMAKE_ARGS+= -Dinstall-pc-path:STRING="${LOCALBASE}/libdata/pkgconfig"
|
||||
CMAKE_ARGS+= -DROOT_PREFIX:PATH=${STAGEDIR}
|
||||
|
||||
MAN1= cairo-dock.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -type f -name "*" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|/usr/share/pixmaps/|${LOCALBASE}/share/pixmaps/|g; \
|
||||
|
@ -73,6 +73,7 @@ lib/libgldi.so.3.2.1
|
||||
lib/cairo-dock/libcd-Help.so
|
||||
libdata/pkgconfig/cairo-dock.pc
|
||||
libdata/pkgconfig/gldi.pc
|
||||
man/man1/cairo-dock.1.gz
|
||||
share/applications/cairo-dock-cairo.desktop
|
||||
share/applications/cairo-dock.desktop
|
||||
%%DATADIR%%/ChangeLog.txt
|
||||
@ -280,6 +281,8 @@ share/locale/zh_TW/LC_MESSAGES/cairo-dock.mo
|
||||
share/cairo-dock/plug-ins/Help/Help.conf
|
||||
share/cairo-dock/plug-ins/Help/icon.svg
|
||||
share/pixmaps/cairo-dock.svg
|
||||
@dirrm share/locale/sr@latin/LC_MESSAGES
|
||||
@dirrm share/locale/sr@latin
|
||||
@dirrm share/locale/oc/LC_MESSAGES
|
||||
@dirrm share/locale/oc
|
||||
@dirrm share/locale/fo/LC_MESSAGES
|
||||
|
Loading…
Reference in New Issue
Block a user