diff options
author | tijl <tijl@FreeBSD.org> | 2014-08-30 23:24:52 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-08-30 23:24:52 +0800 |
commit | f1f304691e8d652490a3a101304d52ffed67c028 (patch) | |
tree | 547cfba4b2401f1ffb83e6d8fb80b03299c7f5ac /deskutils | |
parent | b11c2e649b23504919ac7061a1c47719e47f38de (diff) | |
download | freebsd-ports-gnome-f1f304691e8d652490a3a101304d52ffed67c028.tar.gz freebsd-ports-gnome-f1f304691e8d652490a3a101304d52ffed67c028.tar.zst freebsd-ports-gnome-f1f304691e8d652490a3a101304d52ffed67c028.zip |
- Convert to USES=desktop-file-utils libtool shared-mime-info
- Add INSTALL_TARGET=install-strip
- Don't enable static plugins
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/planner/Makefile | 16 | ||||
-rw-r--r-- | deskutils/planner/pkg-plist | 20 |
2 files changed, 10 insertions, 26 deletions
diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile index 630085d84a22..77dcbae81da4 100644 --- a/deskutils/planner/Makefile +++ b/deskutils/planner/Makefile @@ -4,7 +4,7 @@ PORTNAME= planner PORTVERSION= 0.14.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,19 +12,21 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Project management application for GNOME 2 -USES= pathfix gettext gmake pkgconfig tar:xz +USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ + shared-mime-info tar:xz USE_GNOME= gnomeprefix intlhack libgnomeui libgnomeprintui \ - libgsf desktopfileutils + libgsf WANT_GNOME= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-static \ - --disable-python \ - --disable-python-plugin +CONFIGURE_ARGS= --disable-python \ + --disable-python-plugin \ + --disable-update-mimedb CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= planner.schemas diff --git a/deskutils/planner/pkg-plist b/deskutils/planner/pkg-plist index f41dee8667ce..f6bb0da24e15 100644 --- a/deskutils/planner/pkg-plist +++ b/deskutils/planner/pkg-plist @@ -16,27 +16,14 @@ include/planner-1.0/libplanner/mrp-task.h include/planner-1.0/libplanner/mrp-time.h include/planner-1.0/libplanner/mrp-types.h include/planner-1.0/libplanner/planner.h -lib/libplanner-1.a -lib/libplanner-1.la lib/libplanner-1.so lib/libplanner-1.so.0 -lib/planner/file-modules/libmrp-xml.a -lib/planner/file-modules/libmrp-xml.la +lib/libplanner-1.so.0.0.0 lib/planner/file-modules/libmrp-xml.so -lib/planner/file-modules/libmrp-xsl.a -lib/planner/file-modules/libmrp-xsl.la lib/planner/file-modules/libmrp-xsl.so -lib/planner/plugins/libhtml-plugin.a -lib/planner/plugins/libhtml-plugin.la lib/planner/plugins/libhtml-plugin.so -lib/planner/plugins/libmsp-plugin.a -lib/planner/plugins/libmsp-plugin.la lib/planner/plugins/libmsp-plugin.so -lib/planner/plugins/libxmlplanner-plugin.a -lib/planner/plugins/libxmlplanner-plugin.la lib/planner/plugins/libxmlplanner-plugin.so -lib/planner/storage-modules/libstorage-mrproject-1.a -lib/planner/storage-modules/libstorage-mrproject-1.la lib/planner/storage-modules/libstorage-mrproject-1.so libdata/pkgconfig/libplanner-1.pc man/man1/planner.1.gz @@ -210,7 +197,6 @@ share/locale/vi/LC_MESSAGES/planner.mo share/locale/zh_CN/LC_MESSAGES/planner.mo share/locale/zh_HK/LC_MESSAGES/planner.mo share/locale/zh_TW/LC_MESSAGES/planner.mo -share/mime/application/x-planner.xml share/mime/packages/planner.xml share/omf/planner/planner-C.omf share/omf/planner/planner-eu.omf @@ -294,10 +280,6 @@ share/planner/ui/xml-planner-plugin.ui @dirrm lib/planner @dirrm include/planner-1.0/libplanner @dirrm include/planner-1.0 -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/rw/LC_MESSAGES |