[143800] users/devans/GNOME-3/unstable/dports/gnome/gitg

devans at macports.org devans at macports.org
Mon Dec 21 14:51:26 PST 2015


Revision: 143800
          https://trac.macports.org/changeset/143800
Author:   devans at macports.org
Date:     2015-12-21 14:51:26 -0800 (Mon, 21 Dec 2015)
Log Message:
-----------
GNOME-3/unstable: gitg, update to version 3.19.1, dependencies, use gobject_introspection port group, remove outdated files.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile

Removed Paths:
-------------
    users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile-3.14.0
    users/devans/GNOME-3/unstable/dports/gnome/gitg/files/gitg-commit-view-c.diff

Modified: users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile	2015-12-21 22:49:09 UTC (rev 143799)
+++ users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile	2015-12-21 22:51:26 UTC (rev 143800)
@@ -2,10 +2,10 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           gobject_introspection 1.0
 
 name                gitg
-# latest version 3.16.1 requires webkit2-gtk3
-version             3.17.1
+version             3.19.1
 license             GPL-2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         GNOME git repository viewer.
@@ -26,8 +26,8 @@
 
 use_xz              yes
 
-checksums           rmd160  2c21c9b21273cd45348156756e5e31e2deebf855 \
-                    sha256  2bdacc1db4bfcb0fb95d42700fa40130458a1d7f3ded6cacc8f1f5a469efd83f
+checksums           rmd160  f7433338398aab9c3557d633854cf14903a9e4bc \
+                    sha256  fb31c8a23c93829afb518eaa81560508208a366e006593b0dba9d2f874017457
 
 depends_build       port:pkgconfig \
                     port:intltool \
@@ -37,8 +37,6 @@
                     port:libtool
 
 depends_lib         port:desktop-file-utils \
-                    port:json-glib \
-                    port:gobject-introspection \
                     port:gsettings-desktop-schemas \
                     port:gtk3 \
                     port:gtksourceview3 \
@@ -46,12 +44,14 @@
                     port:libgee \
                     port:libgit2-glib \
                     port:libpeas \
+                    port:libsoup \
                     port:libsecret
 
 
-depends_run         port:gnome-settings-daemon
+depends_run         port:gnome-themes-standard
 
-# patchfiles          gitg-commit-view-c.diff
+gobject_introspection yes
+
 patchfiles          patch-autogen.sh.diff
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility

Deleted: users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile-3.14.0
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile-3.14.0	2015-12-21 22:49:09 UTC (rev 143799)
+++ users/devans/GNOME-3/unstable/dports/gnome/gitg/Portfile-3.14.0	2015-12-21 22:51:26 UTC (rev 143800)
@@ -1,63 +0,0 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
-# $Id: Portfile 122681 2014-07-26 17:14:44Z devans at macports.org $
-
-PortSystem          1.0
-
-name                gitg
-version             3.14.0
-license             GPL-2
-set branch          [join [lrange [split ${version} .] 0 1] .]
-description         GNOME git repository viewer.
-long_description    gitg is a fast git repository browser. It currently features: \
-                    * Loading large repositories very fast \
-                    * Show/browse repository history \
-                    * Show highlighted revision diff \
-                    * Browse file tree of a revision and export by drag and drop \
-                    * Search in the revision history on subject, author or hash \
-                    * Switch between history view of branches easily \
-                    * Commit view providing per hunk stage/unstage and commit
-
-maintainers         juanrgar devans openmaintainer
-categories          gnome devel
-platforms           darwin
-homepage            http://www.gnome.org/
-master_sites        gnome:sources/${name}/${branch}/
-
-use_xz              yes
-
-checksums           rmd160  a118f3872487903bfcd8b7b8a25ee6a6e28e1e3e \
-                    sha256  8e45a7198896eedd829a20ff8de437a08869d30005638114ca87abd42ffea11b
-
-depends_build       port:pkgconfig \
-                    port:intltool \
-                    port:gnome-common \
-                    port:autoconf \
-                    port:automake \
-                    port:libtool
-
-depends_lib         port:desktop-file-utils \
-                    port:gtk3 \
-                    port:gtksourceview3 \
-                    port:json-glib \
-                    port:libgit2-glib \
-                    port:libgee \
-                    port:gsettings-desktop-schemas \
-                    port:dbus
-
-depends_run         port:gnome-settings-daemon
-
-# reconfigure with our intltool.m4 using autogen.sh
-
-configure.cmd       ./autogen.sh
-
-configure.args      --enable-compile-warnings=no \
-                    --disable-schemas-compile \
-                    --disable-silent-rules
-
-post-activate {
-    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
-    system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
-    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
-}
-
-livecheck.type      gnome

Deleted: users/devans/GNOME-3/unstable/dports/gnome/gitg/files/gitg-commit-view-c.diff
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/gitg/files/gitg-commit-view-c.diff	2015-12-21 22:49:09 UTC (rev 143799)
+++ users/devans/GNOME-3/unstable/dports/gnome/gitg/files/gitg-commit-view-c.diff	2015-12-21 22:51:26 UTC (rev 143800)
@@ -1,55 +0,0 @@
---- gitg/gitg-commit-view.c.orig	2013-12-26 12:38:16.000000000 +0100
-+++ gitg/gitg-commit-view.c	2013-12-26 13:04:58.000000000 +0100
-@@ -1668,29 +1668,29 @@
- 	gchar *foreground = NULL;
- 	gboolean foreground_set = FALSE;
- 
--	if (style)
--	{
--		g_object_get (style,
--		              "line-background",
--		              &background,
--		              "line-background-set",
--		              &background_set,
--		              "foreground",
--		              &foreground,
--		              "foreground-set",
--		              &foreground_set,
--		              NULL);
--
--		if (!background_set)
--		{
--			g_object_get (style,
--			              "background",
--			              &background,
--			              "background-set",
--			              &background_set,
--			              NULL);
--		}
--	}
-+//	if (style)
-+//	{
-+//		g_object_get (style,
-+//		              "line-background",
-+//		              &background,
-+//		              "line-background-set",
-+//		              &background_set,
-+//		              "foreground",
-+//		              &foreground,
-+//		              "foreground-set",
-+//		              &foreground_set,
-+//		              NULL);
-+//
-+//		if (!background_set)
-+//		{
-+//			g_object_get (style,
-+//			              "background",
-+//			              &background,
-+//			              "background-set",
-+//			              &background_set,
-+//			              NULL);
-+//		}
-+//	}
- 
- 	if (background_set)
- 	{
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151221/e187cf83/attachment.html>


More information about the macports-changes mailing list