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

Andrea Scarpino andrea at archlinux.org
Wed Dec 21 20:46:58 UTC 2011


    Date: Wednesday, December 21, 2011 @ 15:46:58
  Author: andrea
Revision: 145323

db-move: moved kwebkitpart from [testing] to [extra] (x86_64)

Added:
  kwebkitpart/repos/extra-x86_64/PKGBUILD
    (from rev 145317, kwebkitpart/repos/testing-x86_64/PKGBUILD)
  kwebkitpart/repos/extra-x86_64/kwebkitpart.install
    (from rev 145317, kwebkitpart/repos/testing-x86_64/kwebkitpart.install)
Deleted:
  kwebkitpart/repos/extra-x86_64/PKGBUILD
  kwebkitpart/repos/extra-x86_64/kwebkitpart.install
  kwebkitpart/repos/testing-x86_64/

---------------------+
 PKGBUILD            |   61 ++++++++++++++++++++++++--------------------------
 kwebkitpart.install |   22 +++++++++---------
 2 files changed, 41 insertions(+), 42 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-12-21 20:46:57 UTC (rev 145322)
+++ extra-x86_64/PKGBUILD	2011-12-21 20:46:58 UTC (rev 145323)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kwebkitpart
-pkgver=1.2.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=("${pkgname}-${pkgver}.tar.bz2"::"http://quickgit.kde.org/?p=${pkgname}.git&a=snapshot&h=d2aba2aa0664fde17f29d526226576aa6b956ee1&fmt=tbz2")
-md5sums=('d87b69fc4945aa9159908f842c3f9e2e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname} \
-    -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 145317, kwebkitpart/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-12-21 20:46:58 UTC (rev 145323)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwebkitpart
+pkgver=1.2.0
+pkgrel=2
+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=('e736d7b26cf6e3c0eed837837b3f032b')
+
+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	2011-12-21 20:46:57 UTC (rev 145322)
+++ extra-x86_64/kwebkitpart.install	2011-12-21 20:46:58 UTC (rev 145323)
@@ -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 145317, kwebkitpart/repos/testing-x86_64/kwebkitpart.install)
===================================================================
--- extra-x86_64/kwebkitpart.install	                        (rev 0)
+++ extra-x86_64/kwebkitpart.install	2011-12-21 20:46:58 UTC (rev 145323)
@@ -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