[arch-commits] Commit in guifications/repos/community-i686 (PKGBUILD PKGBUILD)

Eric Bélanger eric at archlinux.org
Sun Jan 18 21:55:20 UTC 2015


    Date: Sunday, January 18, 2015 @ 22:55:20
  Author: eric
Revision: 126175

archrelease: copy trunk to community-i686

Added:
  guifications/repos/community-i686/PKGBUILD
    (from rev 126174, guifications/trunk/PKGBUILD)
Deleted:
  guifications/repos/community-i686/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-18 21:53:58 UTC (rev 126174)
+++ PKGBUILD	2015-01-18 21:55:20 UTC (rev 126175)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Link Dupont <link at .subpop.net>
-
-pkgname=guifications
-pkgver=2.16
-pkgrel=4
-pkgdesc="A set of GUI popup notifications for pidgin"
-arch=(i686 x86_64)
-url="https://www.guifications.org/"
-license=("GPL")
-depends=('pidgin')
-makedepends=('perlxml')
-source=("https://bitbucket.org/rw_grim/guifications2/downloads/pidgin-guifications-2.16.tar.bz2")
-md5sums=('cd1f803231093cde01514feca59f643f')
-
-build() {
-    cd "${srcdir}/pidgin-${pkgname}-${pkgver}"
-    ./configure --prefix=/usr --disable-deprecated
-    make 
-}
-package()
-{
-    cd "${srcdir}/pidgin-${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: guifications/repos/community-i686/PKGBUILD (from rev 126174, guifications/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-18 21:55:20 UTC (rev 126175)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Link Dupont <link at .subpop.net>
+
+pkgname=guifications
+pkgver=2.16
+pkgrel=4
+pkgdesc="A set of GUI popup notifications for pidgin"
+arch=(i686 x86_64)
+url="https://www.guifications.org/"
+license=("GPL")
+depends=('pidgin')
+makedepends=('perl-xml-parser')
+source=("https://bitbucket.org/rw_grim/guifications2/downloads/pidgin-guifications-2.16.tar.bz2")
+md5sums=('cd1f803231093cde01514feca59f643f')
+
+build() {
+    cd "${srcdir}/pidgin-${pkgname}-${pkgver}"
+    ./configure --prefix=/usr --disable-deprecated
+    make 
+}
+package()
+{
+    cd "${srcdir}/pidgin-${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list