sakura: 2.3.2 -> 2.3.4

This commit is contained in:
Danny Rawlins 2009-10-10 12:46:31 +11:00
parent 2790d66420
commit ce71c6f85d
3 changed files with 5 additions and 5 deletions

View File

@ -5,4 +5,4 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/sakura.desktop
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/terminal-tango.png
-rw-r--r-- root/root usr/share/pixmaps/terminal-tango.svg

View File

@ -1 +1 @@
d2f595a4b20a6f81c6904b138e152dce sakura-2.3.2.tar.bz2
f77ff5a4d23e049baa8b8ce7b1fe72e0 sakura-2.3.4.tar.bz2

View File

@ -5,9 +5,8 @@
# Depends on: vte cmake
name=sakura
version=2.3.2
version=2.3.4
release=1
url="http://pleyades.net/david/sakura.php"
source=(http://pleyades.net/david/projects/$name/$name-$version.tar.bz2)
build() {
@ -17,5 +16,6 @@ build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE .
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
rm -r $PKG/usr/share/{locale,doc}
}