[99954] trunk/dports/gnome

ryandesign at macports.org ryandesign at macports.org
Wed Nov 21 23:51:05 PST 2012


Revision: 99954
          https://trac.macports.org/changeset/99954
Author:   ryandesign at macports.org
Date:     2012-11-21 23:51:05 -0800 (Wed, 21 Nov 2012)
Log Message:
-----------
keybinder: new port, version 0.3.0 (#37092)

Added Paths:
-----------
    trunk/dports/gnome/keybinder/
    trunk/dports/gnome/keybinder/Portfile

Added: trunk/dports/gnome/keybinder/Portfile
===================================================================
--- trunk/dports/gnome/keybinder/Portfile	                        (rev 0)
+++ trunk/dports/gnome/keybinder/Portfile	2012-11-22 07:51:05 UTC (rev 99954)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        engla keybinder 0.3.0 v
+categories          gnome devel
+platforms           darwin
+maintainers         ryandesign openmaintainer
+license             GPL-2+
+
+description         library for global keyboard shortcuts in GTK applications
+
+long_description    ${name} is a library for registering global keyboard \
+                    shortcuts in GTK-based applications using the X Window \
+                    System.
+
+master_sites        http://kaizer.se/publicfiles/keybinder/
+
+checksums           rmd160  2f2e25860fa116f7872bbdb2850b75e3e43958cf \
+                    sha256  42863ca0174d568a8c02c6fb243fee1681823825e8bcb1718c51611d8e9793bb
+
+depends_build       port:pkgconfig
+
+depends_lib         port:gtk2 \
+                    port:gobject-introspection
+
+configure.args      --disable-silent-rules \
+                    --disable-python \
+                    --disable-lua
+
+# gobject-introspection uses $CC from env
+build.args-append   CC="${configure.cc} ${configure.cc_archflags}"


Property changes on: trunk/dports/gnome/keybinder/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121121/17128111/attachment.html>


More information about the macports-changes mailing list