[118918] trunk/dports/gnome/gedit-plugins
devans at macports.org
devans at macports.org
Sun Apr 13 18:57:09 PDT 2014
Revision: 118918
https://trac.macports.org/changeset/118918
Author: devans at macports.org
Date: 2014-04-13 18:57:09 -0700 (Sun, 13 Apr 2014)
Log Message:
-----------
gedit-plugins: update to version 3.12.0.
Modified Paths:
--------------
trunk/dports/gnome/gedit-plugins/Portfile
Added Paths:
-----------
trunk/dports/gnome/gedit-plugins/files/
Property Changed:
----------------
trunk/dports/gnome/gedit-plugins/
Property changes on: trunk/dports/gnome/gedit-plugins
___________________________________________________________________
Added: svn:mergeinfo
+ /users/devans/GNOME-3/stable/dports/gnome/gedit-plugins:114993-118732
Modified: trunk/dports/gnome/gedit-plugins/Portfile
===================================================================
--- trunk/dports/gnome/gedit-plugins/Portfile 2014-04-14 01:57:01 UTC (rev 118917)
+++ trunk/dports/gnome/gedit-plugins/Portfile 2014-04-14 01:57:09 UTC (rev 118918)
@@ -4,30 +4,33 @@
PortSystem 1.0
name gedit-plugins
-version 2.32.0
-revision 2
+version 3.12.0
license GPL-2+
set branch [join [lrange [split ${version} .] 0 1] .]
description Plug-ins for GEdit
-long_description Various additional plug-ins for GEdit 2.
+long_description \
+ Various additional plug-ins for GEdit
maintainers nomaintainer
categories gnome editors
platforms darwin
-homepage http://www.gnome.org/projects/${name}/
+homepage https://wiki.gnome.org/Apps/Gedit
master_sites gnome:sources/${name}/${branch}/
-use_bzip2 yes
+use_xz yes
-checksums rmd160 a7540bfd57bdc15546eea802c68719ac71f85c10 \
- sha256 2ef7bf48e9500556d84ae4c2950f4eadcc3f9cb9c58c90f2c83956b0ddad1107
+checksums rmd160 88ddf0c8621339211276258964c26a324f5efec0 \
+ sha256 3d54ec3df4f763ce60fb019fe7cc2be42c2c5e92bc321c4e69df55bec31dc484
-depends_build port:gnome-doc-utils \
- port:intltool \
- port:pkgconfig
+depends_build port:pkgconfig \
+ port:intltool
-depends_lib port:gconf \
- port:gedit \
+depends_lib port:gtk3 \
+ port:gtksourceview3 \
+ port:libpeas \
+ port:gedit
+patchfiles patch-configure.ac.diff
+
# update m4/intltool.m4 and autoreconf
pre-configure {
@@ -37,35 +40,38 @@
use_autoreconf yes
autoreconf.args -fvi
-configure.args --disable-schemas-install \
- --disable-python \
- --with-plugins=bracketcompletion,codecomment,colorpicker,drawspaces,joinlines,multiedit,textsize,showtabbar,sessionsaver,smartspaces,wordcompletion
+configure.args --disable-schemas-compile
-variant python26 conflicts python27 description {Use python 2.6} {
+variant python32 conflicts python33 python34 description {Use python 3.2} {
+ depends_lib-append port:py32-gobject3
+ configure.python ${prefix}/bin/python3.2
+ set python_framework ${frameworks_dir}/Python.framework/Versions/3.2
+ configure.pkg_config_path ${python_framework}/lib/pkgconfig
configure.args-replace --disable-python --enable-python
- configure.python ${prefix}/bin/python2.6
- depends_lib-append port:py26-pygtksourceview \
- port:dbus-python26
- set python_framework ${frameworks_dir}/Python.framework/Versions/2.6
+}
+
+variant python33 conflicts python32 python34 description {Use python 3.3} {
+ depends_lib-append port:py33-gobject3
+ configure.python ${prefix}/bin/python3.3
+ set python_framework ${frameworks_dir}/Python.framework/Versions/3.3
configure.pkg_config_path ${python_framework}/lib/pkgconfig
+ configure.args-replace --disable-python --enable-python
}
-variant python27 conflicts python26 description {Use python 2.7} {
+variant python34 conflicts python32 python33 description {Use python 3.3} {
+ depends_lib-append port:py34-gobject3
+ configure.python ${prefix}/bin/python3.4
+ set python_framework ${frameworks_dir}/Python.framework/Versions/3.4
+ configure.pkg_config_path ${python_framework}/lib/pkgconfig
configure.args-replace --disable-python --enable-python
- configure.python ${prefix}/bin/python2.7
- depends_lib-append port:py27-pygtksourceview \
- port:dbus-python27
- set python_framework ${frameworks_dir}/Python.framework/Versions/2.7
- configure.pkg_config_path ${python_framework}/lib/pkgconfig
}
-if {![variant_isset python26]} {
- default_variants +python27
+if {![variant_isset python32] && ![variant_isset python34]} {
+ default_variants +python33
}
post-activate {
- system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
- gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+ system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
}
livecheck.type gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140413/1d997e09/attachment-0001.html>
More information about the macports-changes
mailing list