[arch-commits] Commit in arora/repos (6 files)
Gaetan Bisson
bisson at nymeria.archlinux.org
Tue Feb 19 05:26:56 UTC 2013
Date: Tuesday, February 19, 2013 @ 06:26:56
Author: bisson
Revision: 178290
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
arora/repos/staging-i686/
arora/repos/staging-i686/PKGBUILD
(from rev 178289, arora/trunk/PKGBUILD)
arora/repos/staging-i686/install
(from rev 178289, arora/trunk/install)
arora/repos/staging-x86_64/
arora/repos/staging-x86_64/PKGBUILD
(from rev 178289, arora/trunk/PKGBUILD)
arora/repos/staging-x86_64/install
(from rev 178289, arora/trunk/install)
-------------------------+
staging-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
staging-i686/install | 12 ++++++++++++
staging-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
staging-x86_64/install | 12 ++++++++++++
4 files changed, 82 insertions(+)
Copied: arora/repos/staging-i686/PKGBUILD (from rev 178289, arora/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2013-02-19 05:26:56 UTC (rev 178290)
@@ -0,0 +1,29 @@
+# $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=4
+pkgdesc='Lightweight cross-platform Web browser'
+url='http://www.arora-browser.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qt4')
+source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('480cfd7482cccbb7ece866fa10afe9acace29b31')
+
+install=install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ source /etc/profile.d/qt4.sh
+ 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 178289, arora/trunk/install)
===================================================================
--- staging-i686/install (rev 0)
+++ staging-i686/install 2013-02-19 05:26:56 UTC (rev 178290)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+ update-desktop-database -q || true
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: arora/repos/staging-x86_64/PKGBUILD (from rev 178289, arora/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-19 05:26:56 UTC (rev 178290)
@@ -0,0 +1,29 @@
+# $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=4
+pkgdesc='Lightweight cross-platform Web browser'
+url='http://www.arora-browser.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qt4')
+source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('480cfd7482cccbb7ece866fa10afe9acace29b31')
+
+install=install
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ source /etc/profile.d/qt4.sh
+ 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 178289, arora/trunk/install)
===================================================================
--- staging-x86_64/install (rev 0)
+++ staging-x86_64/install 2013-02-19 05:26:56 UTC (rev 178290)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+ update-desktop-database -q || true
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list