[arch-commits] Commit in polari/repos (4 files)

Jan Steffens heftig at archlinux.org
Thu Nov 10 18:57:34 UTC 2016


    Date: Thursday, November 10, 2016 @ 18:57:32
  Author: heftig
Revision: 280501

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  polari/repos/extra-i686/PKGBUILD
    (from rev 280500, polari/trunk/PKGBUILD)
  polari/repos/extra-x86_64/PKGBUILD
    (from rev 280500, polari/trunk/PKGBUILD)
Deleted:
  polari/repos/extra-i686/PKGBUILD
  polari/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   76 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   38 ------------------------
 extra-x86_64/PKGBUILD |   38 ------------------------
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-11-10 18:55:58 UTC (rev 280500)
+++ extra-i686/PKGBUILD	2016-11-10 18:57:32 UTC (rev 280501)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=polari
-pkgver=3.22.1
-pkgrel=1
-pkgdesc="An IRC Client for GNOME"
-url="https://wiki.gnome.org/Apps/Polari"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control telepathy-logger)
-makedepends=(intltool gobject-introspection appdata-tools yelp-tools autoconf-archive appstream-glib git)
-groups=(gnome-extra)
-_commit=db622abb4e404097e3293c22f6b66b54f570ca8d  # tags/3.22.1^0
-source=("git://git.gnome.org/polari#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: polari/repos/extra-i686/PKGBUILD (from rev 280500, polari/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-11-10 18:57:32 UTC (rev 280501)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=polari
+pkgver=3.22.2
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+url="https://wiki.gnome.org/Apps/Polari"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control telepathy-logger)
+makedepends=(intltool gobject-introspection appdata-tools yelp-tools autoconf-archive appstream-glib git)
+groups=(gnome-extra)
+_commit=5dc60e53f456d2a255744c7e38eef65d063e6990  # tags/3.22.2^0
+source=("git://git.gnome.org/polari#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-11-10 18:55:58 UTC (rev 280500)
+++ extra-x86_64/PKGBUILD	2016-11-10 18:57:32 UTC (rev 280501)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=polari
-pkgver=3.22.1
-pkgrel=1
-pkgdesc="An IRC Client for GNOME"
-url="https://wiki.gnome.org/Apps/Polari"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control telepathy-logger)
-makedepends=(intltool gobject-introspection appdata-tools yelp-tools autoconf-archive appstream-glib git)
-groups=(gnome-extra)
-_commit=db622abb4e404097e3293c22f6b66b54f570ca8d  # tags/3.22.1^0
-source=("git://git.gnome.org/polari#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: polari/repos/extra-x86_64/PKGBUILD (from rev 280500, polari/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-11-10 18:57:32 UTC (rev 280501)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=polari
+pkgver=3.22.2
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+url="https://wiki.gnome.org/Apps/Polari"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control telepathy-logger)
+makedepends=(intltool gobject-introspection appdata-tools yelp-tools autoconf-archive appstream-glib git)
+groups=(gnome-extra)
+_commit=5dc60e53f456d2a255744c7e38eef65d063e6990  # tags/3.22.2^0
+source=("git://git.gnome.org/polari#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list