[115697] users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/Portfile

devans at macports.org devans at macports.org
Wed Jan 8 22:35:19 PST 2014


Revision: 115697
          https://trac.macports.org/changeset/115697
Author:   devans at macports.org
Date:     2014-01-08 22:35:19 -0800 (Wed, 08 Jan 2014)
Log Message:
-----------
GNOME-3/stable/dports: gedit-plugins, update to version 3.10.1.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/Portfile	2014-01-09 06:18:43 UTC (rev 115696)
+++ users/devans/GNOME-3/stable/dports/gnome/gedit-plugins/Portfile	2014-01-09 06:35:19 UTC (rev 115697)
@@ -4,45 +4,46 @@
 PortSystem      1.0
 
 name            gedit-plugins
-version         2.32.0
+version         3.10.1
 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  9b498995e473099dcef2be53f42bffbde5917ba2 \
+                sha256  b30e30d5a0efb9a711c6583748b37c1ed3e45222505e08f920b78c6de0bc4a9d
 
-depends_build   port:gnome-doc-utils \
-                port:intltool \
-                port:pkgconfig
+depends_build   port:pkgconfig \
+                port:intltool
 
-depends_lib     port:gconf \
-                port:gedit \
-                port:vte \
-                port:gucharmap
+depends_lib     port:gtk3 \
+                port:gtksourceview3 \
+                port:libpeas
 
-configure.args  --disable-schemas-install
+#               port:gedit
 
+configure.args  --disable-schemas-compile
+
 variant python26 conflicts python27 description {Use python 2.6} {
     configure.python          ${prefix}/bin/python2.6
-    depends_lib-append        port:py26-pygtksourceview \
-                              port:dbus-python26
+    configure.args-append     --enable-python
+    depends_lib-append        port:dbus-python26
     set python_framework      ${frameworks_dir}/Python.framework/Versions/2.6
     configure.pkg_config_path ${python_framework}/lib/pkgconfig
 }
 
 variant python27 conflicts python26 description {Use python 2.7} {
     configure.python          ${prefix}/bin/python2.7
-    depends_lib-append        port:py27-pygtksourceview \
-                              port:dbus-python27
+    configure.args-append     --enable-python
+    depends_lib-append        port:dbus-python27
     set python_framework      ${frameworks_dir}/Python.framework/Versions/2.7
     configure.pkg_config_path ${python_framework}/lib/pkgconfig
 }
@@ -52,8 +53,7 @@
 }
 
 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/20140108/06eed4ba/attachment.html>


More information about the macports-changes mailing list