summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2010-02-02 09:25:23 +0100
committerJose V Beneyto <sepen@crux.nu>2010-02-02 09:25:23 +0100
commitf4ed16fdf5bd3b3886908f1b1809771fa6547192 (patch)
tree87183c0aa0d722d54fb8aaca15dfd55806c6f3dd
parented0c5c86bb908278b441ae8d35b165f67616370b (diff)
downloadxfce-f4ed16fdf5bd3b3886908f1b1809771fa6547192.tar.gz
xfce-f4ed16fdf5bd3b3886908f1b1809771fa6547192.tar.xz
terminal: updated 0.4.4
-rw-r--r--terminal/.footprint1
-rw-r--r--terminal/.md5sum2
-rw-r--r--terminal/Pkgfile5
3 files changed, 5 insertions, 3 deletions
diff --git a/terminal/.footprint b/terminal/.footprint
index 19a09a3..747b8e3 100644
--- a/terminal/.footprint
+++ b/terminal/.footprint
@@ -16,6 +16,7 @@ drwxr-xr-x root/root usr/share/doc/
drwxr-xr-x root/root usr/share/doc/Terminal/
drwxr-xr-x root/root usr/share/doc/Terminal/C/
-rw-r--r-- root/root usr/share/doc/Terminal/C/advanced.html
+-rw-r--r-- root/root usr/share/doc/Terminal/C/command-line.html
-rw-r--r-- root/root usr/share/doc/Terminal/C/copyright.html
-rw-r--r-- root/root usr/share/doc/Terminal/C/faq.html
-rw-r--r-- root/root usr/share/doc/Terminal/C/getting-started.html
diff --git a/terminal/.md5sum b/terminal/.md5sum
index 8a10c6a..e328945 100644
--- a/terminal/.md5sum
+++ b/terminal/.md5sum
@@ -1 +1 @@
-0ce66b16bcb7ff274d7f93a69993f717 Terminal-0.4.3.tar.bz2
+eba7da9acca699d168f4cc11ee9ed7a9 Terminal-0.4.4.tar.bz2
diff --git a/terminal/Pkgfile b/terminal/Pkgfile
index f3c54fe..6856c52 100644
--- a/terminal/Pkgfile
+++ b/terminal/Pkgfile
@@ -6,7 +6,7 @@
# Group: xfce4
name=terminal
-version=0.4.3
+version=0.4.4
release=1
source=(http://archive.xfce.org/src/apps/$name/${version%.*}/Terminal-$version.tar.bz2)
@@ -21,5 +21,6 @@ build () {
make DESTDIR=$PKG install
mv $PKG/usr/share/pixmaps/{terminal.xpm,Terminal.xpm}
rm -rf $PKG/usr/share/locale
- rm -r $PKG/usr/share/doc/Terminal/{??,??_??}
+ rm -rf $PKG/usr/share/doc/Terminal/{??,??_??}
+ rm -rf $PKG/usr/man/{??,??_??}
}

Generated by cgit