diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2017-10-14 23:38:44 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-10-14 23:38:44 +0800 |
commit | f8d4cb0a58abad5039d26ca9cb5f35323832af67 (patch) | |
tree | 9b43d90047547a1d0f51ff4f3b29dd1dd00fda7e /sysutils/mate-control-center | |
parent | 8afb9739ccdc4e34f7634281f1785352360de123 (diff) | |
download | freebsd-ports-gnome-f8d4cb0a58abad5039d26ca9cb5f35323832af67.tar.gz freebsd-ports-gnome-f8d4cb0a58abad5039d26ca9cb5f35323832af67.tar.zst freebsd-ports-gnome-f8d4cb0a58abad5039d26ca9cb5f35323832af67.zip |
Update mate-control-center to 1.18.2.
Diffstat (limited to 'sysutils/mate-control-center')
-rw-r--r-- | sysutils/mate-control-center/Makefile | 8 | ||||
-rw-r--r-- | sysutils/mate-control-center/distinfo | 6 | ||||
-rw-r--r-- | sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c | 8 | ||||
-rw-r--r-- | sysutils/mate-control-center/pkg-plist | 1 |
4 files changed, 13 insertions, 10 deletions
diff --git a/sysutils/mate-control-center/Makefile b/sysutils/mate-control-center/Makefile index 382a25818b15..d576c64f44d6 100644 --- a/sysutils/mate-control-center/Makefile +++ b/sysutils/mate-control-center/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mate-control-center -PORTVERSION= 1.18.1 -PORTREVISION= 1 +PORTVERSION= 1.18.2 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -11,6 +10,9 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Control center for MATE project +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ @@ -33,7 +35,7 @@ USE_GNOME= cairo dconf glib20 gtk30 intlhack libxml2 librsvg2 pango USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-appindicator=no \ - --with-gtk=3.0 + --disable-update-mimedb INSTALLS_ICONS= yes INSTALL_TARGET= install-strip diff --git a/sysutils/mate-control-center/distinfo b/sysutils/mate-control-center/distinfo index ffd3bf61d260..0c5e3072898d 100644 --- a/sysutils/mate-control-center/distinfo +++ b/sysutils/mate-control-center/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491671361 -SHA256 (mate/mate-control-center-1.18.1.tar.xz) = 1d5c1fe4da8fc5c453d4d3d2b91e18c4dadd2baf65f4da167b27292e34874bd5 -SIZE (mate/mate-control-center-1.18.1.tar.xz) = 1343276 +TIMESTAMP = 1507994658 +SHA256 (mate/mate-control-center-1.18.2.tar.xz) = b49d5af69dbf948604e646bde668c573e40d59c767d3cc19f358158720b0963a +SIZE (mate/mate-control-center-1.18.2.tar.xz) = 1351644 diff --git a/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c b/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c index 5d470f7aa40c..38b4ae422511 100644 --- a/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c +++ b/sysutils/mate-control-center/files/patch-capplets_common_mate-theme-info.c @@ -1,7 +1,7 @@ ---- capplets/common/mate-theme-info.c.orig 2009-05-03 20:30:56.000000000 +0200 -+++ capplets/common/mate-theme-info.c 2009-07-19 12:54:25.000000000 +0200 -@@ -1876,7 +1876,7 @@ mate_theme_init () - #ifdef XCURSOR_ICONDIR +--- capplets/common/mate-theme-info.c.orig 2017-05-28 07:59:23 UTC ++++ capplets/common/mate-theme-info.c +@@ -1819,7 +1819,7 @@ mate_theme_init () + /* if there's a separate xcursors dir, add that as well */ if (strcmp (XCURSOR_ICONDIR, top_theme_dir_string) && - strcmp (XCURSOR_ICONDIR, "/usr/share/icons")) { diff --git a/sysutils/mate-control-center/pkg-plist b/sysutils/mate-control-center/pkg-plist index d581635335c3..2568e72c9526 100644 --- a/sysutils/mate-control-center/pkg-plist +++ b/sysutils/mate-control-center/pkg-plist @@ -582,5 +582,6 @@ share/locale/zu/LC_MESSAGES/mate-control-center.mo %%DATADIR%%/ui/mate-keyboard-properties-options-dialog.ui %%DATADIR%%/ui/mate-mouse-properties.ui %%DATADIR%%/ui/mate-network-properties.ui +share/mime/packages/mate-theme-package.xml share/polkit-1/actions/org.mate.randr.policy share/thumbnailers/mate-font-viewer.thumbnailer |