Date: Saturday, November 16, 2013 @ 04:53:07
  Author: andrea
Revision: 101077

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

Added:
  rekonq/repos/community-i686/PKGBUILD
    (from rev 101076, rekonq/trunk/PKGBUILD)
  rekonq/repos/community-i686/rekonq.install
    (from rev 101076, rekonq/trunk/rekonq.install)
  rekonq/repos/community-x86_64/PKGBUILD
    (from rev 101076, rekonq/trunk/PKGBUILD)
  rekonq/repos/community-x86_64/rekonq.install
    (from rev 101076, 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
  rekonq/repos/extra-i686/
  rekonq/repos/extra-x86_64/

---------------------------------+
 /PKGBUILD                       |   72 ++++++++++++++++++++++++++++++++++++++
 /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, 96 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-11-16 03:52:33 UTC (rev 101076)
+++ community-i686/PKGBUILD     2013-11-16 03:53:07 UTC (rev 101077)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Peter Lewis <ple...@aur.archlinux.org>
-# Maintainer: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
-
-pkgname=rekonq
-pkgver=2.3.2
-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=('9cfdb7e02a08ad4d2b5dd6e8bd1c85c11013f41a3186c8c5c22454093722bc74')
-
-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 101076, 
rekonq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-11-16 03:53:07 UTC (rev 101077)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Peter Lewis <ple...@aur.archlinux.org>
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
+
+pkgname=rekonq
+pkgver=2.4.0
+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.xz";)
+sha256sums=('660f40fe612b6706623977d8cdb94b49aaacdb53aac2689d95f02d782ce2715b')
+
+prepare() {
+  mkdir build
+}
+
+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-11-16 03:52:33 UTC (rev 101076)
+++ community-i686/rekonq.install       2013-11-16 03:53:07 UTC (rev 101077)
@@ -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 101076, 
rekonq/trunk/rekonq.install)
===================================================================
--- community-i686/rekonq.install                               (rev 0)
+++ community-i686/rekonq.install       2013-11-16 03:53:07 UTC (rev 101077)
@@ -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-11-16 03:52:33 UTC (rev 101076)
+++ community-x86_64/PKGBUILD   2013-11-16 03:53:07 UTC (rev 101077)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Peter Lewis <ple...@aur.archlinux.org>
-# Maintainer: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
-
-pkgname=rekonq
-pkgver=2.3.2
-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=('9cfdb7e02a08ad4d2b5dd6e8bd1c85c11013f41a3186c8c5c22454093722bc74')
-
-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 101076, 
rekonq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-16 03:53:07 UTC (rev 101077)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Peter Lewis <ple...@aur.archlinux.org>
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
+
+pkgname=rekonq
+pkgver=2.4.0
+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.xz";)
+sha256sums=('660f40fe612b6706623977d8cdb94b49aaacdb53aac2689d95f02d782ce2715b')
+
+prepare() {
+  mkdir build
+}
+
+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-11-16 03:52:33 UTC (rev 101076)
+++ community-x86_64/rekonq.install     2013-11-16 03:53:07 UTC (rev 101077)
@@ -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 101076, 
rekonq/trunk/rekonq.install)
===================================================================
--- community-x86_64/rekonq.install                             (rev 0)
+++ community-x86_64/rekonq.install     2013-11-16 03:53:07 UTC (rev 101077)
@@ -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
+}

Reply via email to