[arch-commits] Commit in rekonq/repos (8 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Jun 23 17:21:01 UTC 2013


    Date: Sunday, June 23, 2013 @ 19:21:00
  Author: andrea
Revision: 93061

archrelease: copy trunk to community-i686, community-x86_64

Added:
  rekonq/repos/community-i686/PKGBUILD
    (from rev 93060, rekonq/trunk/PKGBUILD)
  rekonq/repos/community-i686/rekonq.install
    (from rev 93060, rekonq/trunk/rekonq.install)
  rekonq/repos/community-x86_64/PKGBUILD
    (from rev 93060, rekonq/trunk/PKGBUILD)
  rekonq/repos/community-x86_64/rekonq.install
    (from rev 93060, rekonq/trunk/rekonq.install)
Deleted:
  rekonq/repos/community-i686/PKGBUILD
  rekonq/repos/community-i686/rekonq.install
  rekonq/repos/community-x86_64/PKGBUILD
  rekonq/repos/community-x86_64/rekonq.install

---------------------------------+
 /PKGBUILD                       |   66 ++++++++++++++++++++++++++++++++++++++
 /rekonq.install                 |   24 +++++++++++++
 community-i686/PKGBUILD         |   33 -------------------
 community-i686/rekonq.install   |   12 ------
 community-x86_64/PKGBUILD       |   33 -------------------
 community-x86_64/rekonq.install |   12 ------
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-06-23 17:20:52 UTC (rev 93060)
+++ community-i686/PKGBUILD	2013-06-23 17:21:00 UTC (rev 93061)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Peter Lewis <plewis at aur.archlinux.org>
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
-
-pkgname=rekonq
-pkgver=2.3.0
-pkgrel=2
-pkgdesc='A WebKit based web browser for KDE'
-arch=('i686' 'x86_64')
-url='http://rekonq.kde.org/'
-license=('GPL')
-depends=('kdebase-keditbookmarks' 'qoauth')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdebase-konqueror: search engines support'
-            'qca-ossl: to use the sync handler')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('f84fe975e79cbdcd218eb73d5371ee5ca0e11a2aea0d1d890ba9f24a505cf65c')
-
-build(){
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: rekonq/repos/community-i686/PKGBUILD (from rev 93060, rekonq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-06-23 17:21:00 UTC (rev 93061)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Peter Lewis <plewis at aur.archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
+
+pkgname=rekonq
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='A WebKit based web browser for KDE'
+arch=('i686' 'x86_64')
+url='http://rekonq.kde.org/'
+license=('GPL')
+depends=('kdebase-keditbookmarks' 'qoauth')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdebase-konqueror: search engines support'
+            'qca-ossl: to use the sync handler')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('1c552bad65c640bcd1a7550d45ad37ad93e16e75f14cf71685363e04f4c2a658')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/rekonq.install
===================================================================
--- community-i686/rekonq.install	2013-06-23 17:20:52 UTC (rev 93060)
+++ community-i686/rekonq.install	2013-06-23 17:21:00 UTC (rev 93061)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: rekonq/repos/community-i686/rekonq.install (from rev 93060, rekonq/trunk/rekonq.install)
===================================================================
--- community-i686/rekonq.install	                        (rev 0)
+++ community-i686/rekonq.install	2013-06-23 17:21:00 UTC (rev 93061)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-06-23 17:20:52 UTC (rev 93060)
+++ community-x86_64/PKGBUILD	2013-06-23 17:21:00 UTC (rev 93061)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Peter Lewis <plewis at aur.archlinux.org>
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
-
-pkgname=rekonq
-pkgver=2.3.0
-pkgrel=2
-pkgdesc='A WebKit based web browser for KDE'
-arch=('i686' 'x86_64')
-url='http://rekonq.kde.org/'
-license=('GPL')
-depends=('kdebase-keditbookmarks' 'qoauth')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdebase-konqueror: search engines support'
-            'qca-ossl: to use the sync handler')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('f84fe975e79cbdcd218eb73d5371ee5ca0e11a2aea0d1d890ba9f24a505cf65c')
-
-build(){
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: rekonq/repos/community-x86_64/PKGBUILD (from rev 93060, rekonq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-06-23 17:21:00 UTC (rev 93061)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Peter Lewis <plewis at aur.archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
+
+pkgname=rekonq
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='A WebKit based web browser for KDE'
+arch=('i686' 'x86_64')
+url='http://rekonq.kde.org/'
+license=('GPL')
+depends=('kdebase-keditbookmarks' 'qoauth')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdebase-konqueror: search engines support'
+            'qca-ossl: to use the sync handler')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('1c552bad65c640bcd1a7550d45ad37ad93e16e75f14cf71685363e04f4c2a658')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/rekonq.install
===================================================================
--- community-x86_64/rekonq.install	2013-06-23 17:20:52 UTC (rev 93060)
+++ community-x86_64/rekonq.install	2013-06-23 17:21:00 UTC (rev 93061)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: rekonq/repos/community-x86_64/rekonq.install (from rev 93060, rekonq/trunk/rekonq.install)
===================================================================
--- community-x86_64/rekonq.install	                        (rev 0)
+++ community-x86_64/rekonq.install	2013-06-23 17:21:00 UTC (rev 93061)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list