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

Jan Steffens heftig at archlinux.org
Thu Jan 11 10:20:41 UTC 2018


    Date: Thursday, January 11, 2018 @ 10:20:41
  Author: heftig
Revision: 314351

archrelease: copy trunk to extra-x86_64

Added:
  empathy/repos/extra-x86_64/PKGBUILD
    (from rev 314350, empathy/trunk/PKGBUILD)
  empathy/repos/extra-x86_64/enchant-2.patch
    (from rev 314350, empathy/trunk/enchant-2.patch)
Deleted:
  empathy/repos/extra-x86_64/PKGBUILD
  empathy/repos/extra-x86_64/enchant-2.patch

-----------------+
 PKGBUILD        |  121 ++++++++++++++++++++++++++----------------------------
 enchant-2.patch |   26 +++++------
 2 files changed, 73 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-11 10:19:48 UTC (rev 314350)
+++ PKGBUILD	2018-01-11 10:20:41 UTC (rev 314351)
@@ -1,61 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=empathy
-pkgver=3.25.90+33+g1453dc4e7
-pkgrel=1
-pkgdesc="A GNOME instant messaging client using the Telepathy framework"
-url="https://wiki.gnome.org/Apps/Empathy"
-arch=(x86_64)
-license=(GPL2)
-depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse webkit2gtk
-         telepathy-farstream telepathy-glib telepathy-logger telepathy-mission-control geoclue2
-         geocode-glib cheese libchamplain libgudev)
-makedepends=(intltool itstool docbook-xsl python gnome-common git)
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-            'telepathy-idle: IRC support'
-            'telepathy-salut: Link-local XMPP support'
-            'telepathy-rakia: SIP support'
-            'telepathy-haze: libpurple support')
-groups=(gnome)
-_commit=1453dc4e777d28df59cac2df45d607371c79c813  # master
-source=("git+https://git.gnome.org/browse/empathy#commit=$_commit"
-        "git+https://git.gnome.org/browse/telepathy-account-widgets"
-        enchant-2.patch)
-sha256sums=('SKIP'
-            'SKIP'
-            'cfb8e4c1fde981393090c5f4c51e8f4eace54acaa16a7aed3c7f1cd31658c167')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EMPATHY_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.telepathy-account-widgets.url "$srcdir/telepathy-account-widgets"
-  git submodule update
-
-  patch -Np1 -i ../enchant-2.patch
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
-  ./configure --prefix=/usr \
-      --sysconfdir=/etc  \
-      --libexecdir=/usr/lib/empathy \
-      --disable-static \
-      --disable-Werror
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: empathy/repos/extra-x86_64/PKGBUILD (from rev 314350, empathy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-11 10:20:41 UTC (rev 314351)
@@ -0,0 +1,60 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=empathy
+pkgver=3.25.90+34+g78f4d4fda
+pkgrel=1
+pkgdesc="A GNOME instant messaging client using the Telepathy framework"
+url="https://wiki.gnome.org/Apps/Empathy"
+arch=(x86_64)
+license=(GPL2)
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse webkit2gtk
+         telepathy-farstream telepathy-glib telepathy-logger telepathy-mission-control geoclue2
+         geocode-glib cheese libchamplain libgudev)
+makedepends=(intltool itstool docbook-xsl python gnome-common git)
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+            'telepathy-idle: IRC support'
+            'telepathy-salut: Link-local XMPP support'
+            'telepathy-haze: libpurple support')
+groups=(gnome)
+_commit=78f4d4fdadd7da67e063c2905649f6a6015ef8f9  # master
+source=("git+https://git.gnome.org/browse/empathy#commit=$_commit"
+        "git+https://git.gnome.org/browse/telepathy-account-widgets"
+        enchant-2.patch)
+sha256sums=('SKIP'
+            'SKIP'
+            'cfb8e4c1fde981393090c5f4c51e8f4eace54acaa16a7aed3c7f1cd31658c167')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EMPATHY_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.telepathy-account-widgets.url "$srcdir/telepathy-account-widgets"
+  git submodule update
+
+  patch -Np1 -i ../enchant-2.patch
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  export LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
+  ./configure --prefix=/usr \
+      --sysconfdir=/etc  \
+      --libexecdir=/usr/lib/empathy \
+      --disable-static \
+      --disable-Werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: enchant-2.patch
===================================================================
--- enchant-2.patch	2018-01-11 10:19:48 UTC (rev 314350)
+++ enchant-2.patch	2018-01-11 10:20:41 UTC (rev 314351)
@@ -1,13 +0,0 @@
-diff --git a/libempathy-gtk/empathy-spell.c b/libempathy-gtk/empathy-spell.c
-index 27f27f902..bb0159fd8 100644
---- a/libempathy-gtk/empathy-spell.c
-+++ b/libempathy-gtk/empathy-spell.c
-@@ -424,7 +424,7 @@ empathy_spell_add_to_dictionary (const gchar *code,
- 	if (lang == NULL)
- 		return;
- 
--	enchant_dict_add_to_pwl (lang->speller, word, strlen (word));
-+	enchant_dict_add (lang->speller, word, strlen (word));
- }
- 
- #else /* not HAVE_ENCHANT */

Copied: empathy/repos/extra-x86_64/enchant-2.patch (from rev 314350, empathy/trunk/enchant-2.patch)
===================================================================
--- enchant-2.patch	                        (rev 0)
+++ enchant-2.patch	2018-01-11 10:20:41 UTC (rev 314351)
@@ -0,0 +1,13 @@
+diff --git a/libempathy-gtk/empathy-spell.c b/libempathy-gtk/empathy-spell.c
+index 27f27f902..bb0159fd8 100644
+--- a/libempathy-gtk/empathy-spell.c
++++ b/libempathy-gtk/empathy-spell.c
+@@ -424,7 +424,7 @@ empathy_spell_add_to_dictionary (const gchar *code,
+ 	if (lang == NULL)
+ 		return;
+ 
+-	enchant_dict_add_to_pwl (lang->speller, word, strlen (word));
++	enchant_dict_add (lang->speller, word, strlen (word));
+ }
+ 
+ #else /* not HAVE_ENCHANT */



More information about the arch-commits mailing list