[arch-commits] Commit in telepathy-kde-contact-list/repos (6 files)

Andrea Scarpino andrea at archlinux.org
Wed Apr 4 07:20:48 UTC 2012


    Date: Wednesday, April 4, 2012 @ 03:20:47
  Author: andrea
Revision: 155476

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

Added:
  telepathy-kde-contact-list/repos/testing-i686/
  telepathy-kde-contact-list/repos/testing-i686/PKGBUILD
    (from rev 155475, telepathy-kde-contact-list/trunk/PKGBUILD)
  telepathy-kde-contact-list/repos/testing-i686/telepathy-kde-contact-list.install
    (from rev 155475, telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
  telepathy-kde-contact-list/repos/testing-x86_64/
  telepathy-kde-contact-list/repos/testing-x86_64/PKGBUILD
    (from rev 155475, telepathy-kde-contact-list/trunk/PKGBUILD)
  telepathy-kde-contact-list/repos/testing-x86_64/telepathy-kde-contact-list.install
    (from rev 155475, telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)

---------------------------------------------------+
 testing-i686/PKGBUILD                             |   33 ++++++++++++++++++++
 testing-i686/telepathy-kde-contact-list.install   |   11 ++++++
 testing-x86_64/PKGBUILD                           |   33 ++++++++++++++++++++
 testing-x86_64/telepathy-kde-contact-list.install |   11 ++++++
 4 files changed, 88 insertions(+)

Copied: telepathy-kde-contact-list/repos/testing-i686/PKGBUILD (from rev 155475, telepathy-kde-contact-list/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-04 07:20:47 UTC (rev 155476)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Telepathy contact list application"
+arch=('i686' 'x86_64')
+url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('5126abb03184da209b8745afb6ee0ab70a24536e')
+
+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: telepathy-kde-contact-list/repos/testing-i686/telepathy-kde-contact-list.install (from rev 155475, telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
===================================================================
--- testing-i686/telepathy-kde-contact-list.install	                        (rev 0)
+++ testing-i686/telepathy-kde-contact-list.install	2012-04-04 07:20:47 UTC (rev 155476)
@@ -0,0 +1,11 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: telepathy-kde-contact-list/repos/testing-x86_64/PKGBUILD (from rev 155475, telepathy-kde-contact-list/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-04 07:20:47 UTC (rev 155476)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Telepathy contact list application"
+arch=('i686' 'x86_64')
+url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-telepathy')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('5126abb03184da209b8745afb6ee0ab70a24536e')
+
+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: telepathy-kde-contact-list/repos/testing-x86_64/telepathy-kde-contact-list.install (from rev 155475, telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
===================================================================
--- testing-x86_64/telepathy-kde-contact-list.install	                        (rev 0)
+++ testing-x86_64/telepathy-kde-contact-list.install	2012-04-04 07:20:47 UTC (rev 155476)
@@ -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