[arch-commits] Commit in empathy/repos (4 files)

Ionut Biru ibiru at archlinux.org
Sun Mar 6 17:05:25 UTC 2011


    Date: Sunday, March 6, 2011 @ 12:05:25
  Author: ibiru
Revision: 112778

libnotify 0.7 rebuild

Added:
  empathy/repos/staging-i686/
  empathy/repos/staging-x86_64/
Modified:
  empathy/repos/staging-i686/PKGBUILD
  empathy/repos/staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

Modified: staging-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-03-06 16:49:19 UTC (rev 112774)
+++ staging-i686/PKGBUILD	2011-03-06 17:05:25 UTC (rev 112778)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 pkgname=empathy
 pkgver=2.32.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/Empathy"
@@ -20,11 +20,16 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f90a45955205fd8bd783a55acae4603197caab4f16a880106f8639cbbbe5e861')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
+        empathy-2.32.2-libnotify-0.7.patch)
+sha256sums=('f90a45955205fd8bd783a55acae4603197caab4f16a880106f8639cbbbe5e861'
+            '8f7280c95fb67a2f91dc38984523f8ae4be95643e7404ea672d88d6541987ca8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np0 -i "${srcdir}/empathy-2.32.2-libnotify-0.7.patch"
+  sed -i -e '/libnotify/s:0.7:9999:' configure
   ./configure --prefix=/usr \
       --sysconfdir=/etc  \
       --libexecdir=/usr/lib/empathy \

Modified: staging-x86_64/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-03-06 16:49:19 UTC (rev 112774)
+++ staging-x86_64/PKGBUILD	2011-03-06 17:05:25 UTC (rev 112778)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 pkgname=empathy
 pkgver=2.32.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/Empathy"
@@ -20,11 +20,16 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f90a45955205fd8bd783a55acae4603197caab4f16a880106f8639cbbbe5e861')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2
+        empathy-2.32.2-libnotify-0.7.patch)
+sha256sums=('f90a45955205fd8bd783a55acae4603197caab4f16a880106f8639cbbbe5e861'
+            '8f7280c95fb67a2f91dc38984523f8ae4be95643e7404ea672d88d6541987ca8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np0 -i "${srcdir}/empathy-2.32.2-libnotify-0.7.patch"
+  sed -i -e '/libnotify/s:0.7:9999:' configure
   ./configure --prefix=/usr \
       --sysconfdir=/etc  \
       --libexecdir=/usr/lib/empathy \




More information about the arch-commits mailing list