[arch-commits] Commit in arora/trunk (PKGBUILD arora.install install)

Gaetan Bisson bisson at archlinux.org
Fri Oct 21 22:00:49 UTC 2011


    Date: Friday, October 21, 2011 @ 18:00:48
  Author: bisson
Revision: 141023

compile against qt-4.8.0rc1-1 and qtwebkit-2.2.0-1

Added:
  arora/trunk/install
    (from rev 141022, arora/trunk/arora.install)
Modified:
  arora/trunk/PKGBUILD
Deleted:
  arora/trunk/arora.install

---------------+
 PKGBUILD      |   25 ++++++++++++-------------
 arora.install |   12 ------------
 install       |   12 ++++++++++++
 3 files changed, 24 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-21 21:39:17 UTC (rev 141022)
+++ PKGBUILD	2011-10-21 22:00:48 UTC (rev 141023)
@@ -1,29 +1,28 @@
 # $Id$
-# Maintainer:
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=arora
 pkgver=0.11.0
-pkgrel=2
-pkgdesc='A cross platform web browser built using Qt and WebKit'
-arch=('i686' 'x86_64')
+pkgrel=3
+pkgdesc='Lightweight cross-platform Web browser'
 url='http://www.arora-browser.org'
 license=('GPL')
-depends=('qt' 'desktop-file-utils')
-install='arora.install'
-source=("http://arora.googlecode.com/files/arora-${pkgver}.tar.gz")
-md5sums=('64334ce4198861471cad9316d841f0cb')
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'desktop-file-utils')
+source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('480cfd7482cccbb7ece866fa10afe9acace29b31')
 
-build() {
-	cd ${srcdir}/${pkgname}-${pkgver}
+install=install
 
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
 	qmake PREFIX="/usr" "CONFIG-=debug" -r
 	make
 }
 
 package() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-
-	make INSTALL_ROOT=${pkgdir} install
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make INSTALL_ROOT="${pkgdir}" install
 }

Deleted: arora.install
===================================================================
--- arora.install	2011-10-21 21:39:17 UTC (rev 141022)
+++ arora.install	2011-10-21 22:00:48 UTC (rev 141023)
@@ -1,12 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: arora/trunk/install (from rev 141022, arora/trunk/arora.install)
===================================================================
--- install	                        (rev 0)
+++ install	2011-10-21 22:00:48 UTC (rev 141023)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list