[arch-commits] Commit in tali/repos (6 files)
Jan de Groot
jgc at archlinux.org
Wed Sep 10 18:06:27 UTC 2014
Date: Wednesday, September 10, 2014 @ 20:06:27
Author: jgc
Revision: 221399
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 221398, tali/trunk/PKGBUILD)
tali/repos/gnome-unstable-i686/tali.install
(from rev 221398, tali/trunk/tali.install)
tali/repos/gnome-unstable-x86_64/
tali/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221398, tali/trunk/PKGBUILD)
tali/repos/gnome-unstable-x86_64/tali.install
(from rev 221398, 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 221398, tali/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2014-09-10 18:06:27 UTC (rev 221399)
@@ -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.13.91
+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' 'python2')
+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=('db30d12bd700ec8bf5e9bdfe58843b72c82deeeb43b5cfa491bf11524a401905')
+
+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 221398, tali/trunk/tali.install)
===================================================================
--- gnome-unstable-i686/tali.install (rev 0)
+++ gnome-unstable-i686/tali.install 2014-09-10 18:06:27 UTC (rev 221399)
@@ -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 221398, tali/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2014-09-10 18:06:27 UTC (rev 221399)
@@ -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.13.91
+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' 'python2')
+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=('db30d12bd700ec8bf5e9bdfe58843b72c82deeeb43b5cfa491bf11524a401905')
+
+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 221398, tali/trunk/tali.install)
===================================================================
--- gnome-unstable-x86_64/tali.install (rev 0)
+++ gnome-unstable-x86_64/tali.install 2014-09-10 18:06:27 UTC (rev 221399)
@@ -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