[arch-commits] Commit in libzeitgeist/repos (6 files)
Jan de Groot
jgc at archlinux.org
Thu Oct 18 19:46:02 UTC 2012
Date: Thursday, October 18, 2012 @ 15:46:01
Author: jgc
Revision: 169283
db-move: moved libzeitgeist from [gnome-unstable] to [testing] (i686, x86_64)
Added:
libzeitgeist/repos/testing-i686/
libzeitgeist/repos/testing-i686/PKGBUILD
(from rev 169277, libzeitgeist/repos/gnome-unstable-i686/PKGBUILD)
libzeitgeist/repos/testing-x86_64/
libzeitgeist/repos/testing-x86_64/PKGBUILD
(from rev 169277, libzeitgeist/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
libzeitgeist/repos/gnome-unstable-i686/
libzeitgeist/repos/gnome-unstable-x86_64/
-------------------------+
testing-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: libzeitgeist/repos/testing-i686/PKGBUILD (from rev 169277, libzeitgeist/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-10-18 19:46:01 UTC (rev 169283)
@@ -0,0 +1,29 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: kiefer <jorgelmadrid at gmail.com>
+# Contributor: Alessio Sergi <asergi at archlinux dot us>
+
+pkgname=libzeitgeist
+pkgver=0.3.18
+_pkgmainver=0.3
+pkgrel=3
+pkgdesc="Zeitgeist client library"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/libzeitgeist"
+license=('LGPL2.1')
+depends=('glib2')
+optdepends=("zeitgeist: zeitgeist framework")
+options=('!libtool')
+source=(http://launchpad.net/${pkgname}/${_pkgmainver}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d63a37295d01a58086d0d4ae26e604c2')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: libzeitgeist/repos/testing-x86_64/PKGBUILD (from rev 169277, libzeitgeist/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:46:01 UTC (rev 169283)
@@ -0,0 +1,29 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: kiefer <jorgelmadrid at gmail.com>
+# Contributor: Alessio Sergi <asergi at archlinux dot us>
+
+pkgname=libzeitgeist
+pkgver=0.3.18
+_pkgmainver=0.3
+pkgrel=3
+pkgdesc="Zeitgeist client library"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/libzeitgeist"
+license=('LGPL2.1')
+depends=('glib2')
+optdepends=("zeitgeist: zeitgeist framework")
+options=('!libtool')
+source=(http://launchpad.net/${pkgname}/${_pkgmainver}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d63a37295d01a58086d0d4ae26e604c2')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list