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

Jan Steffens heftig at archlinux.org
Wed Jul 19 08:21:35 UTC 2017


    Date: Wednesday, July 19, 2017 @ 08:21:34
  Author: heftig
Revision: 300816

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

Added:
  polari/repos/extra-i686/PKGBUILD
    (from rev 300815, polari/trunk/PKGBUILD)
  polari/repos/extra-x86_64/PKGBUILD
    (from rev 300815, 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	2017-07-19 08:20:38 UTC (rev 300815)
+++ extra-i686/PKGBUILD	2017-07-19 08:21:34 UTC (rev 300816)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=polari
-pkgver=3.24.1+2+g8c0e0fd
-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 gspell)
-makedepends=(intltool gobject-introspection appdata-tools yelp-tools autoconf-archive appstream-glib git)
-groups=(gnome-extra)
-_commit=8c0e0fdf7d262ede6c7a690d3b8c72fa0d9eb77c  # gnome-3-24
-source=("git+https://git.gnome.org/browse/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 --disable-debug
-  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 300815, polari/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-07-19 08:21:34 UTC (rev 300816)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=polari
+pkgver=3.24.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 gspell)
+makedepends=(intltool gobject-introspection appdata-tools yelp-tools autoconf-archive appstream-glib git)
+groups=(gnome-extra)
+_commit=671e13da295a1b5bd371c4e5e27917ef48ca365e  # tags/3.24.2^0
+source=("git+https://git.gnome.org/browse/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 --disable-debug
+  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	2017-07-19 08:20:38 UTC (rev 300815)
+++ extra-x86_64/PKGBUILD	2017-07-19 08:21:34 UTC (rev 300816)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=polari
-pkgver=3.24.1+2+g8c0e0fd
-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 gspell)
-makedepends=(intltool gobject-introspection appdata-tools yelp-tools autoconf-archive appstream-glib git)
-groups=(gnome-extra)
-_commit=8c0e0fdf7d262ede6c7a690d3b8c72fa0d9eb77c  # gnome-3-24
-source=("git+https://git.gnome.org/browse/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 --disable-debug
-  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 300815, polari/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-07-19 08:21:34 UTC (rev 300816)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=polari
+pkgver=3.24.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 gspell)
+makedepends=(intltool gobject-introspection appdata-tools yelp-tools autoconf-archive appstream-glib git)
+groups=(gnome-extra)
+_commit=671e13da295a1b5bd371c4e5e27917ef48ca365e  # tags/3.24.2^0
+source=("git+https://git.gnome.org/browse/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 --disable-debug
+  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