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

Frederik Schwan freswa at gemini.archlinux.org
Wed Sep 29 09:31:54 UTC 2021


    Date: Wednesday, September 29, 2021 @ 09:31:54
  Author: freswa
Revision: 1025933

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  190 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-29 09:31:51 UTC (rev 1025932)
+++ PKGBUILD	2021-09-29 09:31:54 UTC (rev 1025933)
@@ -1,95 +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>
-# Contributor: Christian Rebischke <chris.rebischke at archlinux.org>
-
-pkgbase=profanity
-pkgname=('profanity' 'profanity-gtk')
-pkgver=0.11.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' 'autoconf-archive' 'libsignal-protocol-c' 'libgcrypt'
-  'libx11' 'libxss' 'libxcrypt' 'glibc' 'freetype2' 'readline' 'libassuan'
-  'harfbuzz' 'pango' 'gdk-pixbuf2' 'atk' 'cairo' 'libgpg-error')
-checkdepends=('cmocka')
-source=(https://github.com/profanity-im/profanity/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('3947be0fddb0545ad2addc0ac90053ef93327f5b1177ef9aed154ab59630512e')
-sha512sums=('b1c6d3f963534539a9ceb037f87e42239c04c267ec3db7b1b6342e8d6a86cce6495a63dafaca42a9c5dfa53e03b0dfbc621f0764731ac11c0ce82313f708d234')
-b2sums=('b784597cab3c98b7936ec1af937f6d5afbb15e2045e3b1b1fa6146e7a98aa41b058f13f7f8907b56f93b93f621925750255ee86da1635ed7ff0e59f22403f9f1')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  mkdir -p m4
-  autoreconf -fiv
-  cp -a "${srcdir}"/${pkgname}-${pkgver}{,-gtk}
-}
-
-build() {
-  echo "Building non-gtk variant..."
-  (cd ${pkgname}-${pkgver}
-    ./configure \
-      --prefix=/usr \
-      --disable-icons-and-clipboard \
-      --without-xscreensaver \
-      --enable-notifications \
-      --enable-python-plugins \
-      --enable-c-plugins \
-      --enable-plugins \
-      --enable-otr \
-      --enable-omemo \
-      --enable-pgp
-    make
-  )
-  echo "Building gtk variant..."
-  (cd ${pkgname}-${pkgver}-gtk
-    ./configure \
-      --prefix=/usr \
-      --enable-icons-and-clipboard \
-      --with-xscreensaver \
-      --enable-notifications \
-      --enable-python-plugins \
-      --enable-c-plugins \
-      --enable-plugins \
-      --enable-otr \
-      --enable-omemo \
-      --enable-pgp
-    make
-  )
-}
-
-package_profanity() {
-  depends=(
-    'curl' 'libcurl.so' 'ncurses' 'libncursesw.so' 'expat' 'glib2' 'libotr'
-    'libmesode' 'libmesode.so' 'libnotify' 'libnotify.so' 'libxcrypt' 'libcrypt.so'
-    'gpgme' 'libgpgme.so' 'python' 'libgcrypt' 'libsignal-protocol-c'
-    'glibc' 'readline' 'libreadline.so' 'libassuan' 'libgpg-error'
-  )
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-package_profanity-gtk() {
-  pkgdesc+=' (gtk support)'
-  depends=(
-    'curl' 'libcurl.so' 'ncurses' 'libncursesw.so' 'expat' 'glib2' 'libotr'
-    'libmesode' 'libmesode.so' 'libnotify' 'libnotify.so' 'libxcrypt' 'libcrypt.so'
-    'gpgme' 'libgpgme.so' 'python' 'libgcrypt' 'libsignal-protocol-c'
-    'glibc' 'readline' 'libreadline.so' 'libassuan' 'libgpg-error'
-
-    'gtk2' 'libxss' 'libx11' 'pango' 'libpango-1.0.so' 'libpangoft2-1.0.so'
-    'freetype2' 'libfreetype.so' 'harfbuzz' 'libharfbuzz.so' 'gdk-pixbuf2'
-    'atk' 'libatk-1.0.so' 'cairo'
-  )
-  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 1025932, profanity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-29 09:31:54 UTC (rev 1025933)
@@ -0,0 +1,95 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: jason ryan <jasonwryan at gmail.com>
+# Contributor: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgbase=profanity
+pkgname=('profanity' 'profanity-gtk')
+pkgver=0.11.1
+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' 'autoconf-archive' 'libsignal-protocol-c' 'libgcrypt'
+  'libx11' 'libxss' 'libxcrypt' 'glibc' 'freetype2' 'readline' 'libassuan'
+  'harfbuzz' 'pango' 'gdk-pixbuf2' 'atk' 'cairo' 'libgpg-error')
+checkdepends=('cmocka')
+source=(https://github.com/profanity-im/profanity/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('6a8b0b5a478c3a2b17b8c2eb572a3173a70b4c3740c61dd638a2d04a45147f9f')
+sha512sums=('560116b85516f883711f54f2229619b49179666c6a5459df0dec311cc5ab6919bf648f14888b09f5c4f13a2d834f3c598967fe84ecf1169bc197274e8b5aaa93')
+b2sums=('07aac723f080b482295a2f1f12c7ab0dfa2112d7690bf4c05412497d14dc09dafbb0933650c5240aa465fadbc5a13d48384a7679809925cc47e8b01685cc7a81')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  mkdir -p m4
+  autoreconf -fiv
+  cp -a "${srcdir}"/${pkgname}-${pkgver}{,-gtk}
+}
+
+build() {
+  echo "Building non-gtk variant..."
+  (cd ${pkgname}-${pkgver}
+    ./configure \
+      --prefix=/usr \
+      --disable-icons-and-clipboard \
+      --without-xscreensaver \
+      --enable-notifications \
+      --enable-python-plugins \
+      --enable-c-plugins \
+      --enable-plugins \
+      --enable-otr \
+      --enable-omemo \
+      --enable-pgp
+    make
+  )
+  echo "Building gtk variant..."
+  (cd ${pkgname}-${pkgver}-gtk
+    ./configure \
+      --prefix=/usr \
+      --enable-icons-and-clipboard \
+      --with-xscreensaver \
+      --enable-notifications \
+      --enable-python-plugins \
+      --enable-c-plugins \
+      --enable-plugins \
+      --enable-otr \
+      --enable-omemo \
+      --enable-pgp
+    make
+  )
+}
+
+package_profanity() {
+  depends=(
+    'curl' 'libcurl.so' 'ncurses' 'libncursesw.so' 'expat' 'glib2' 'libotr'
+    'libmesode' 'libmesode.so' 'libnotify' 'libnotify.so' 'libxcrypt' 'libcrypt.so'
+    'gpgme' 'libgpgme.so' 'python' 'libgcrypt' 'libsignal-protocol-c'
+    'glibc' 'readline' 'libreadline.so' 'libassuan' 'libgpg-error'
+  )
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+package_profanity-gtk() {
+  pkgdesc+=' (gtk support)'
+  depends=(
+    'curl' 'libcurl.so' 'ncurses' 'libncursesw.so' 'expat' 'glib2' 'libotr'
+    'libmesode' 'libmesode.so' 'libnotify' 'libnotify.so' 'libxcrypt' 'libcrypt.so'
+    'gpgme' 'libgpgme.so' 'python' 'libgcrypt' 'libsignal-protocol-c'
+    'glibc' 'readline' 'libreadline.so' 'libassuan' 'libgpg-error'
+
+    'gtk2' 'libxss' 'libx11' 'pango' 'libpango-1.0.so' 'libpangoft2-1.0.so'
+    'freetype2' 'libfreetype.so' 'harfbuzz' 'libharfbuzz.so' 'gdk-pixbuf2'
+    'atk' 'libatk-1.0.so' 'cairo'
+  )
+  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