ports/opt (2.3): unison: dropped gtk user interface
commit 2a483b6f1bce393c7193e2b420d6e7a314773777 Author: Juergen Daubert <jue@jue.li> Date: Fri Dec 22 19:15:21 2006 +0100 unison: dropped gtk user interface diff --git a/unison/.footprint b/unison/.footprint index b82066d..8e34881 100644 --- a/unison/.footprint +++ b/unison/.footprint @@ -1,7 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/unison --rwxr-xr-x root/root usr/bin/unison-gtk drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/unison.1.gz diff --git a/unison/Pkgfile b/unison/Pkgfile index f7cc555..6d955eb 100644 --- a/unison/Pkgfile +++ b/unison/Pkgfile @@ -1,12 +1,12 @@ -# Description: File synchronization tool with text and GTK+2 UI +# Description: Bi-directional file synchronization tool # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de # Packager: Markus Ackermann, maol at symlink dot ch # URL: http://www.cis.upenn.edu/~bcpierce/unison/ -# Depends on: ocaml, lablgtk +# Depends on: ocaml name=unison version=2.13.16 -release=1 +release=2 source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$version/$... \ $name.1) @@ -15,7 +15,5 @@ build() { unset CFLAGS CXXFLAGS make UISTYLE=text install -D -m 755 unison $PKG/usr/bin/unison - make UISTYLE=gtk2 - install -D -m 755 unison $PKG/usr/bin/unison-gtk - install -D -m 644 ../unison.1 $PKG/usr/man/man1/unison.1 + install -D -m 644 $SRC/unison.1 $PKG/usr/man/man1/unison.1 }
participants (1)
-
crux@crux.nu