[arch-commits] Commit in profanity/repos/community-x86_64 (PKGBUILD PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Mon Apr 4 20:28:00 UTC 2022
Date: Monday, April 4, 2022 @ 20:28:00
Author: freswa
Revision: 1181394
archrelease: copy trunk to community-x86_64
Added:
profanity/repos/community-x86_64/PKGBUILD
(from rev 1181393, profanity/trunk/PKGBUILD)
Deleted:
profanity/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 188 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 94 insertions(+), 94 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-04 20:27:58 UTC (rev 1181393)
+++ PKGBUILD 2022-04-04 20:28:00 UTC (rev 1181394)
@@ -1,94 +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.12.0
-pkgrel=1
-epoch=1
-pkgdesc='Console based XMPP client'
-url='http://www.profanity.im'
-arch=('x86_64')
-license=('GPL3')
-_clidepends=(
- 'libcurl.so' 'libncursesw.so' 'expat' 'glib2' 'libotr'
- 'libmesode.so' 'libnotify.so' 'libcrypt.so'
- 'libgpgme.so' 'python' 'libgcrypt' 'libsignal-protocol-c'
- 'glibc' 'libreadline.so' 'libassuan' 'libgpg-error' 'libstrophe.so'
- )
-_gtkdepends=(
- 'libgtk-3.so' 'libxss' 'libx11' 'libpango-1.0.so'
- 'gdk-pixbuf2' 'libatk-1.0.so' 'cairo'
- )
-makedepends=(
- ${_clidepends[@]} ${_gtkdepends[@]} 'autoconf-archive'
- )
-checkdepends=('cmocka')
-source=(https://github.com/profanity-im/profanity/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('bd9a5d3b0bf781124e581d823bf52bfb8b8b43c428c5a2717609399b0adec15f')
-sha512sums=('2c644f42d9e9253c4f11f19bb3087dedf473adabb0b91d7b24dbf402af02f66bc3c907235ba9fa8aaf6a08cb2ef6d677a4b2fdf9e19950e7f9d35e923ff5a289')
-b2sums=('a11c56efa7fc2f513c6736ac53e681602f33359ff300783c3d9b097efebbc5d83f7160b273f0510449342962416be44576529a473d7bdc7ab13446c4865d9ce3')
-
-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=(
- ${_clidepends[@]}
- )
- cd ${pkgbase}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-package_profanity-gtk() {
- pkgdesc+=' (gtk support)'
- depends=(
- ${_clidepends[@]} ${_gtkdepends[@]}
- )
- 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 1181393, profanity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-04 20:28:00 UTC (rev 1181394)
@@ -0,0 +1,94 @@
+# 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.12.1
+pkgrel=1
+epoch=1
+pkgdesc='Console based XMPP client'
+url='http://www.profanity.im'
+arch=('x86_64')
+license=('GPL3')
+_clidepends=(
+ 'libcurl.so' 'libncursesw.so' 'expat' 'glib2' 'libotr'
+ 'libmesode.so' 'libnotify.so' 'libcrypt.so'
+ 'libgpgme.so' 'python' 'libgcrypt' 'libsignal-protocol-c'
+ 'glibc' 'libreadline.so' 'libassuan' 'libgpg-error' 'libstrophe.so'
+ )
+_gtkdepends=(
+ 'libgtk-3.so' 'libxss' 'libx11' 'libpango-1.0.so'
+ 'gdk-pixbuf2' 'libatk-1.0.so' 'cairo'
+ )
+makedepends=(
+ ${_clidepends[@]} ${_gtkdepends[@]} 'autoconf-archive'
+ )
+checkdepends=('cmocka')
+source=(https://github.com/profanity-im/profanity/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('2a271e17dfb7b556d76eb69fb6e8b9676da6f78869172e62339937c9b774b6ea')
+sha512sums=('399105dfe49e3bc711426e77d45f92b347cca6ba47059e33e0ffb3997adf7c223b2959096bbb2419891f061eb2cf63da3b90d2d2b13dcd5a0d06046e851b5c69')
+b2sums=('73d1588d94b293eae9e55274abde4ddbebc890d0e05ab266499fd768c313903e508fd009aec490f740b7bbbba765dc48c5e4056378a0cef1f0f6a71109fee226')
+
+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=(
+ ${_clidepends[@]}
+ )
+ cd ${pkgbase}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
+package_profanity-gtk() {
+ pkgdesc+=' (gtk support)'
+ depends=(
+ ${_clidepends[@]} ${_gtkdepends[@]}
+ )
+ 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