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

Andrea Scarpino andrea at archlinux.org
Thu Sep 6 20:40:12 UTC 2012


    Date: Thursday, September 6, 2012 @ 16:40:12
  Author: andrea
Revision: 166348

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

Added:
  kwebkitpart/repos/extra-i686/PKGBUILD
    (from rev 166347, kwebkitpart/trunk/PKGBUILD)
  kwebkitpart/repos/extra-i686/kwebkitpart.install
    (from rev 166347, kwebkitpart/trunk/kwebkitpart.install)
  kwebkitpart/repos/extra-x86_64/PKGBUILD
    (from rev 166347, kwebkitpart/trunk/PKGBUILD)
  kwebkitpart/repos/extra-x86_64/kwebkitpart.install
    (from rev 166347, kwebkitpart/trunk/kwebkitpart.install)
Deleted:
  kwebkitpart/repos/extra-i686/PKGBUILD
  kwebkitpart/repos/extra-i686/kwebkitpart.install
  kwebkitpart/repos/extra-x86_64/PKGBUILD
  kwebkitpart/repos/extra-x86_64/kwebkitpart.install

----------------------------------+
 extra-i686/PKGBUILD              |   60 ++++++++++++++++++-------------------
 extra-i686/kwebkitpart.install   |   22 ++++++-------
 extra-x86_64/PKGBUILD            |   60 ++++++++++++++++++-------------------
 extra-x86_64/kwebkitpart.install |   22 ++++++-------
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-09-06 20:39:45 UTC (rev 166347)
+++ extra-i686/PKGBUILD	2012-09-06 20:40:12 UTC (rev 166348)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kwebkitpart
-pkgver=1.2.0.20120705
-pkgrel=1
-pkgdesc="A WebKit browser component for KDE"
-url="http://opendesktop.org/content/show.php?content=127960"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('659f9737bcc79f0bfbd08ff37ad0e232')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwebkitpart/repos/extra-i686/PKGBUILD (from rev 166347, kwebkitpart/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-09-06 20:40:12 UTC (rev 166348)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwebkitpart
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A WebKit browser component for KDE"
+url="http://opendesktop.org/content/show.php?content=127960"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('27f72c8044fc798add9f4cbf9c799154')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kwebkitpart.install
===================================================================
--- extra-i686/kwebkitpart.install	2012-09-06 20:39:45 UTC (rev 166347)
+++ extra-i686/kwebkitpart.install	2012-09-06 20:40:12 UTC (rev 166348)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kwebkitpart/repos/extra-i686/kwebkitpart.install (from rev 166347, kwebkitpart/trunk/kwebkitpart.install)
===================================================================
--- extra-i686/kwebkitpart.install	                        (rev 0)
+++ extra-i686/kwebkitpart.install	2012-09-06 20:40:12 UTC (rev 166348)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-09-06 20:39:45 UTC (rev 166347)
+++ extra-x86_64/PKGBUILD	2012-09-06 20:40:12 UTC (rev 166348)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kwebkitpart
-pkgver=1.2.0.20120705
-pkgrel=1
-pkgdesc="A WebKit browser component for KDE"
-url="http://opendesktop.org/content/show.php?content=127960"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('659f9737bcc79f0bfbd08ff37ad0e232')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwebkitpart/repos/extra-x86_64/PKGBUILD (from rev 166347, kwebkitpart/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-09-06 20:40:12 UTC (rev 166348)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwebkitpart
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A WebKit browser component for KDE"
+url="http://opendesktop.org/content/show.php?content=127960"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('27f72c8044fc798add9f4cbf9c799154')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/kwebkitpart.install
===================================================================
--- extra-x86_64/kwebkitpart.install	2012-09-06 20:39:45 UTC (rev 166347)
+++ extra-x86_64/kwebkitpart.install	2012-09-06 20:40:12 UTC (rev 166348)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kwebkitpart/repos/extra-x86_64/kwebkitpart.install (from rev 166347, kwebkitpart/trunk/kwebkitpart.install)
===================================================================
--- extra-x86_64/kwebkitpart.install	                        (rev 0)
+++ extra-x86_64/kwebkitpart.install	2012-09-06 20:40:12 UTC (rev 166348)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list