mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
- Attempt to fix build on pointyhat by specifying where the nautilus
extensions dir is. [1] - Add missing file to plist Reported by: krismail [1]
This commit is contained in:
parent
8c36c56a47
commit
27b8dece77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142548
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= nautilus-actions
|
PORTNAME= nautilus-actions
|
||||||
PORTVERSION= 0.6
|
PORTVERSION= 0.6
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||||
http://people.freebsd.org/~ahze/distfiles/
|
http://people.freebsd.org/~ahze/distfiles/
|
||||||
@ -24,6 +24,8 @@ USE_X_PREFIX= yes
|
|||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
CONFIGURE_ARGS= --with-nautilus-extdir=${X11BASE}/lib/nautilus/extensions-1.0
|
||||||
|
|
||||||
INTLTOOLIZE?= ${LOCALBASE}/bin/intltoolize
|
INTLTOOLIZE?= ${LOCALBASE}/bin/intltoolize
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
bin/nautilus-actions-config
|
bin/nautilus-actions-config
|
||||||
|
lib/nautilus/extensions-1.0/libnautilus-actions.so
|
||||||
share/applications/nact.desktop
|
share/applications/nact.desktop
|
||||||
share/locale/es/LC_MESSAGES/nautilus-actions.mo
|
share/locale/es/LC_MESSAGES/nautilus-actions.mo
|
||||||
%%DATADIR%%/config_newaction.xml
|
%%DATADIR%%/config_newaction.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user