[arch-commits] Commit in pidgin-xmpp-receipts/repos (4 files)

Levente Polyak anthraxx at archlinux.org
Mon Dec 14 19:42:06 UTC 2015


    Date: Monday, December 14, 2015 @ 20:42:06
  Author: anthraxx
Revision: 153320

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

Added:
  pidgin-xmpp-receipts/repos/community-i686/
  pidgin-xmpp-receipts/repos/community-i686/PKGBUILD
    (from rev 153319, pidgin-xmpp-receipts/trunk/PKGBUILD)
  pidgin-xmpp-receipts/repos/community-x86_64/
  pidgin-xmpp-receipts/repos/community-x86_64/PKGBUILD
    (from rev 153319, pidgin-xmpp-receipts/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: pidgin-xmpp-receipts/repos/community-i686/PKGBUILD (from rev 153319, pidgin-xmpp-receipts/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-14 19:42:06 UTC (rev 153320)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: <development[at]kondorgulasch[dot]de>
+
+pkgname=pidgin-xmpp-receipts
+pkgver=0.6
+pkgrel=2
+pkgdesc="This pidgin-plugin implements xmpp message delivery receipts (XEP-0184)"
+url="http://devel.kondorgulasch.de/pidgin-xmpp-receipts/"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('pidgin' 'libpurple')
+source=(http://devel.kondorgulasch.de/pidgin-xmpp-receipts/files/pidgin-xmpp-receipts-${pkgver}.tar.gz);
+sha512sums=('160270206d0d6394bddaa15ca59896756ab3a546f7c74cc9e3d4ec634f70b829ae3b013ee6086a5d4a5376b7d2b81341c44c3ef0ecab2a66d612b96fd37dfeff')
+
+prepare() {
+	cd ${pkgname}-${pkgver}
+  sed -r 's|(CFLAGS)=|\1+=|g' -i Makefile
+  sed -r 's|(LDFLAGS)=|\1+=|g' -i Makefile
+}
+
+build() {
+	cd ${pkgname}-${pkgver}
+	make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 xmpp-receipts.so -t "${pkgdir}/usr/lib/pidgin"
+}
+
+# vim: ts=2 sw=2 et:

Copied: pidgin-xmpp-receipts/repos/community-x86_64/PKGBUILD (from rev 153319, pidgin-xmpp-receipts/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-14 19:42:06 UTC (rev 153320)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: <development[at]kondorgulasch[dot]de>
+
+pkgname=pidgin-xmpp-receipts
+pkgver=0.6
+pkgrel=2
+pkgdesc="This pidgin-plugin implements xmpp message delivery receipts (XEP-0184)"
+url="http://devel.kondorgulasch.de/pidgin-xmpp-receipts/"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('pidgin' 'libpurple')
+source=(http://devel.kondorgulasch.de/pidgin-xmpp-receipts/files/pidgin-xmpp-receipts-${pkgver}.tar.gz);
+sha512sums=('160270206d0d6394bddaa15ca59896756ab3a546f7c74cc9e3d4ec634f70b829ae3b013ee6086a5d4a5376b7d2b81341c44c3ef0ecab2a66d612b96fd37dfeff')
+
+prepare() {
+	cd ${pkgname}-${pkgver}
+  sed -r 's|(CFLAGS)=|\1+=|g' -i Makefile
+  sed -r 's|(LDFLAGS)=|\1+=|g' -i Makefile
+}
+
+build() {
+	cd ${pkgname}-${pkgver}
+	make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 xmpp-receipts.so -t "${pkgdir}/usr/lib/pidgin"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list