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

Andrea Scarpino andrea at archlinux.org
Sat Oct 29 17:37:02 UTC 2011


    Date: Saturday, October 29, 2011 @ 13:37:01
  Author: andrea
Revision: 141353

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

Added:
  kwebkitpart/repos/testing-i686/
  kwebkitpart/repos/testing-i686/PKGBUILD
    (from rev 141352, kwebkitpart/trunk/PKGBUILD)
  kwebkitpart/repos/testing-i686/kwebkitpart.install
    (from rev 141352, kwebkitpart/trunk/kwebkitpart.install)
  kwebkitpart/repos/testing-x86_64/
  kwebkitpart/repos/testing-x86_64/PKGBUILD
    (from rev 141352, kwebkitpart/trunk/PKGBUILD)
  kwebkitpart/repos/testing-x86_64/kwebkitpart.install
    (from rev 141352, kwebkitpart/trunk/kwebkitpart.install)

------------------------------------+
 testing-i686/PKGBUILD              |   31 +++++++++++++++++++++++++++++++
 testing-i686/kwebkitpart.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD            |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/kwebkitpart.install |   11 +++++++++++
 4 files changed, 84 insertions(+)

Copied: kwebkitpart/repos/testing-i686/PKGBUILD (from rev 141352, kwebkitpart/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-10-29 17:37:01 UTC (rev 141353)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: 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
+}

Copied: kwebkitpart/repos/testing-i686/kwebkitpart.install (from rev 141352, kwebkitpart/trunk/kwebkitpart.install)
===================================================================
--- testing-i686/kwebkitpart.install	                        (rev 0)
+++ testing-i686/kwebkitpart.install	2011-10-29 17:37:01 UTC (rev 141353)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kwebkitpart/repos/testing-x86_64/PKGBUILD (from rev 141352, kwebkitpart/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-10-29 17:37:01 UTC (rev 141353)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: 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
+}

Copied: kwebkitpart/repos/testing-x86_64/kwebkitpart.install (from rev 141352, kwebkitpart/trunk/kwebkitpart.install)
===================================================================
--- testing-x86_64/kwebkitpart.install	                        (rev 0)
+++ testing-x86_64/kwebkitpart.install	2011-10-29 17:37:01 UTC (rev 141353)
@@ -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