adding lightweight, qt-webkit cery lightweight browser

This commit is contained in:
Anke 2011-03-16 21:23:48 +00:00
parent 780be17a6e
commit 3b0070430f
2 changed files with 42 additions and 0 deletions

35
lightweight2/PKGBUILD Normal file
View File

@ -0,0 +1,35 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# contributor Neo Kolokotronis <tetris4@gmail.com>
pkgname=lightweight2
pkgver=1.4
pkgrel=1
pkgdesc="Very small browser using Qt libraries"
url="http://qt-apps.org/content/show.php/Lightweight2?content=139266"
arch=('i686' 'x86_64')
license=('GPL')
depends=('qt')
source=(http://qt-apps.org/CONTENT/content-files/139266-Lightweight2-$pkgver.tar.gz
lightweight2.desktop)
md5sums=('2c068b049ebdb892f590eba893d5abe5'
'2f9807285a32b560b0df346f79ab36f6')
build() {
cd $srcdir/Lightweight2-$pkgver/
qmake PREFIX="$(kde4-config --prefix)"
make
}
package() {
cd $srcdir/Lightweight2-$pkgver/
install -Dm755 Lightweight2 $pkgdir/usr/bin/lightweight2
# Desktop icon
cd ./icons
install -Dm644 logo.png $pkgdir/usr/share/pixmaps/lightweight2.png
install -Dm644 $startdir/lightweight2.desktop $pkgdir/usr/share/applications/lightweight2.desktop
}

View File

@ -0,0 +1,7 @@
[Desktop Entry]
Type=Application
Name=Lightweight2
GenericName=Small Browser
Exec=lightweight2
Icon=/usr/share/pixmaps/lightweight2.png
Categories=Network