summaryrefslogtreecommitdiff
path: root/unison
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2006-12-22 19:15:21 +0100
committerJuergen Daubert <jue@jue.li>2006-12-22 19:15:21 +0100
commit2a483b6f1bce393c7193e2b420d6e7a314773777 (patch)
tree82b44f0f75f9e046e2f758913374bea52081b56c /unison
parenta308d9cab8c9619f0d6feeffd522557aac6ac3f0 (diff)
downloadopt-2a483b6f1bce393c7193e2b420d6e7a314773777.tar.gz
opt-2a483b6f1bce393c7193e2b420d6e7a314773777.tar.xz
unison: dropped gtk user interface
Diffstat (limited to 'unison')
-rw-r--r--unison/.footprint1
-rw-r--r--unison/Pkgfile10
2 files changed, 4 insertions, 7 deletions
diff --git a/unison/.footprint b/unison/.footprint
index b82066d19..8e3488141 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 f7cc555cb..6d955eb9c 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-$version.tar.gz \
$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
}

Generated by cgit