[arch-commits] Commit in (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Apr 2 12:28:37 UTC 2013


    Date: Tuesday, April 2, 2013 @ 14:28:37
  Author: andrea
Revision: 181202

New KTP component

Added:
  telepathy-kde-desktop-applets/
  telepathy-kde-desktop-applets/repos/
  telepathy-kde-desktop-applets/trunk/
  telepathy-kde-desktop-applets/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Added: telepathy-kde-desktop-applets/trunk/PKGBUILD
===================================================================
--- telepathy-kde-desktop-applets/trunk/PKGBUILD	                        (rev 0)
+++ telepathy-kde-desktop-applets/trunk/PKGBUILD	2013-04-02 12:28:37 UTC (rev 181202)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="The KDE-Telepathy Plasma desktop applets"
+arch=('i686' 'x86_64')
+url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+license=('GPL')
+depends=('telepathy-kde-common-internals' 'kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+group=('kde-telepathy')
+conflicts=('telepathy-kde-contact-applet' 'telepathy-kde-presence-applet')
+replaces=('telepathy-kde-contact-applet' 'telepathy-kde-presence-applet')
+source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
+sha1sums=('890ea9e21b56d794c079e6437ef8a3d356eeb4af')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: telepathy-kde-desktop-applets/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list