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

Felix Yan fyan at archlinux.org
Sun Sep 28 15:52:50 UTC 2014


    Date: Sunday, September 28, 2014 @ 17:52:50
  Author: fyan
Revision: 223649

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

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

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

Copied: kwebkitpart/repos/staging-i686/PKGBUILD (from rev 223648, kwebkitpart/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-09-28 15:52:50 UTC (rev 223649)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwebkitpart
+pkgver=1.3.4
+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.xz")
+md5sums=('0a3e176a7c24f00e22c92a7b105585f8')
+
+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/staging-i686/kwebkitpart.install (from rev 223648, kwebkitpart/trunk/kwebkitpart.install)
===================================================================
--- staging-i686/kwebkitpart.install	                        (rev 0)
+++ staging-i686/kwebkitpart.install	2014-09-28 15:52:50 UTC (rev 223649)
@@ -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 223648, kwebkitpart/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-09-28 15:52:50 UTC (rev 223649)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwebkitpart
+pkgver=1.3.4
+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.xz")
+md5sums=('0a3e176a7c24f00e22c92a7b105585f8')
+
+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/staging-x86_64/kwebkitpart.install (from rev 223648, kwebkitpart/trunk/kwebkitpart.install)
===================================================================
--- staging-x86_64/kwebkitpart.install	                        (rev 0)
+++ staging-x86_64/kwebkitpart.install	2014-09-28 15:52:50 UTC (rev 223649)
@@ -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