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

Jan Steffens heftig at archlinux.org
Mon Oct 10 17:45:57 UTC 2016


    Date: Monday, October 10, 2016 @ 17:45:57
  Author: heftig
Revision: 278182

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

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

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

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2016-10-10 17:45:47 UTC (rev 278181)
+++ testing-i686/PKGBUILD	2016-10-10 17:45:57 UTC (rev 278182)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=polari
-pkgver=3.22.0
-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=29f367be24b9c33ca8d030a7d8f769cde6372831  # tags/3.22.0^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/testing-i686/PKGBUILD (from rev 278181, polari/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-10-10 17:45:57 UTC (rev 278182)
@@ -0,0 +1,38 @@
+# $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
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2016-10-10 17:45:47 UTC (rev 278181)
+++ testing-x86_64/PKGBUILD	2016-10-10 17:45:57 UTC (rev 278182)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=polari
-pkgver=3.22.0
-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=29f367be24b9c33ca8d030a7d8f769cde6372831  # tags/3.22.0^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/testing-x86_64/PKGBUILD (from rev 278181, polari/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-10-10 17:45:57 UTC (rev 278182)
@@ -0,0 +1,38 @@
+# $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
+}



More information about the arch-commits mailing list