Advertisement
gusibsd

Untitled

Nov 25th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. PORTNAME= nemo-extensions
  2. PORTVERSION= 2.0.1
  3. CATEGORIES= x11-fm gnome
  4. DIST_SUBDIR= gnome3
  5.  
  6. MAINTAINER= gustau.perez@gmail.com
  7. COMMENT= File manager extensions for the Cinnamon desktop
  8.  
  9. BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
  10. gtkdocize:${PORTSDIR}/textproc/gtk-doc \
  11. gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \
  12. ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
  13. LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \
  14. libcinnamon-desktop.so:${PORTSDIR}/x11/cinnamon-desktop \
  15. libnemo-extension.so:${PORTSDIR}/x11-fm/nemo \
  16. libnotify.so:${PORTSDIR}/devel/libnotify \
  17. libexempi.so:${PORTSDIR}/textproc/exempi
  18. RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
  19. ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
  20.  
  21. USE_GITHUB= yes
  22. GH_ACCOUNT= linuxmint
  23. GH_PROJECT= nemo-extensions
  24. GH_COMMIT= 54f4d94
  25. GH_TAGNAME= ${GH_COMMIT}
  26.  
  27. INSTALLS_ICONS= yes
  28. USES= desktop-file-utils gettext gmake pathfix \
  29. pkgconfig shared-mime-info
  30. USE_GNOME= gnomeprefix intlhack introspection:build libxml2
  31. NO_BUILD= yes
  32. USE_LDCONFIG= yes
  33. CPPFLAGS+= -I${LOCALBASE}/include
  34. LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
  35. #CONFIGURE_ARGS= --enable-static --disable-packagekit --disable-tracker
  36. MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
  37.  
  38. GLIB_SCHEMAS= org.nemo.gschema.xml
  39.  
  40. do-build:
  41. @${CD} ${WRKSRC}/nemo-dropbox && ./configure && make
  42.  
  43. do-install:
  44. @${CD} ${WRKSRC}/nemo-dropbox && make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement