Date: Mon, 22 Dec 2014 23:10:19 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375288 - in head/x11: libmatekbd mate-desktop mate-dialogs mate-menus mate-session-manager workrave xscreensaver-gnome Message-ID: <201412222310.sBMNAJFa022457@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Dec 22 23:10:18 2014 New Revision: 375288 URL: https://svnweb.freebsd.org/changeset/ports/375288 QAT: https://qat.redports.org/buildarchive/r375288/ Log: Get rid of gnomehier Modified: head/x11/libmatekbd/Makefile head/x11/mate-desktop/Makefile head/x11/mate-dialogs/Makefile head/x11/mate-menus/Makefile head/x11/mate-session-manager/Makefile head/x11/workrave/Makefile head/x11/xscreensaver-gnome/Makefile Modified: head/x11/libmatekbd/Makefile ============================================================================== --- head/x11/libmatekbd/Makefile Mon Dec 22 23:06:09 2014 (r375287) +++ head/x11/libmatekbd/Makefile Mon Dec 22 23:10:18 2014 (r375288) @@ -3,6 +3,7 @@ PORTNAME= libmatekbd PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -15,7 +16,7 @@ LIB_DEPENDS= libxklavier.so:${PORTSDIR}/ PORTSCOUT= limitw:1,even USES= gettext gmake libtool pathfix pkgconfig tar:xz -USE_GNOME= gnomehier gtk20 intlhack +USE_GNOME= gtk20 intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 Modified: head/x11/mate-desktop/Makefile ============================================================================== --- head/x11/mate-desktop/Makefile Mon Dec 22 23:06:09 2014 (r375287) +++ head/x11/mate-desktop/Makefile Mon Dec 22 23:10:18 2014 (r375288) @@ -3,6 +3,7 @@ PORTNAME= mate-desktop PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -18,7 +19,7 @@ PORTSCOUT= limitw:1,even USES= bison gettext gmake libtool pathfix pkgconfig \ python tar:xz USE_XORG= x11 xrandr -USE_GNOME= dconf gnomehier gdkpixbuf2 gtk20 intlhack +USE_GNOME= dconf gdkpixbuf2 gtk20 intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 \ Modified: head/x11/mate-dialogs/Makefile ============================================================================== --- head/x11/mate-dialogs/Makefile Mon Dec 22 23:06:09 2014 (r375287) +++ head/x11/mate-dialogs/Makefile Mon Dec 22 23:10:18 2014 (r375288) @@ -3,6 +3,7 @@ PORTNAME= mate-dialogs PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -15,7 +16,7 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textp PORTSCOUT= limitw:1,even USES= gettext gmake pkgconfig tar:xz -USE_GNOME= gnomehier gtk20 +USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11/mate-menus/Makefile ============================================================================== --- head/x11/mate-menus/Makefile Mon Dec 22 23:06:09 2014 (r375287) +++ head/x11/mate-menus/Makefile Mon Dec 22 23:10:18 2014 (r375288) @@ -3,6 +3,7 @@ PORTNAME= mate-menus PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -14,7 +15,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake libtool pathfix pkgconfig \ python tar:xz -USE_GNOME= glib20 gnomehier intlhack introspection:build +USE_GNOME= glib20 intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11/mate-session-manager/Makefile ============================================================================== --- head/x11/mate-session-manager/Makefile Mon Dec 22 23:06:09 2014 (r375287) +++ head/x11/mate-session-manager/Makefile Mon Dec 22 23:10:18 2014 (r375288) @@ -3,6 +3,7 @@ PORTNAME= mate-session-manager PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= x11 mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -21,7 +22,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_MATE= settingsdaemon USE_XORG= ice sm xau xext xrandr xrender xtrans xtst -USE_GNOME= gnomehier gtk20 intlhack librsvg2 libxslt pango +USE_GNOME= gtk20 intlhack librsvg2 libxslt pango GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docbook-docs \ --with-gtk=2.0 \ Modified: head/x11/workrave/Makefile ============================================================================== --- head/x11/workrave/Makefile Mon Dec 22 23:06:09 2014 (r375287) +++ head/x11/workrave/Makefile Mon Dec 22 23:10:18 2014 (r375288) @@ -3,7 +3,7 @@ PORTNAME= workrave PORTVERSION= 1.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= SF @@ -17,7 +17,7 @@ LIB_DEPENDS= libgdome.so:${PORTSDIR}/tex USES= gettext gmake pathfix pkgconfig python USE_XORG= recordproto x11 xext xmu xscrnsaver xtst -USE_GNOME= intlhack gconf2 gnomehier gtkmm24 +USE_GNOME= intlhack gconf2 gtkmm24 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules --enable-gconf --disable-gnome3 \ --disable-indicator Modified: head/x11/xscreensaver-gnome/Makefile ============================================================================== --- head/x11/xscreensaver-gnome/Makefile Mon Dec 22 23:06:09 2014 (r375287) +++ head/x11/xscreensaver-gnome/Makefile Mon Dec 22 23:10:18 2014 (r375288) @@ -20,7 +20,7 @@ LIB_DEPENDS= libgle.so:${PORTSDIR}/graph USE_XORG= x11 xpm USE_GL= gl USE_PERL5= run -USE_GNOME= gnomehier libglade2 +USE_GNOME= libglade2 USES+= dos2unix gettext gmake perl5 pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk --with-gl --with-gle --with-pixbuf --with-xpm \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412222310.sBMNAJFa022457>