Date: Thursday, May 30, 2013 @ 19:03:38
  Author: andrea
Revision: 186710

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

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

----------------------------------+
 /PKGBUILD                        |   64 +++++++++++++++++++++++++++++++++++++
 /kwebkitpart.install             |   22 ++++++++++++
 extra-i686/PKGBUILD              |   31 -----------------
 extra-i686/kwebkitpart.install   |   11 ------
 extra-x86_64/PKGBUILD            |   31 -----------------
 extra-x86_64/kwebkitpart.install |   11 ------
 6 files changed, 86 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-05-30 17:03:31 UTC (rev 186709)
+++ extra-i686/PKGBUILD 2013-05-30 17:03:38 UTC (rev 186710)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <and...@archlinux.org>
-
-pkgname=kwebkitpart
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="A WebKit browser component for KDE"
-url="https://projects.kde.org/projects/extragear/base/kwebkitpart/";
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('0c90cc05b4f9b6cba9e62941ae4d3ba0')
-
-build() {
-  sed -i '/add_subdirectory(kdelauncher)/d' ${pkgname}-${pkgver}/CMakeLists.txt
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwebkitpart/repos/extra-i686/PKGBUILD (from rev 186709, 
kwebkitpart/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2013-05-30 17:03:38 UTC (rev 186710)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kwebkitpart
+pkgver=1.3.3
+pkgrel=2
+pkgdesc="A WebKit browser component for KDE"
+url="https://projects.kde.org/projects/extragear/base/kwebkitpart/";
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+# Generate using kde releaseme scripts
+source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('82640f97f23ce72bed1da6527909bb5d')
+
+build() {
+  sed -i '/add_subdirectory(kdelauncher)/d' ${pkgname}-${pkgver}/CMakeLists.txt
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kwebkitpart.install
===================================================================
--- extra-i686/kwebkitpart.install      2013-05-30 17:03:31 UTC (rev 186709)
+++ extra-i686/kwebkitpart.install      2013-05-30 17:03:38 UTC (rev 186710)
@@ -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 186709, 
kwebkitpart/trunk/kwebkitpart.install)
===================================================================
--- extra-i686/kwebkitpart.install                              (rev 0)
+++ extra-i686/kwebkitpart.install      2013-05-30 17:03:38 UTC (rev 186710)
@@ -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       2013-05-30 17:03:31 UTC (rev 186709)
+++ extra-x86_64/PKGBUILD       2013-05-30 17:03:38 UTC (rev 186710)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <and...@archlinux.org>
-
-pkgname=kwebkitpart
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="A WebKit browser component for KDE"
-url="https://projects.kde.org/projects/extragear/base/kwebkitpart/";
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('0c90cc05b4f9b6cba9e62941ae4d3ba0')
-
-build() {
-  sed -i '/add_subdirectory(kdelauncher)/d' ${pkgname}-${pkgver}/CMakeLists.txt
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwebkitpart/repos/extra-x86_64/PKGBUILD (from rev 186709, 
kwebkitpart/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2013-05-30 17:03:38 UTC (rev 186710)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kwebkitpart
+pkgver=1.3.3
+pkgrel=2
+pkgdesc="A WebKit browser component for KDE"
+url="https://projects.kde.org/projects/extragear/base/kwebkitpart/";
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+# Generate using kde releaseme scripts
+source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('82640f97f23ce72bed1da6527909bb5d')
+
+build() {
+  sed -i '/add_subdirectory(kdelauncher)/d' ${pkgname}-${pkgver}/CMakeLists.txt
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/kwebkitpart.install
===================================================================
--- extra-x86_64/kwebkitpart.install    2013-05-30 17:03:31 UTC (rev 186709)
+++ extra-x86_64/kwebkitpart.install    2013-05-30 17:03:38 UTC (rev 186710)
@@ -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 186709, 
kwebkitpart/trunk/kwebkitpart.install)
===================================================================
--- extra-x86_64/kwebkitpart.install                            (rev 0)
+++ extra-x86_64/kwebkitpart.install    2013-05-30 17:03:38 UTC (rev 186710)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to