diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkmm30/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview3/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview3/pkg-plist | 2 | ||||
-rw-r--r-- | x11-toolkits/libwnck3/Makefile | 15 | ||||
-rw-r--r-- | x11-toolkits/libwnck3/distinfo | 5 | ||||
-rw-r--r-- | x11-toolkits/libwnck3/pkg-plist | 1 | ||||
-rw-r--r-- | x11-toolkits/pango-reference/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/pangomm/Makefile | 1 |
10 files changed, 22 insertions, 18 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index d2480cb273c5..1b4e7dc62250 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -23,8 +23,7 @@ PORTSCOUT= limitw:0,even RUN_DEPENDS+= update-mime-database:misc/shared-mime-info \ ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme -USES+= gettext gmake libtool pathfix perl5 pkgconfig python:run shebangfix -SHEBANG_FILES= gtk/gtk-builder-convert +USES+= gettext gmake libtool localbase pathfix perl5 pkgconfig GNU_CONFIGURE= yes USE_GNOME= atk pango gdkpixbuf2 introspection:build \ gtk-update-icon-cache @@ -33,8 +32,6 @@ USE_PERL5= build USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite CONFIGURE_ARGS= --with-xinput=yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= CUPS DEBUG diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 33e645e5874f..8fd4a3a43dc1 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -57,7 +57,7 @@ GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \ org.gtk.Settings.Debug.gschema.xml \ org.gtk.Settings.FileChooser.gschema.xml -OPTIONS_DEFINE= CUPS CLOUDPRINT COLORD DEBUG BROADWAY +OPTIONS_DEFINE= CUPS CLOUDPRINT COLORD BROADWAY OPTIONS_DEFAULT=CUPS COLORD BROADWAY OPTIONS_SUB= yes diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index 3b8efad224de..743882cbc617 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -13,6 +13,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for Gtk+3 LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING USES+= tar:xz diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index c33768eca4b8..8b04336edb7f 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -11,6 +11,9 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= tar:xz PORTSCOUT= limitw:1,even @@ -19,7 +22,7 @@ PORTSCOUT= limitw:1,even BUILD_DEPENDS= vala:lang/vala -USES+= gettext gmake gnome libtool pathfix pkgconfig +USES+= gettext gmake gnome libtool localbase pathfix pkgconfig USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intlhack \ introspection:build libxml2 referencehack GNU_CONFIGURE= yes @@ -28,8 +31,6 @@ CONFIGURE_ARGS= --enable-compile-warnings=no \ --enable-glade-catalog=no \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ --enable-introspection -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: diff --git a/x11-toolkits/gtksourceview3/pkg-plist b/x11-toolkits/gtksourceview3/pkg-plist index 5b5b9aeac155..a50571207541 100644 --- a/x11-toolkits/gtksourceview3/pkg-plist +++ b/x11-toolkits/gtksourceview3/pkg-plist @@ -25,6 +25,7 @@ include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h include/gtksourceview-3.0/gtksourceview/gtksourceregion.h include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +include/gtksourceview-3.0/gtksourceview/gtksourcetag.h include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h @@ -65,6 +66,7 @@ libdata/pkgconfig/gtksourceview-3.0.pc %%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceMap.html %%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceMark.html %%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceMarkAttributes.html +%%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceRegion.html %%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourcePrintCompositor.html %%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceRegion.html %%PORTDOCS%%%%DOCSDIR%%-3.0/GtkSourceSearchContext.html diff --git a/x11-toolkits/libwnck3/Makefile b/x11-toolkits/libwnck3/Makefile index e0a29f7bdefc..ac25d6b91680 100644 --- a/x11-toolkits/libwnck3/Makefile +++ b/x11-toolkits/libwnck3/Makefile @@ -1,9 +1,8 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11-toolkits/libwnck3/Makefile 19952 2014-10-15 08:11:00Z gusi $ PORTNAME= libwnck -PORTVERSION= 3.14.0 +PORTVERSION= 3.20.1 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -12,18 +11,20 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Library used for writing pagers and taskslists +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= tar:xz .if !defined(REFERENCE_PORT) -USES+= bison gettext gmake libtool pathfix pkgconfig -USE_GNOME= gtk30 intlhack introspection:build referencehack -USE_XORG= xres x11 +USES+= bison gettext gmake libtool localbase pathfix pkgconfig +USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack introspection:build \ + referencehack +USE_XORG= xext xrender xres x11 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tools -CPPFLAGS+= -I${LOCALBASE}/include -LINS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= STARTUP diff --git a/x11-toolkits/libwnck3/distinfo b/x11-toolkits/libwnck3/distinfo index e42ae9418b67..5eef039e7a50 100644 --- a/x11-toolkits/libwnck3/distinfo +++ b/x11-toolkits/libwnck3/distinfo @@ -1,2 +1,3 @@ -SHA256 (gnome3/libwnck-3.14.0.tar.xz) = f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c -SIZE (gnome3/libwnck-3.14.0.tar.xz) = 675916 +TIMESTAMP = 1476434990 +SHA256 (gnome3/libwnck-3.20.1.tar.xz) = 1cb03716bc477058dfdf3ebfa4f534de3b13b1aa067fcd064d0b7813291cba72 +SIZE (gnome3/libwnck-3.20.1.tar.xz) = 693932 diff --git a/x11-toolkits/libwnck3/pkg-plist b/x11-toolkits/libwnck3/pkg-plist index 74024ed453c5..e8358ffcba47 100644 --- a/x11-toolkits/libwnck3/pkg-plist +++ b/x11-toolkits/libwnck3/pkg-plist @@ -29,7 +29,6 @@ share/gtk-doc/html/libwnck-3.0/core.html share/gtk-doc/html/libwnck-3.0/getting-started.html share/gtk-doc/html/libwnck-3.0/home.png share/gtk-doc/html/libwnck-3.0/index.html -share/gtk-doc/html/libwnck-3.0/index.sgml share/gtk-doc/html/libwnck-3.0/indexes.html share/gtk-doc/html/libwnck-3.0/ix01.html share/gtk-doc/html/libwnck-3.0/ix02.html diff --git a/x11-toolkits/pango-reference/Makefile b/x11-toolkits/pango-reference/Makefile index c64045d10ec5..29079f266d73 100644 --- a/x11-toolkits/pango-reference/Makefile +++ b/x11-toolkits/pango-reference/Makefile @@ -3,6 +3,7 @@ PORTREVISION= 1 +NO_ARCH= yes REFERENCE_SRC= ${WRKSRC}/docs .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile index d50f1221a3f5..9ec8b06f2fec 100644 --- a/x11-toolkits/pangomm/Makefile +++ b/x11-toolkits/pangomm/Makefile @@ -12,6 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for Pango LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz |