Ticket #27619: patch-xfce_Terminal.diff

File patch-xfce_Terminal.diff, 2.6 KB (added by ak.ml@…, 13 years ago)
  • xfce/Terminal

    diff -u -r xfce/Terminal.orig/Portfile xfce/Terminal/Portfile
    old new  
    33PortSystem 1.0
    44
    55name            Terminal
    6 version         0.2.12
     6version         0.4.5
    77categories      xfce
    88platforms       darwin
    99maintainers     afb
     
    1111platforms       darwin
    1212description     Terminal is a modern terminal emulator for the Unix/Linux desktop.
    1313long_description ${description}
    14 homepage        http://www.os-cillation.com/index.php?id=42&L=5
    15 master_sites    http://www.ca-us.xfce.org/archive/xfce-4.6.1/src/
     14homepage        http://goodies.xfce.org/projects/applications/terminal
     15master_sites    http://www.xfce.org/archive/src/apps/terminal/0.4/
    1616use_bzip2       yes
    17 checksums       md5 adb419d279c9fc16d02291c052190717 \
    18                 sha1 f6d0fc380fff6ac6fba7842fd4cfc46e2e5c6e40 \
    19                 rmd160  0879cfbb69d33d63a1a816cf5a67b1c836a5bb65
     17checksums       md5 3c707628e2e97c6d9566cd74d400036a \
     18                sha1 8c23799922700b1f74dc7b7e029eec192d8ff62c \
     19                rmd160 f0cbfdfabc5c3037508e3b52e938c3d62bc8c14b
    2020
    21 depends_lib     port:exo port:vte port:dbus port:gtk2 \
    22                 port:startup-notification port:hicolor-icon-theme
     21depends_lib     port:exo port:vte port:dbus port:gtk2 port:glib2 \
     22                port:hicolor-icon-theme
    2323
    24 configure.args  --enable-dbus --enable-startup-notification
     24configure.args  --enable-dbus
    2525
    2626patchfiles      patch-terminal-Makefile.in
  • files/patch-terminal-Makefile.in

    diff -u -r xfce/Terminal.orig/files/patch-terminal-Makefile.in xfce/Terminal/files/patch-terminal-Makefile.in
    old new  
    1 --- terminal/Makefile.in.orig   2007-12-02 15:16:22.000000000 +0100
    2 +++ terminal/Makefile.in        2006-05-04 21:15:48.000000000 +0200
    3 @@ -995,7 +995,6 @@
     1--- terminal/Makefile.in.orig   2010-12-07 17:17:40.000000000 +0100
     2+++ terminal/Makefile.in        2010-12-07 17:19:03.000000000 +0100
     3@@ -1074,7 +1074,6 @@
    44 # install symlink to 'terminal'
    5  install-data-local:
     5 install-exec-hook:
    66        $(mkinstalldirs) $(DESTDIR)$(bindir)
    7 -       -( cd $(DESTDIR)$(bindir) ; ln -sf Terminal terminal )
     7-       -( cd $(DESTDIR)$(bindir) ; test -x terminal || test -x Terminal && ln -sf Terminal terminal )
    88 
    99 @MAINTAINER_MODE_TRUE@terminal-window-ui.h: Makefile $(srcdir)/terminal-window-ui.xml
    10  @MAINTAINER_MODE_TRUE@ exo-csource --strip-comments --strip-content --static --name=terminal_window_ui $(srcdir)/terminal-window-ui.xml > terminal-window-ui.h
     10 @MAINTAINER_MODE_TRUE@ $(AM_V_GEN) exo-csource --strip-comments --strip-content --static --name=terminal_window_ui $(srcdir)/terminal-window-ui.xml > terminal-window-ui.h