diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 0ce30a4685b4..0b73ea9110fd 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -1,44 +1,42 @@ # Created by: Andrey Zakhvatov PORTNAME= genius DISTVERSION= 1.0.27 PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME \ http://ftp.5z.com/pub/genius/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Arbitrary precision calculator for Gnome Desktop Environment LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= rarian-sk-config:textproc/rarian LIB_DEPENDS= libamtk-5.so:x11-toolkits/amtk \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgmp.so:math/gmp \ libharfbuzz.so:print/harfbuzz \ libmpfr.so:math/mpfr -RUN_DEPENDS= rarian-sk-config:textproc/rarian USES= desktop-file-utils gmake gnome libtool pathfix pkgconfig \ readline shared-mime-info tar:xz xorg USE_GNOME= cairo gnomeprefix gdkpixbuf2 gtksourceview4 intltool vte3 USE_XORG= x11 xext GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-extra-gcc-optimization \ --disable-scrollkeeper \ --disable-update-mimedb INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls .include diff --git a/devel/glade/Makefile b/devel/glade/Makefile index d908bd1d6353..441de7fc81b5 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -1,49 +1,49 @@ # Created by: Koop Mast PORTNAME= glade PORTVERSION= 3.38.2 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ PATCHFILES+= 04ba6f96.patch:-p1 \ 61304b2e.patch:-p1 MAINTAINER= gnome@FreeBSD.org COMMENT= User interface builder for GTK+ 3 LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.GPL LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL -BUILD_DEPENDS= itstool:textproc/itstool \ - rarian-sk-config:textproc/rarian +BUILD_DEPENDS= itstool:textproc/itstool CONFLICTS= glade3-3.* PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gnome localbase:ldflags \ meson pathfix pkgconfig tar:xz USE_GNOME= cairo gtk30 intlhack introspection:build DOCSDIR= ${PREFIX}/share/doc/gladeui-2 OPTIONS_SUB= yes OPTIONS_DEFINE= GJS PYTHON WEBKIT OPTIONS_DEFAULT= GJS PYTHON WEBKIT GJS_MESON_ENABLED= gjs GJS_LIB_DEPENDS= libgjs.so:lang/gjs PYTHON_MESON_ENABLED= python PYTHON_USES= python:3.4+ PYTHON_USE= GNOME=pygobject3 WEBKIT_DESC= Webkit glade support WEBKIT_MESON_ENABLED= webkit2gtk WEBKIT_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 .include diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index 36e53e02ebb6..5d28a380b5da 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -1,20 +1,20 @@ # Created by: Glenn Johnson PORTNAME= gnucash-docs DISTVERSION= 4.9 +PORTREVISION= 1 CATEGORIES= finance gnome MASTER_SITES= SF/gnucash/gnucash%20%28stable%29/${PORTVERSION} MAINTAINER= madpilot@FreeBSD.org COMMENT= Documentation for gnucash -LIB_DEPENDS= librarian.so:textproc/rarian RUN_DEPENDS= yelp:x11/yelp USES= cmake localbase gnome USE_GNOME= libxml2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_ARCH= yes .include