[arch-commits] Commit in profanity/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Mar 6 23:07:31 UTC 2019


    Date: Wednesday, March 6, 2019 @ 23:07:30
  Author: anthraxx
Revision: 437949

archrelease: copy trunk to community-x86_64

Added:
  profanity/repos/community-x86_64/PKGBUILD
    (from rev 437948, profanity/trunk/PKGBUILD)
Deleted:
  profanity/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  135 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 68 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-06 23:07:24 UTC (rev 437948)
+++ PKGBUILD	2019-03-06 23:07:30 UTC (rev 437949)
@@ -1,67 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: jason ryan <jasonwryan at gmail.com>
-
-pkgbase=profanity
-pkgname=('profanity' 'profanity-gtk')
-pkgver=0.5.1
-pkgrel=3
-epoch=1
-pkgdesc='Console based XMPP client'
-url='http://www.profanity.im'
-arch=('x86_64')
-license=('GPL3')
-makedepends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 'gpgme' 'python' 'gtk2')
-checkdepends=('cmocka')
-source=(${pkgname}-${pkgver}.tar.gz::http://www.profanity.im/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('fcafa7e1dcf0948d7fa30ba33665e1ec0e8bb9e0246df2d1cf3fe5d7f2bd25b07fa2cb0fd383ee23fc720850ff295159537567f175c21f1c93f50da0099e209d')
-
-prepare() {
-  cp -a ${pkgname}-${pkgver}{,-gtk}
-}
-
-build() {
-  msg "Building non-gtk variant..."
-  (cd ${pkgname}-${pkgver}
-    ./configure \
-      --prefix=/usr \
-      --disable-icons \
-      --enable-notifications \
-      --enable-python-plugins \
-      --enable-c-plugins \
-      --enable-plugins \
-      --enable-otr \
-      --enable-pgp
-    make
-  )
-  msg "Building gtk variant..."
-  (cd ${pkgname}-${pkgver}-gtk
-    ./configure \
-      --prefix=/usr \
-      --enable-icons \
-      --enable-notifications \
-      --enable-python-plugins \
-      --enable-c-plugins \
-      --enable-plugins \
-      --enable-otr \
-      --enable-pgp
-    make
-  )
-}
-
-package_profanity() {
-  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 'gpgme' 'python')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-package_profanity-gtk() {
-  pkgdesc='Console based XMPP client (gtk support)'
-  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 'gpgme' 'python' 'gtk2')
-  provides=('profanity')
-  conflicts=('profanity')
-  cd ${pkgbase}-${pkgver}-gtk
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: profanity/repos/community-x86_64/PKGBUILD (from rev 437948, profanity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-06 23:07:30 UTC (rev 437949)
@@ -0,0 +1,68 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: jason ryan <jasonwryan at gmail.com>
+
+pkgbase=profanity
+pkgname=('profanity' 'profanity-gtk')
+pkgver=0.6.0
+pkgrel=1
+epoch=1
+pkgdesc='Console based XMPP client'
+url='http://www.profanity.im'
+arch=('x86_64')
+license=('GPL3')
+makedepends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 'gpgme' 'python' 'gtk2')
+checkdepends=('cmocka')
+source=(http://www.profanity.im/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('9ed7dffb7b99dfff6010032602f3b08839b12c94')
+sha512sums=('c7d8e74b764276f59fccfa029d45271032db315cdbf6e00deccbd611f202983a0930fed99021202333047acee9f3f0d7779cd9bb3628d2e5c4757e3de8c3629e')
+
+prepare() {
+  cp -a ${pkgname}-${pkgver}{,-gtk}
+}
+
+build() {
+  msg "Building non-gtk variant..."
+  (cd ${pkgname}-${pkgver}
+    ./configure \
+      --prefix=/usr \
+      --disable-icons \
+      --enable-notifications \
+      --enable-python-plugins \
+      --enable-c-plugins \
+      --enable-plugins \
+      --enable-otr \
+      --enable-pgp
+    make
+  )
+  msg "Building gtk variant..."
+  (cd ${pkgname}-${pkgver}-gtk
+    ./configure \
+      --prefix=/usr \
+      --enable-icons \
+      --enable-notifications \
+      --enable-python-plugins \
+      --enable-c-plugins \
+      --enable-plugins \
+      --enable-otr \
+      --enable-pgp
+    make
+  )
+}
+
+package_profanity() {
+  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 'gpgme' 'python')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+package_profanity-gtk() {
+  pkgdesc='Console based XMPP client (gtk support)'
+  depends=('curl' 'ncurses' 'expat' 'glib2' 'libotr' 'libmesode' 'libnotify' 'gpgme' 'python' 'gtk2')
+  provides=('profanity')
+  conflicts=('profanity')
+  cd ${pkgbase}-${pkgver}-gtk
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list