2011-03-17 05:23:48 +08:00
|
|
|
#
|
|
|
|
# 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
|
2011-09-08 19:53:17 +08:00
|
|
|
pkgver=1.13
|
2011-03-17 05:23:48 +08:00
|
|
|
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')
|
2012-03-16 22:51:37 +08:00
|
|
|
categories=('network')
|
2011-03-17 05:23:48 +08:00
|
|
|
source=(http://qt-apps.org/CONTENT/content-files/139266-Lightweight2-$pkgver.tar.gz
|
|
|
|
lightweight2.desktop)
|
2011-09-08 19:53:17 +08:00
|
|
|
md5sums=('bffd10ba7677f45f8971b598581f1adb'
|
2011-03-17 05:23:48 +08:00
|
|
|
'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
|
2011-04-02 02:15:34 +08:00
|
|
|
}
|