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

Levente Polyak anthraxx at archlinux.org
Wed Jul 12 20:58:06 UTC 2017


    Date: Wednesday, July 12, 2017 @ 20:58:05
  Author: anthraxx
Revision: 244843

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

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

---------------------------+
 /PKGBUILD                 |   52 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 ----------------------
 community-x86_64/PKGBUILD |   26 ----------------------
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-12 20:57:55 UTC (rev 244842)
+++ community-i686/PKGBUILD	2017-07-12 20:58:05 UTC (rev 244843)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: <development[at]kondorgulasch[dot]de>
-
-#TODO
-pkgname=pidgin-xmpp-receipts
-pkgver=0.7
-pkgrel=1
-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=(${pkgname}-${pkgver}.tar.gz::https://github.com/noonien-d/pidgin-xmpp-receipts/archive/release_${pkgver}.tar.gz)
-sha512sums=('3aa9c8defaac784a05e9d2cd8a315c951e5f2d09a8471e16d7d50644d9bc94bd81ac2e64563b7e20ea2b98cd699310a6dbcb3e05b459f32bee43e45e60bc5c20')
-
-build() {
-	cd ${pkgname}-release_${pkgver}
-	make
-}
-
-package() {
-  cd ${pkgname}-release_${pkgver}
-  make DESTDIR="${pkgdir}" PLUGINDIR="/usr/lib/pidgin" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pidgin-xmpp-receipts/repos/community-i686/PKGBUILD (from rev 244842, pidgin-xmpp-receipts/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-12 20:58:05 UTC (rev 244843)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: <development[at]kondorgulasch[dot]de>
+
+pkgname=pidgin-xmpp-receipts
+pkgver=0.8
+pkgrel=1
+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=(${pkgname}-${pkgver}.tar.gz::https://github.com/noonien-d/pidgin-xmpp-receipts/archive/release_${pkgver}.tar.gz)
+sha256sums=('0bceff237c6eb23e0564f7560d0ff491b37c01c8f6e3a3a7d8c4fdd6781d6524')
+sha512sums=('04113236d46066211d7e0f3c66f4bf1b6fb8a33ac675203f3cff15300eb97ffd3ee627e03fcc3ab3d1e9431fc107a9f7e9fca319f3debb773603d311b167b5a8')
+
+build() {
+	cd ${pkgname}-release_${pkgver}
+	make
+}
+
+package() {
+  cd ${pkgname}-release_${pkgver}
+  make DESTDIR="${pkgdir}" PLUGINDIR="/usr/lib/pidgin" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-12 20:57:55 UTC (rev 244842)
+++ community-x86_64/PKGBUILD	2017-07-12 20:58:05 UTC (rev 244843)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: <development[at]kondorgulasch[dot]de>
-
-#TODO
-pkgname=pidgin-xmpp-receipts
-pkgver=0.7
-pkgrel=1
-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=(${pkgname}-${pkgver}.tar.gz::https://github.com/noonien-d/pidgin-xmpp-receipts/archive/release_${pkgver}.tar.gz)
-sha512sums=('3aa9c8defaac784a05e9d2cd8a315c951e5f2d09a8471e16d7d50644d9bc94bd81ac2e64563b7e20ea2b98cd699310a6dbcb3e05b459f32bee43e45e60bc5c20')
-
-build() {
-	cd ${pkgname}-release_${pkgver}
-	make
-}
-
-package() {
-  cd ${pkgname}-release_${pkgver}
-  make DESTDIR="${pkgdir}" PLUGINDIR="/usr/lib/pidgin" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pidgin-xmpp-receipts/repos/community-x86_64/PKGBUILD (from rev 244842, pidgin-xmpp-receipts/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-12 20:58:05 UTC (rev 244843)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: <development[at]kondorgulasch[dot]de>
+
+pkgname=pidgin-xmpp-receipts
+pkgver=0.8
+pkgrel=1
+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=(${pkgname}-${pkgver}.tar.gz::https://github.com/noonien-d/pidgin-xmpp-receipts/archive/release_${pkgver}.tar.gz)
+sha256sums=('0bceff237c6eb23e0564f7560d0ff491b37c01c8f6e3a3a7d8c4fdd6781d6524')
+sha512sums=('04113236d46066211d7e0f3c66f4bf1b6fb8a33ac675203f3cff15300eb97ffd3ee627e03fcc3ab3d1e9431fc107a9f7e9fca319f3debb773603d311b167b5a8')
+
+build() {
+	cd ${pkgname}-release_${pkgver}
+	make
+}
+
+package() {
+  cd ${pkgname}-release_${pkgver}
+  make DESTDIR="${pkgdir}" PLUGINDIR="/usr/lib/pidgin" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list