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

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:34:35 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:34:35
  Author: jgc
Revision: 234806

db-move: moved polari from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  polari/repos/testing-i686/
  polari/repos/testing-i686/PKGBUILD
    (from rev 234786, polari/repos/gnome-unstable-i686/PKGBUILD)
  polari/repos/testing-i686/polari.install
    (from rev 234786, polari/repos/gnome-unstable-i686/polari.install)
  polari/repos/testing-x86_64/
  polari/repos/testing-x86_64/PKGBUILD
    (from rev 234786, polari/repos/gnome-unstable-x86_64/PKGBUILD)
  polari/repos/testing-x86_64/polari.install
    (from rev 234786, polari/repos/gnome-unstable-x86_64/polari.install)
Deleted:
  polari/repos/gnome-unstable-i686/
  polari/repos/gnome-unstable-x86_64/

-------------------------------+
 testing-i686/PKGBUILD         |   27 +++++++++++++++++++++++++++
 testing-i686/polari.install   |   12 ++++++++++++
 testing-x86_64/PKGBUILD       |   27 +++++++++++++++++++++++++++
 testing-x86_64/polari.install |   12 ++++++++++++
 4 files changed, 78 insertions(+)

Copied: polari/repos/testing-i686/PKGBUILD (from rev 234786, polari/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-25 15:34:35 UTC (rev 234806)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=polari
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="https://wiki.gnome.org/Apps/Polari"
+depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control telepathy-logger)
+makedepends=(intltool gobject-introspection desktop-file-utils appdata-tools)
+groups=(gnome-extra)
+install=polari.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7c8c84c436d64eba8502c291600ffd4d86c6192daa95dd097a8c3fdf95a176e5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: polari/repos/testing-i686/polari.install (from rev 234786, polari/repos/gnome-unstable-i686/polari.install)
===================================================================
--- testing-i686/polari.install	                        (rev 0)
+++ testing-i686/polari.install	2015-03-25 15:34:35 UTC (rev 234806)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: polari/repos/testing-x86_64/PKGBUILD (from rev 234786, polari/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:34:35 UTC (rev 234806)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=polari
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="https://wiki.gnome.org/Apps/Polari"
+depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control telepathy-logger)
+makedepends=(intltool gobject-introspection desktop-file-utils appdata-tools)
+groups=(gnome-extra)
+install=polari.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7c8c84c436d64eba8502c291600ffd4d86c6192daa95dd097a8c3fdf95a176e5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: polari/repos/testing-x86_64/polari.install (from rev 234786, polari/repos/gnome-unstable-x86_64/polari.install)
===================================================================
--- testing-x86_64/polari.install	                        (rev 0)
+++ testing-x86_64/polari.install	2015-03-25 15:34:35 UTC (rev 234806)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list