[arch-commits] Commit in arora/repos (5 files)

Andrea Scarpino andrea at archlinux.org
Wed Dec 21 20:47:01 UTC 2011


    Date: Wednesday, December 21, 2011 @ 15:47:00
  Author: andrea
Revision: 145325

db-move: moved arora from [testing] to [extra] (x86_64)

Added:
  arora/repos/extra-x86_64/PKGBUILD
    (from rev 145317, arora/repos/testing-x86_64/PKGBUILD)
  arora/repos/extra-x86_64/install
    (from rev 145317, arora/repos/testing-x86_64/install)
Deleted:
  arora/repos/extra-x86_64/PKGBUILD
  arora/repos/extra-x86_64/arora.install
  arora/repos/testing-x86_64/

---------------+
 PKGBUILD      |   57 +++++++++++++++++++++++++++-----------------------------
 arora.install |   12 -----------
 install       |   12 +++++++++++
 3 files changed, 40 insertions(+), 41 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-12-21 20:46:59 UTC (rev 145324)
+++ extra-x86_64/PKGBUILD	2011-12-21 20:47:00 UTC (rev 145325)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:
-# 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')
-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')
-
-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/extra-x86_64/PKGBUILD (from rev 145317, arora/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-12-21 20:47:00 UTC (rev 145325)
@@ -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
+}

Deleted: extra-x86_64/arora.install
===================================================================
--- extra-x86_64/arora.install	2011-12-21 20:46:59 UTC (rev 145324)
+++ extra-x86_64/arora.install	2011-12-21 20:47:00 UTC (rev 145325)
@@ -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/repos/extra-x86_64/install (from rev 145317, arora/repos/testing-x86_64/install)
===================================================================
--- extra-x86_64/install	                        (rev 0)
+++ extra-x86_64/install	2011-12-21 20:47:00 UTC (rev 145325)
@@ -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