[113235] trunk/dports/devel/libnotify

devans at macports.org devans at macports.org
Tue Nov 12 22:44:56 PST 2013


Revision: 113235
          https://trac.macports.org/changeset/113235
Author:   devans at macports.org
Date:     2013-11-12 22:44:56 -0800 (Tue, 12 Nov 2013)
Log Message:
-----------
libnotify: merge version 0.7.6 from GNOME-3 test branch (#34023).

Modified Paths:
--------------
    trunk/dports/devel/libnotify/Portfile

Property Changed:
----------------
    trunk/dports/devel/libnotify/


Property changes on: trunk/dports/devel/libnotify
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/devel/libnotify:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/cal/ports/devel/libnotify:96570-97031
/users/devans/GNOME-3/stable/dports/devel/libnotify:108269-113174

Modified: trunk/dports/devel/libnotify/Portfile
===================================================================
--- trunk/dports/devel/libnotify/Portfile	2013-11-13 06:30:28 UTC (rev 113234)
+++ trunk/dports/devel/libnotify/Portfile	2013-11-13 06:44:56 UTC (rev 113235)
@@ -4,15 +4,14 @@
 PortSystem          1.0
 
 name                libnotify
-version             0.5.2
-revision            4
+version             0.7.6
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          devel gnome
 maintainers         nomaintainer
 description         pop-up notification library
 long_description \
-   The Desktop Notifications framework provides a standard way of doing \
-   passive pop-up notifications.
+                    The Desktop Notifications framework provides a standard way of doing \
+                    passive pop-up notifications.
 
 platforms           darwin
 license             LGPL-2.1+
@@ -20,20 +19,20 @@
 homepage            http://library.gnome.org/devel/libnotify/
 master_sites        gnome:sources/${name}/${branch}
 
-use_bzip2           yes
+use_xz              yes
 
-checksums           sha1    bb088a318cfccb4261674065838860fa940fc04a \
-                    rmd160  97c7d295683d6a093e46611d354fe8bfd799fb7d
+checksums           rmd160  7f2ae9f2e75396607e79c2a5781bbe81b3efc9fd \
+                    sha256  0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837
 
 depends_build       port:pkgconfig
 
-depends_lib         port:dbus-glib \
-                    port:gtk2 \
-                    port:libpng
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:gdk-pixbuf2 \
+                    port:gtk3 \
+                    port:gobject-introspection \
+                    port:xorg-libsm
 
-variant quartz {
-    patchfiles-append   patch-libnotify-notification-c.diff
-}
+configure.args      --enable-introspection=yes
 
 pre-activate {
 	if {${os.major} == 11 && [lindex [split ${os.version} .] 1] < 2 && ${os.platform} == "darwin"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131112/e5d013d6/attachment.html>


More information about the macports-changes mailing list