[arch-commits] Commit in (5 files)

Jan Steffens heftig at nymeria.archlinux.org
Sat Mar 29 17:26:48 UTC 2014


    Date: Saturday, March 29, 2014 @ 18:26:47
  Author: heftig
Revision: 209135

add polari, GNOME 3.12's IRC client

Added:
  polari/
  polari/repos/
  polari/trunk/
  polari/trunk/PKGBUILD
  polari/trunk/polari.install

----------------+
 PKGBUILD       |   27 +++++++++++++++++++++++++++
 polari.install |   12 ++++++++++++
 2 files changed, 39 insertions(+)

Added: polari/trunk/PKGBUILD
===================================================================
--- polari/trunk/PKGBUILD	                        (rev 0)
+++ polari/trunk/PKGBUILD	2014-03-29 17:26:47 UTC (rev 209135)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=polari
+pkgver=3.12.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)
+makedepends=(intltool)
+groups=(gnome-extra)
+install=polari.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c5225ebc0dca5d6c6296183291b908e1fd21f3d237bbaf07f92d6d93306e1d17')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: polari/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: polari/trunk/polari.install
===================================================================
--- polari/trunk/polari.install	                        (rev 0)
+++ polari/trunk/polari.install	2014-03-29 17:26:47 UTC (rev 209135)
@@ -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