[arch-commits] Commit in irssi/repos/testing-x86_64 (PKGBUILD PKGBUILD keys keys)

Levente Polyak anthraxx at gemini.archlinux.org
Sun Aug 21 20:21:37 UTC 2022


    Date: Sunday, August 21, 2022 @ 20:21:36
  Author: anthraxx
Revision: 454162

archrelease: copy trunk to testing-x86_64

Added:
  irssi/repos/testing-x86_64/PKGBUILD
    (from rev 454161, irssi/trunk/PKGBUILD)
  irssi/repos/testing-x86_64/keys/
Deleted:
  irssi/repos/testing-x86_64/PKGBUILD
  irssi/repos/testing-x86_64/keys/

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-21 20:21:25 UTC (rev 454161)
+++ PKGBUILD	2022-08-21 20:21:36 UTC (rev 454162)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Dan McGee <dan at archlinux.org>
-
-pkgname=irssi
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='Modular text mode IRC client with Perl scripting'
-url='https://irssi.org/'
-arch=('x86_64')
-license=('GPL')
-depends=('glibc' 'glib2' 'openssl' 'libotr' 'perl' 'ncurses' 'libncursesw.so')
-makedepends=('meson' 'ninja')
-optdepends=('perl-libwww: for the scriptassist script')
-replaces=('irssi-otr')
-backup=('etc/irssi.conf')
-source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha512sums=('428157b85226b5299f55679d9384d3ae8b1e61f50a528bf21ffdf2f4b56014e0a86bdcf9ce05cf4dedd59d53829323bb62029a570f90ebf3243a06c3ce220caf'
-            'SKIP')
-validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1') # The Irssi project <staff at irssi.org>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  arch-meson Build \
-    -Dwith-perl-lib=vendor \
-    -Dwith-proxy=yes \
-    -Dwith-otr=yes \
-    -Dwith-perl=yes
-  ninja -C Build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  DESTDIR="${pkgdir}" ninja -C Build install
-  install -Dm 644 irssi.conf "${pkgdir}"/etc/irssi.conf
-}
-
-# vim: ts=2 sw=2 et:

Copied: irssi/repos/testing-x86_64/PKGBUILD (from rev 454161, irssi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-21 20:21:36 UTC (rev 454162)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Dan McGee <dan at archlinux.org>
+
+pkgname=irssi
+pkgver=1.4.2
+pkgrel=2
+pkgdesc='Modular text mode IRC client with Perl scripting'
+url='https://irssi.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc' 'glib2' 'openssl' 'libotr' 'perl' 'ncurses' 'libncursesw.so')
+makedepends=('meson' 'ninja')
+optdepends=('perl-libwww: for the scriptassist script')
+replaces=('irssi-otr')
+backup=('etc/irssi.conf')
+source=(https://github.com/irssi/irssi/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha512sums=('428157b85226b5299f55679d9384d3ae8b1e61f50a528bf21ffdf2f4b56014e0a86bdcf9ce05cf4dedd59d53829323bb62029a570f90ebf3243a06c3ce220caf'
+            'SKIP')
+validpgpkeys=('7EE65E3082A5FB06AC7C368D00CCB587DDBEF0E1') # The Irssi project <staff at irssi.org>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  arch-meson Build \
+    -Dwith-perl-lib=vendor \
+    -Dwith-proxy=yes \
+    -Dwith-otr=yes \
+    -Dwith-perl=yes \
+    -Denable-true-color=yes
+  ninja -C Build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C Build install
+  install -Dm 644 irssi.conf "${pkgdir}"/etc/irssi.conf
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list