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

Andrea Scarpino andrea at archlinux.org
Sun Dec 18 09:29:04 UTC 2011


    Date: Sunday, December 18, 2011 @ 04:29:04
  Author: andrea
Revision: 145154

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

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

------------------------------------+
 staging-i686/PKGBUILD              |   30 ++++++++++++++++++++++++++++++
 staging-i686/kwebkitpart.install   |   11 +++++++++++
 staging-x86_64/PKGBUILD            |   30 ++++++++++++++++++++++++++++++
 staging-x86_64/kwebkitpart.install |   11 +++++++++++
 4 files changed, 82 insertions(+)

Copied: kwebkitpart/repos/staging-i686/PKGBUILD (from rev 145153, kwebkitpart/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2011-12-18 09:29:04 UTC (rev 145154)
@@ -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
+}

Copied: kwebkitpart/repos/staging-i686/kwebkitpart.install (from rev 145153, kwebkitpart/trunk/kwebkitpart.install)
===================================================================
--- staging-i686/kwebkitpart.install	                        (rev 0)
+++ staging-i686/kwebkitpart.install	2011-12-18 09:29:04 UTC (rev 145154)
@@ -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/staging-x86_64/PKGBUILD (from rev 145153, kwebkitpart/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2011-12-18 09:29:04 UTC (rev 145154)
@@ -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
+}

Copied: kwebkitpart/repos/staging-x86_64/kwebkitpart.install (from rev 145153, kwebkitpart/trunk/kwebkitpart.install)
===================================================================
--- staging-x86_64/kwebkitpart.install	                        (rev 0)
+++ staging-x86_64/kwebkitpart.install	2011-12-18 09:29:04 UTC (rev 145154)
@@ -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