diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 13:31:08 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-01 13:31:08 +0000 |
commit | 579f875c19870f9fdcd5cff9053195fedbc3e2ec (patch) | |
tree | 7a54a4886ee8fc89f90716f88b5d536581f6d680 /sysutils/gnome-control-center | |
parent | eba8dc75796b0f9a2eb2e2d8d8522cf8d97ef5ef (diff) |
Notes
Diffstat (limited to 'sysutils/gnome-control-center')
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 6 | ||||
-rw-r--r-- | sysutils/gnome-control-center/pkg-plist | 10 |
2 files changed, 5 insertions, 11 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index aa827b3663b4..3f75b4883a4d 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-control-center PORTVERSION= 2.32.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,7 +20,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/g RUN_DEPENDS= gnome-eject:${PORTSDIR}/sysutils/gnome-mount \ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon -USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:bzip2 +USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ + shared-mime-info tar:bzip2 GNOME_DESKTOP_VERSION=2 USE_GSTREAMER= good WANT_GNOME= yes @@ -31,6 +32,7 @@ GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes +CONFIGURE_ARGS= --disable-update-mimedb CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/sysutils/gnome-control-center/pkg-plist b/sysutils/gnome-control-center/pkg-plist index 8dc6aef459ec..0c701042f4aa 100644 --- a/sysutils/gnome-control-center/pkg-plist +++ b/sysutils/gnome-control-center/pkg-plist @@ -19,11 +19,10 @@ etc/xdg/menus/gnomecc.menu include/gnome-window-settings-2.0/gnome-window-manager.h include/gnome-window-settings-2.0/gnome-wm-manager.h lib/libgnome-window-settings.a -lib/libgnome-window-settings.la lib/libgnome-window-settings.so lib/libgnome-window-settings.so.1 +lib/libgnome-window-settings.so.1.0.0 lib/window-manager-settings/libmetacity.a -lib/window-manager-settings/libmetacity.la lib/window-manager-settings/libmetacity.so libdata/pkgconfig/gnome-default-applications.pc libdata/pkgconfig/gnome-keybindings.pc @@ -259,7 +258,6 @@ share/locale/zh_CN/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/zh_HK/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/zh_TW/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/zu/LC_MESSAGES/gnome-control-center-2.0.mo -share/mime/application/x-gnome-theme-package.xml share/mime/packages/gnome-theme-package.xml share/omf/control-center/control-center-C.omf share/omf/control-center/control-center-ca.omf @@ -317,12 +315,6 @@ share/polkit-1/actions/org.gnome.randr.policy @dirrmtry share/desktop-directories @dirrm lib/window-manager-settings @dirrm include/gnome-window-settings-2.0 -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@comment not sure about this .. -@unexec rm -f %D/share/applications/mimeinfo.cache > /dev/null || /usr/bin/true -@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/zu/LC_MESSAGES @dirrmtry share/locale/zu @dirrmtry share/locale/zh_HK/LC_MESSAGES |