New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79235


Ignore:
Timestamp:
06/05/11 19:11:48 (4 years ago)
Author:
jeremyhu@…
Message:

awesome: Bump to 3.4.10. Bug #29558.

Location:
trunk/dports/x11/awesome
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/awesome/Portfile

    r69285 r79235  
    55 
    66name              awesome 
    7 version           3.4.4 
     7version           3.4.10 
    88categories        x11 x11-wm 
    99maintainers       milosh openmaintainer 
     
    2525master_sites      ${homepage}/download/ 
    2626use_bzip2         yes 
    27 checksums         md5     8c2537ad898d7f58a0f3ba92e6a561a1 \ 
    28                   sha1    923355b2e34320c4265fba4906a5b923869b88a6 \ 
    29                   rmd160  7ff57a27ef69b35104dd2c753aaf65166e1087a0 
     27checksums         md5     245087f8065867eff37a2133287d5c03 \ 
     28                  sha1    f3fb824623197aa70708c28ea3aa0c0665617016 \ 
     29                  rmd160  f64298c9865effca1730650142d2efe9be690dd3 
    3030 
    3131depends_build \ 
     
    3333 
    3434depends_lib \ 
     35        port:dbus \ 
    3536        port:lua \ 
    3637        path:lib/pkgconfig/glib-2.0.pc:glib2 \ 
     
    3839        path:lib/pkgconfig/cairo.pc:cairo \ 
    3940        port:xorg-libxcb \ 
     41        port:xorg-xcb-util-image \ 
     42        port:xorg-xcb-util-keysyms \ 
     43        port:xorg-xcb-util-wm \ 
    4044        port:xorg-randrproto \ 
    4145        port:startup-notification \ 
     
    5559        -DXDG_CONFIG_HOME=${prefix}/etc/xdg" 
    5660 
    57 patchfiles        patch-CMakeLists.txt.diff 
     61patchfiles \ 
     62        patch-CMakeLists.txt.diff \ 
     63        patch-upstream-xcb.diff 
     64 
     65patch.pre_args    -p1 
    5866 
    5967use_configure     no 
  • trunk/dports/x11/awesome/files/patch-CMakeLists.txt.diff

    r57461 r79235  
    1 --- CMakeLists.txt.orig 2009-08-30 20:47:13.000000000 +0200 
    2 +++ CMakeLists.txt      2009-08-30 20:47:33.000000000 +0200 
     1--- a/CMakeLists.txt.orig       2009-08-30 20:47:13.000000000 +0200 
     2+++ b/CMakeLists.txt    2009-08-30 20:47:33.000000000 +0200 
    33@@ -91,7 +91,7 @@ 
    44  
     
    66     PROPERTIES 
    77-    LINK_FLAGS -export-dynamic) 
    8 +    LINK_FLAGS -dynamic) 
     8+    LINK_FLAGS "-dynamic -liconv") 
    99  
    1010 target_link_libraries(${PROJECT_AWE_NAME} 
Note: See TracChangeset for help on using the changeset viewer.