[arch-commits] Commit in tali/repos (6 files)
Jan Steffens
heftig at archlinux.org
Thu Sep 24 20:59:24 UTC 2015
Date: Thursday, September 24, 2015 @ 22:59:24
Author: heftig
Revision: 247320
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
tali/repos/gnome-unstable-i686/
tali/repos/gnome-unstable-i686/PKGBUILD
(from rev 247319, tali/trunk/PKGBUILD)
tali/repos/gnome-unstable-i686/tali.install
(from rev 247319, tali/trunk/tali.install)
tali/repos/gnome-unstable-x86_64/
tali/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247319, tali/trunk/PKGBUILD)
tali/repos/gnome-unstable-x86_64/tali.install
(from rev 247319, tali/trunk/tali.install)
------------------------------------+
gnome-unstable-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
gnome-unstable-i686/tali.install | 13 +++++++++++++
gnome-unstable-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/tali.install | 13 +++++++++++++
4 files changed, 90 insertions(+)
Copied: tali/repos/gnome-unstable-i686/PKGBUILD (from rev 247319, tali/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2015-09-24 20:59:24 UTC (rev 247320)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=tali
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Beat the odds in a poker-style dice game"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=tali.install
+url="https://live.gnome.org/Tali"
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fe785ed2c3eeca8706834a967c0011cfee016008b4e55c1f5e0529b348bc9864')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: tali/repos/gnome-unstable-i686/tali.install (from rev 247319, tali/trunk/tali.install)
===================================================================
--- gnome-unstable-i686/tali.install (rev 0)
+++ gnome-unstable-i686/tali.install 2015-09-24 20:59:24 UTC (rev 247320)
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: tali/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247319, tali/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2015-09-24 20:59:24 UTC (rev 247320)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=tali
+pkgver=3.18.0
+pkgrel=1
+pkgdesc="Beat the odds in a poker-style dice game"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=tali.install
+url="https://live.gnome.org/Tali"
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fe785ed2c3eeca8706834a967c0011cfee016008b4e55c1f5e0529b348bc9864')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: tali/repos/gnome-unstable-x86_64/tali.install (from rev 247319, tali/trunk/tali.install)
===================================================================
--- gnome-unstable-x86_64/tali.install (rev 0)
+++ gnome-unstable-x86_64/tali.install 2015-09-24 20:59:24 UTC (rev 247320)
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list