[137443] users/devans/GNOME-3/stable/dports/gnome

devans at macports.org devans at macports.org
Thu Jun 11 13:14:56 PDT 2015


Revision: 137443
          https://trac.macports.org/changeset/137443
Author:   devans at macports.org
Date:     2015-06-11 13:14:56 -0700 (Thu, 11 Jun 2015)
Log Message:
-----------
GNOME-3/stable: gnome-flashback, new port, the GNOME Flashback session.

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/
    users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/Portfile
    users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/files/
    users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/files/autogen.sh

Added: users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/Portfile	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/Portfile	2015-06-11 20:14:56 UTC (rev 137443)
@@ -0,0 +1,55 @@
+# -*- 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$
+
+PortSystem          1.0
+
+name                gnome-flashback
+version             3.16.1
+license             GPL-2+
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         GNOME Flashback Session
+long_description    ${description}
+maintainers         devans openmaintainer
+categories          gnome
+platforms           darwin
+homepage            https://wiki.gnome.org/Apps/EyeOfGnome
+master_sites        gnome:sources/${name}/${branch}/
+
+use_xz              yes
+
+checksums           rmd160  806d07333f5fb9570f37681c2cec7ad8d64849cd \
+                    sha256  b5424a28b2de694ae9bd170b73dfc6da62358c0e3527631b92be9dc400b52f90
+
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
+
+depends_lib         port:desktop-file-utils \
+                    port:gtk3 \
+                    port:gnome-desktop \
+                    port:gsettings-desktop-schemas \
+                    port:libcanberra \
+                    port:pulseaudio \
+                    port:upower
+
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
+}
+
+configure.cmd       ./autogen.sh
+
+configure.args      --disable-schemas-compile \
+                    --disable-silent-rules \
+                    --enable-compile-warnings=minimum
+
+post-activate {
+   system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
+   system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
+}
+
+livecheck.type      gnome


Property changes on: users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/gnome-flashback/files/autogen.sh	2015-06-11 20:14:56 UTC (rev 137443)
@@ -0,0 +1,18 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+(test -f $srcdir/configure.ac) || {
+    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+    echo " top-level gnome-flashback directory"
+    exit 1
+}
+
+which gnome-autogen.sh || {
+    echo "You need to install gnome-common."
+    exit 1
+}
+
+. gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150611/d391a956/attachment.html>


More information about the macports-changes mailing list