tilda: New port.
This commit is contained in:
parent
fb1fa75f89
commit
ab416b8d30
9
tilda/.footprint
Normal file
9
tilda/.footprint
Normal file
@ -0,0 +1,9 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/tilda
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/tilda.desktop
|
||||
drwxr-xr-x root/root usr/share/pixmaps/
|
||||
-rw-r--r-- root/root usr/share/pixmaps/tilda.png
|
||||
-rw-r--r-- root/root usr/share/tilda.glade
|
1
tilda/.md5sum
Normal file
1
tilda/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b44ebe04fdfd312e9ddc5e0ed77f4289 tilda-0.9.6.tar.gz
|
18
tilda/Pkgfile
Normal file
18
tilda/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: A quake-style popup terminal
|
||||
# URL: http://tilda.sourceforge.net/wiki/index.php/Main_Page
|
||||
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
|
||||
# Packager: Matt Housh, jaeger at morpheus dot net
|
||||
# Depends on: libconfuse vte
|
||||
|
||||
name=tilda
|
||||
version=0.9.6
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share/locale
|
||||
}
|
3
tilda/post-install
Executable file
3
tilda/post-install
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/bin/update-desktop-database
|
Loading…
x
Reference in New Issue
Block a user