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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 8 10:32:03 UTC 2014


    Date: Saturday, March 8, 2014 @ 11:32:02
  Author: andrea
Revision: 106806

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

Added:
  rekonq/repos/community-i686/PKGBUILD
    (from rev 106805, rekonq/trunk/PKGBUILD)
  rekonq/repos/community-i686/rekonq.install
    (from rev 106805, rekonq/trunk/rekonq.install)
  rekonq/repos/community-x86_64/PKGBUILD
    (from rev 106805, rekonq/trunk/PKGBUILD)
  rekonq/repos/community-x86_64/rekonq.install
    (from rev 106805, 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                       |   72 ++++++++++++++++++++++++++++++++++++++
 /rekonq.install                 |   24 ++++++++++++
 community-i686/PKGBUILD         |   36 -------------------
 community-i686/rekonq.install   |   12 ------
 community-x86_64/PKGBUILD       |   36 -------------------
 community-x86_64/rekonq.install |   12 ------
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-08 10:31:54 UTC (rev 106805)
+++ community-i686/PKGBUILD	2014-03-08 10:32:02 UTC (rev 106806)
@@ -1,36 +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.4.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.xz")
-sha256sums=('e9805b32f592ca5809bd1632c624c57fc0109ce98b73a8b8e3ebd04e9c875126')
-
-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
-}

Copied: rekonq/repos/community-i686/PKGBUILD (from rev 106805, rekonq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-08 10:32:02 UTC (rev 106806)
@@ -0,0 +1,36 @@
+# $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.4.2
+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.xz")
+sha256sums=('e9805b32f592ca5809bd1632c624c57fc0109ce98b73a8b8e3ebd04e9c875126')
+
+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	2014-03-08 10:31:54 UTC (rev 106805)
+++ community-i686/rekonq.install	2014-03-08 10:32:02 UTC (rev 106806)
@@ -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 106805, rekonq/trunk/rekonq.install)
===================================================================
--- community-i686/rekonq.install	                        (rev 0)
+++ community-i686/rekonq.install	2014-03-08 10:32:02 UTC (rev 106806)
@@ -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	2014-03-08 10:31:54 UTC (rev 106805)
+++ community-x86_64/PKGBUILD	2014-03-08 10:32:02 UTC (rev 106806)
@@ -1,36 +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.4.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.xz")
-sha256sums=('e9805b32f592ca5809bd1632c624c57fc0109ce98b73a8b8e3ebd04e9c875126')
-
-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
-}

Copied: rekonq/repos/community-x86_64/PKGBUILD (from rev 106805, rekonq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-08 10:32:02 UTC (rev 106806)
@@ -0,0 +1,36 @@
+# $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.4.2
+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.xz")
+sha256sums=('e9805b32f592ca5809bd1632c624c57fc0109ce98b73a8b8e3ebd04e9c875126')
+
+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	2014-03-08 10:31:54 UTC (rev 106805)
+++ community-x86_64/rekonq.install	2014-03-08 10:32:02 UTC (rev 106806)
@@ -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 106805, rekonq/trunk/rekonq.install)
===================================================================
--- community-x86_64/rekonq.install	                        (rev 0)
+++ community-x86_64/rekonq.install	2014-03-08 10:32:02 UTC (rev 106806)
@@ -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