diff options
author | kwm <kwm@FreeBSD.org> | 2017-01-01 03:43:21 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-01-01 03:43:21 +0800 |
commit | 990a12edb8c95236362bee3ffed8eaa96b6d33c9 (patch) | |
tree | a85deca57170b3f8f9f22039951c9c6667454e1f /science | |
parent | 03efe7cecd7bcd359a627d96a51cd9f59adf0987 (diff) | |
download | freebsd-ports-gnome-990a12edb8c95236362bee3ffed8eaa96b6d33c9.tar.gz freebsd-ports-gnome-990a12edb8c95236362bee3ffed8eaa96b6d33c9.tar.zst freebsd-ports-gnome-990a12edb8c95236362bee3ffed8eaa96b6d33c9.zip |
Update gchemutils to 0.14.16.
Record indirect dependancies.
Diffstat (limited to 'science')
-rw-r--r-- | science/gchemutils/Makefile | 5 | ||||
-rw-r--r-- | science/gchemutils/distinfo | 5 | ||||
-rw-r--r-- | science/gchemutils/files/patch-libs_gccv_text.cc | 26 | ||||
-rw-r--r-- | science/gchemutils/pkg-plist | 4 |
4 files changed, 10 insertions, 30 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 23bd2426f825..6ce7e6998c31 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gchemutils -PORTVERSION= 0.14.10 +PORTVERSION= 0.14.16 CATEGORIES= science MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTVERSION:R} DISTNAME= gnome-chemistry-utils-${PORTVERSION} @@ -24,7 +24,8 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:science/bodr \ PORTSCOUT= limitw:1,even USE_XORG= x11 -USE_GNOME= gnomedocutils gtk30 intlhack libgsf libxml2 +USE_GNOME= cairo gnomedocutils gtk30 intlhack libgsf libxml2 +USE_GL= gl USES= desktop-file-utils gettext gmake libtool:keepla localbase:ldflags \ pathfix pkgconfig shared-mime-info tar:xz USE_LDCONFIG= yes diff --git a/science/gchemutils/distinfo b/science/gchemutils/distinfo index 36d2b7b29d00..ac9ec6cf5965 100644 --- a/science/gchemutils/distinfo +++ b/science/gchemutils/distinfo @@ -1,2 +1,3 @@ -SHA256 (gnome-chemistry-utils-0.14.10.tar.xz) = 425d2f89eeb4b1aa41e74e29e7dd958d515805a7235d65d269145d95d988e7ac -SIZE (gnome-chemistry-utils-0.14.10.tar.xz) = 5783360 +TIMESTAMP = 1483200443 +SHA256 (gnome-chemistry-utils-0.14.16.tar.xz) = 762effe8af6df568b824dbc9daef187fdf98c4a19edd31b4dd441ff4b7641741 +SIZE (gnome-chemistry-utils-0.14.16.tar.xz) = 5901656 diff --git a/science/gchemutils/files/patch-libs_gccv_text.cc b/science/gchemutils/files/patch-libs_gccv_text.cc deleted file mode 100644 index 2f282f640f1f..000000000000 --- a/science/gchemutils/files/patch-libs_gccv_text.cc +++ /dev/null @@ -1,26 +0,0 @@ ---- libs/gccv/text.cc 2016/03/26 17:11:08 2017 -+++ libs/gccv/text.cc 2016/10/31 07:44:34 2055 -@@ -1213,7 +1213,10 @@ - case GDK_KEY_Delete: - case GDK_KEY_KP_Delete: { - if (m_CurPos != m_StartSel) { -- ReplaceText (empty_st, MIN (m_CurPos, m_StartSel), abs (m_CurPos - m_StartSel)); -+ if (m_CurPos > m_StartSel) -+ ReplaceText (empty_st, m_StartSel, m_CurPos - m_StartSel); -+ else -+ ReplaceText (empty_st, m_CurPos, m_StartSel - m_CurPos); - if (client) - client->TextChanged (m_CurPos); - break; -@@ -1233,7 +1236,10 @@ - break; - case GDK_KEY_BackSpace: { - if (m_CurPos != m_StartSel) { -- ReplaceText (empty_st, MIN (m_CurPos, m_StartSel), abs (m_CurPos - m_StartSel)); -+ if (m_CurPos > m_StartSel) -+ ReplaceText (empty_st, m_StartSel, m_CurPos - m_StartSel); -+ else -+ ReplaceText (empty_st, m_CurPos, m_StartSel - m_CurPos); - if (client) - client->TextChanged (m_CurPos); - break; diff --git a/science/gchemutils/pkg-plist b/science/gchemutils/pkg-plist index 6c215d3b49e3..f912e3aa5f06 100644 --- a/science/gchemutils/pkg-plist +++ b/science/gchemutils/pkg-plist @@ -128,6 +128,7 @@ share/gchemutils/%%VER%%/ui/paint/plugins/selection/brackets.ui share/gchemutils/%%VER%%/ui/paint/plugins/selection/group.ui share/gchemutils/%%VER%%/ui/paint/plugins/templates/new-template.ui share/gchemutils/%%VER%%/ui/paint/plugins/templates/templates.ui +share/gchemutils/%%VER%%/ui/paint/plugins/text/eq-props.ui share/gchemutils/%%VER%%/ui/paint/plugins/text/fontsel.ui share/gchemutils/%%VER%%/ui/paint/preferences.ui share/gchemutils/%%VER%%/ui/paint/tools.ui @@ -196,9 +197,12 @@ share/gnome/help/gchempaint-%%VER%%/C/figures/cyclentool-opt.png share/gnome/help/gchempaint-%%VER%%/C/figures/cyclentool.png share/gnome/help/gchempaint-%%VER%%/C/figures/cycletools.png share/gnome/help/gchempaint-%%VER%%/C/figures/downbond.png +share/gnome/help/gchempaint-%%VER%%/C/figures/einstein.png share/gnome/help/gchempaint-%%VER%%/C/figures/electrons.png share/gnome/help/gchempaint-%%VER%%/C/figures/element.png share/gnome/help/gchempaint-%%VER%%/C/figures/elt-menu.png +share/gnome/help/gchempaint-%%VER%%/C/figures/equation-props.png +share/gnome/help/gchempaint-%%VER%%/C/figures/equation.png share/gnome/help/gchempaint-%%VER%%/C/figures/eraser.png share/gnome/help/gchempaint-%%VER%%/C/figures/fragment.png share/gnome/help/gchempaint-%%VER%%/C/figures/ghemical.png |