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

Maxime Gauduin alucryd at archlinux.org
Wed Jul 18 18:51:18 UTC 2018


    Date: Wednesday, July 18, 2018 @ 18:51:18
  Author: alucryd
Revision: 362285

archrelease: copy trunk to community-x86_64

Added:
  hexchat/repos/community-x86_64/PKGBUILD
    (from rev 362284, hexchat/trunk/PKGBUILD)
Deleted:
  hexchat/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-18 18:51:10 UTC (rev 362284)
+++ PKGBUILD	2018-07-18 18:51:18 UTC (rev 362285)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: TingPing <tingping at tingping.se>
-
-pkgname=hexchat
-pkgver=2.14.1
-pkgrel=3
-pkgdesc='A popular and easy to use graphical IRC (chat) client'
-arch=('x86_64')
-url='https://hexchat.github.io/'
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk2'
-         'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
-makedepends=('git' 'intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python')
-optdepends=('enchant: Spell check'
-            'iso-codes: Display language names instead of codes'
-            'lua: Lua plugin'
-            'perl: Perl plugin'
-            'python: Python plugin')
-source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver}")
-sha256sums=('SKIP')
-
-prepare() {
-  cd hexchat
-
-  git cherry-pick 5cd70622aaabc0419cc0b547808f09221530f0fc #FS59332
-}
-
-build() {
-  arch-meson hexchat build \
-    -Dwith-lua='lua' \
-    -Dwith-text='true'
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-x86_64/PKGBUILD (from rev 362284, hexchat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-18 18:51:18 UTC (rev 362285)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: TingPing <tingping at tingping.se>
+
+pkgname=hexchat
+pkgver=2.14.1
+pkgrel=4
+pkgdesc='A popular and easy to use graphical IRC (chat) client'
+arch=('x86_64')
+url='https://hexchat.github.io/'
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk2'
+         'libcanberra' 'libnotify' 'libproxy' 'openssl' 'pango' 'pciutils')
+makedepends=('git' 'intltool' 'iso-codes' 'lua' 'meson' 'perl' 'python')
+optdepends=('enchant: Spell check'
+            'iso-codes: Display language names instead of codes'
+            'lua: Lua plugin'
+            'perl: Perl plugin'
+            'python: Python plugin')
+source=("git+https://github.com/hexchat/hexchat.git#tag=v${pkgver}")
+sha256sums=('SKIP')
+
+prepare() {
+  cd hexchat
+
+  git cherry-pick -n 5cd70622aaabc0419cc0b547808f09221530f0fc #FS59332
+}
+
+build() {
+  arch-meson hexchat build \
+    -Dwith-lua='lua' \
+    -Dwith-text='true'
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list