diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-22 19:25:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-22 19:25:18 +0800 |
commit | 6de727bc121eba9a674c6fe70bc77e147ed6939a (patch) | |
tree | d4919b1d91962e434c088176c0a48bc67b6e417d | |
parent | 3fd3ca687d13888ae6a43cbb88c92a93e8d6e3da (diff) | |
download | freebsd-ports-gnome-6de727bc121eba9a674c6fe70bc77e147ed6939a.tar.gz freebsd-ports-gnome-6de727bc121eba9a674c6fe70bc77e147ed6939a.tar.zst freebsd-ports-gnome-6de727bc121eba9a674c6fe70bc77e147ed6939a.zip |
- Update to 0.4.12
PR: 141814
Submitted by: Ports Fury
-rw-r--r-- | editors/gobby/Makefile | 15 | ||||
-rw-r--r-- | editors/gobby/distinfo | 6 | ||||
-rw-r--r-- | editors/gobby/pkg-plist | 24 |
3 files changed, 29 insertions, 16 deletions
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index 6fea1e48bffd..19854ca3e89d 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gobby -PORTVERSION= 0.4.11 +PORTVERSION= 0.4.12 CATEGORIES= editors MASTER_SITES= http://releases.0x539.de/gobby/ @@ -18,6 +18,8 @@ LIB_DEPENDS= obby-0.4.1:${PORTSDIR}/devel/obby \ xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \ gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +OPTIONS= GTKSPELL "Enable GtkSpell support" off + USE_GNOME= gnomehack gtksourceview2 USE_GMAKE= yes GNU_CONFIGURE= yes @@ -26,4 +28,13 @@ INSTALLS_ICONS= yes MAN1= ${PORTNAME}.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if defined(WITH_GTKSPELL) +LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell +CONFIGURE_ARGS+=--with-gtkspell +.else +CONFIGURE_ARGS+=--without-gtkspell +.endif + +.include <bsd.port.post.mk> diff --git a/editors/gobby/distinfo b/editors/gobby/distinfo index 14ac16bfb008..9222a5e5e43d 100644 --- a/editors/gobby/distinfo +++ b/editors/gobby/distinfo @@ -1,3 +1,3 @@ -MD5 (gobby-0.4.11.tar.gz) = 977c14bf3864979618046240967e8151 -SHA256 (gobby-0.4.11.tar.gz) = c2523ca1caaa9b4abd95246595496c6321f4880200ba6a3b0e24bfed0f5db178 -SIZE (gobby-0.4.11.tar.gz) = 458897 +MD5 (gobby-0.4.12.tar.gz) = 835cc48f5177196e4a18610c2cb013bf +SHA256 (gobby-0.4.12.tar.gz) = 7b9f6e9aa79bb8f95d71e36efd90979b6905bee65162278c1b733e356949a579 +SIZE (gobby-0.4.12.tar.gz) = 464464 diff --git a/editors/gobby/pkg-plist b/editors/gobby/pkg-plist index 209f5e6d40e9..f1a34e2ecb3f 100644 --- a/editors/gobby/pkg-plist +++ b/editors/gobby/pkg-plist @@ -27,6 +27,7 @@ share/locale/ca/LC_MESSAGES/gobby.mo share/locale/cs/LC_MESSAGES/gobby.mo share/locale/de/LC_MESSAGES/gobby.mo share/locale/el/LC_MESSAGES/gobby.mo +share/locale/en_GB/LC_MESSAGES/gobby.mo share/locale/es/LC_MESSAGES/gobby.mo share/locale/fr/LC_MESSAGES/gobby.mo share/locale/he/LC_MESSAGES/gobby.mo @@ -39,18 +40,19 @@ share/locale/pt/LC_MESSAGES/gobby.mo share/locale/pt_BR/LC_MESSAGES/gobby.mo share/locale/ru/LC_MESSAGES/gobby.mo share/locale/sv/LC_MESSAGES/gobby.mo +share/locale/uk/LC_MESSAGES/gobby.mo share/locale/zh_CN/LC_MESSAGES/gobby.mo -@dirrm share/icons/HighContrastLargePrintInverse/scalable/apps -@dirrm share/icons/HighContrastLargePrintInverse/scalable -@dirrm share/icons/HighContrastLargePrintInverse/48x48/apps -@dirrm share/icons/HighContrastLargePrintInverse/48x48 -@dirrm share/icons/HighContrastLargePrintInverse -@dirrm share/icons/HighContrastLargePrint/scalable/apps -@dirrm share/icons/HighContrastLargePrint/scalable -@dirrm share/icons/HighContrastLargePrint/48x48/apps -@dirrm share/icons/HighContrastLargePrint/48x48 -@dirrm share/icons/HighContrastLargePrint -@dirrm share/icons +@dirrmtry share/icons/HighContrastLargePrintInverse/scalable/apps +@dirrmtry share/icons/HighContrastLargePrintInverse/scalable +@dirrmtry share/icons/HighContrastLargePrintInverse/48x48/apps +@dirrmtry share/icons/HighContrastLargePrintInverse/48x48 +@dirrmtry share/icons/HighContrastLargePrintInverse +@dirrmtry share/icons/HighContrastLargePrint/scalable/apps +@dirrmtry share/icons/HighContrastLargePrint/scalable +@dirrmtry share/icons/HighContrastLargePrint/48x48/apps +@dirrmtry share/icons/HighContrastLargePrint/48x48 +@dirrmtry share/icons/HighContrastLargePrint +@dirrmtry share/icons @dirrm %%DATADIR%%/icons/hicolor/scalable/actions @dirrm %%DATADIR%%/icons/hicolor/scalable @dirrm %%DATADIR%%/icons/hicolor/48x48/actions |