[arch-commits] Commit in arora/repos (6 files)
Gaetan Bisson
bisson at archlinux.org
Fri Oct 21 22:01:27 UTC 2011
Date: Friday, October 21, 2011 @ 18:01:26
Author: bisson
Revision: 141024
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
arora/repos/staging-i686/
arora/repos/staging-i686/PKGBUILD
(from rev 141023, arora/trunk/PKGBUILD)
arora/repos/staging-i686/install
(from rev 141023, arora/trunk/install)
arora/repos/staging-x86_64/
arora/repos/staging-x86_64/PKGBUILD
(from rev 141023, arora/trunk/PKGBUILD)
arora/repos/staging-x86_64/install
(from rev 141023, arora/trunk/install)
-------------------------+
staging-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
staging-i686/install | 12 ++++++++++++
staging-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
staging-x86_64/install | 12 ++++++++++++
4 files changed, 80 insertions(+)
Copied: arora/repos/staging-i686/PKGBUILD (from rev 141023, arora/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2011-10-21 22:01:26 UTC (rev 141024)
@@ -0,0 +1,28 @@
+# $Id$
+# 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=3
+pkgdesc='Lightweight cross-platform Web browser'
+url='http://www.arora-browser.org'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'desktop-file-utils')
+source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('480cfd7482cccbb7ece866fa10afe9acace29b31')
+
+install=install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ qmake PREFIX="/usr" "CONFIG-=debug" -r
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make INSTALL_ROOT="${pkgdir}" install
+}
Copied: arora/repos/staging-i686/install (from rev 141023, arora/trunk/install)
===================================================================
--- staging-i686/install (rev 0)
+++ staging-i686/install 2011-10-21 22:01:26 UTC (rev 141024)
@@ -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
+}
Copied: arora/repos/staging-x86_64/PKGBUILD (from rev 141023, arora/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-21 22:01:26 UTC (rev 141024)
@@ -0,0 +1,28 @@
+# $Id$
+# 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=3
+pkgdesc='Lightweight cross-platform Web browser'
+url='http://www.arora-browser.org'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qtwebkit' 'desktop-file-utils')
+source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('480cfd7482cccbb7ece866fa10afe9acace29b31')
+
+install=install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ qmake PREFIX="/usr" "CONFIG-=debug" -r
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make INSTALL_ROOT="${pkgdir}" install
+}
Copied: arora/repos/staging-x86_64/install (from rev 141023, arora/trunk/install)
===================================================================
--- staging-x86_64/install (rev 0)
+++ staging-x86_64/install 2011-10-21 22:01:26 UTC (rev 141024)
@@ -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