terminal: updated 0.4.4

This commit is contained in:
Jose V Beneyto 2010-02-02 09:25:23 +01:00
parent ed0c5c86bb
commit f4ed16fdf5
3 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
0ce66b16bcb7ff274d7f93a69993f717 Terminal-0.4.3.tar.bz2
eba7da9acca699d168f4cc11ee9ed7a9 Terminal-0.4.4.tar.bz2

View File

@ -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/{??,??_??}
}