[arch-commits] Commit in rekonq/repos/community-i686 (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Jan 24 15:11:17 UTC 2014


    Date: Friday, January 24, 2014 @ 16:11:17
  Author: andrea
Revision: 104680

archrelease: copy trunk to community-i686

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

----------------+
 PKGBUILD       |   72 +++++++++++++++++++++++++++----------------------------
 rekonq.install |   24 +++++++++---------
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-24 15:10:53 UTC (rev 104679)
+++ PKGBUILD	2014-01-24 15:11:17 UTC (rev 104680)
@@ -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.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
-}

Copied: rekonq/repos/community-i686/PKGBUILD (from rev 104679, rekonq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-01-24 15:11:17 UTC (rev 104680)
@@ -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=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
+}

Deleted: rekonq.install
===================================================================
--- rekonq.install	2014-01-24 15:10:53 UTC (rev 104679)
+++ rekonq.install	2014-01-24 15:11:17 UTC (rev 104680)
@@ -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 104679, rekonq/trunk/rekonq.install)
===================================================================
--- rekonq.install	                        (rev 0)
+++ rekonq.install	2014-01-24 15:11:17 UTC (rev 104680)
@@ -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