[arch-commits] Commit in tali/repos (6 files)
Jan Steffens
heftig at archlinux.org
Wed Mar 30 21:13:40 UTC 2016
Date: Wednesday, March 30, 2016 @ 23:13:40
Author: heftig
Revision: 263439
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 263438, tali/trunk/PKGBUILD)
tali/repos/gnome-unstable-i686/tali.install
(from rev 263438, tali/trunk/tali.install)
tali/repos/gnome-unstable-x86_64/
tali/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 263438, tali/trunk/PKGBUILD)
tali/repos/gnome-unstable-x86_64/tali.install
(from rev 263438, 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 263438, tali/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2016-03-30 21:13:40 UTC (rev 263439)
@@ -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.20.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=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6437ab66672c331098e6df44ad708397b6363182d5c08c9ededf711cbf5cb818')
+
+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 263438, tali/trunk/tali.install)
===================================================================
--- gnome-unstable-i686/tali.install (rev 0)
+++ gnome-unstable-i686/tali.install 2016-03-30 21:13:40 UTC (rev 263439)
@@ -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 263438, tali/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2016-03-30 21:13:40 UTC (rev 263439)
@@ -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.20.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=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6437ab66672c331098e6df44ad708397b6363182d5c08c9ededf711cbf5cb818')
+
+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 263438, tali/trunk/tali.install)
===================================================================
--- gnome-unstable-x86_64/tali.install (rev 0)
+++ gnome-unstable-x86_64/tali.install 2016-03-30 21:13:40 UTC (rev 263439)
@@ -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