svn commit: r366878 - head/sysutils/gnome-control-center
Tijl Coosemans
tijl at FreeBSD.org
Mon Sep 1 13:31:09 UTC 2014
Author: tijl
Date: Mon Sep 1 13:31:08 2014
New Revision: 366878
URL: http://svnweb.freebsd.org/changeset/ports/366878
QAT: https://qat.redports.org/buildarchive/r366878/
Log:
Add USES=libtool and USES=shared-mime-info
Modified:
head/sysutils/gnome-control-center/Makefile
head/sysutils/gnome-control-center/pkg-plist
Modified: head/sysutils/gnome-control-center/Makefile
==============================================================================
--- head/sysutils/gnome-control-center/Makefile Mon Sep 1 13:25:01 2014 (r366877)
+++ head/sysutils/gnome-control-center/Makefile Mon Sep 1 13:31:08 2014 (r366878)
@@ -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/gnom
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
Modified: head/sysutils/gnome-control-center/pkg-plist
==============================================================================
--- head/sysutils/gnome-control-center/pkg-plist Mon Sep 1 13:25:01 2014 (r366877)
+++ head/sysutils/gnome-control-center/pkg-plist Mon Sep 1 13:31:08 2014 (r366878)
@@ -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-con
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.p
@dirrmtry share/desktop-directories
@dirrm lib/window-manager-settings
@dirrm include/gnome-window-settings-2.0
- at exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at comment not sure about this ..
- at unexec rm -f %D/share/applications/mimeinfo.cache > /dev/null || /usr/bin/true
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at 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
More information about the svn-ports-all
mailing list