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

Jan de Groot jgc at archlinux.org
Thu Sep 18 21:16:36 UTC 2014


    Date: Thursday, September 18, 2014 @ 23:16:36
  Author: jgc
Revision: 222047

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  tali/repos/gnome-unstable-i686/PKGBUILD
    (from rev 222046, tali/trunk/PKGBUILD)
  tali/repos/gnome-unstable-i686/tali.install
    (from rev 222046, tali/trunk/tali.install)
  tali/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 222046, tali/trunk/PKGBUILD)
  tali/repos/gnome-unstable-x86_64/tali.install
    (from rev 222046, tali/trunk/tali.install)
Deleted:
  tali/repos/gnome-unstable-i686/PKGBUILD
  tali/repos/gnome-unstable-i686/tali.install
  tali/repos/gnome-unstable-x86_64/PKGBUILD
  tali/repos/gnome-unstable-x86_64/tali.install

------------------------------------+
 /PKGBUILD                          |   64 +++++++++++++++++++++++++++++++++++
 /tali.install                      |   26 ++++++++++++++
 gnome-unstable-i686/PKGBUILD       |   32 -----------------
 gnome-unstable-i686/tali.install   |   13 -------
 gnome-unstable-x86_64/PKGBUILD     |   32 -----------------
 gnome-unstable-x86_64/tali.install |   13 -------
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2014-09-18 21:16:30 UTC (rev 222046)
+++ gnome-unstable-i686/PKGBUILD	2014-09-18 21:16:36 UTC (rev 222047)
@@ -1,32 +0,0 @@
-# $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/PKGBUILD (from rev 222046, tali/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-18 21:16:36 UTC (rev 222047)
@@ -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.92
+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=('b3fe045a24c4f0ee2acbc9ddbc81b2b669419a4f5489faad5e50d05df5f49039')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-i686/tali.install
===================================================================
--- gnome-unstable-i686/tali.install	2014-09-18 21:16:30 UTC (rev 222046)
+++ gnome-unstable-i686/tali.install	2014-09-18 21:16:36 UTC (rev 222047)
@@ -1,13 +0,0 @@
-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-i686/tali.install (from rev 222046, tali/trunk/tali.install)
===================================================================
--- gnome-unstable-i686/tali.install	                        (rev 0)
+++ gnome-unstable-i686/tali.install	2014-09-18 21:16:36 UTC (rev 222047)
@@ -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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2014-09-18 21:16:30 UTC (rev 222046)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-18 21:16:36 UTC (rev 222047)
@@ -1,32 +0,0 @@
-# $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/PKGBUILD (from rev 222046, tali/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-18 21:16:36 UTC (rev 222047)
@@ -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.92
+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=('b3fe045a24c4f0ee2acbc9ddbc81b2b669419a4f5489faad5e50d05df5f49039')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-x86_64/tali.install
===================================================================
--- gnome-unstable-x86_64/tali.install	2014-09-18 21:16:30 UTC (rev 222046)
+++ gnome-unstable-x86_64/tali.install	2014-09-18 21:16:36 UTC (rev 222047)
@@ -1,13 +0,0 @@
-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/tali.install (from rev 222046, tali/trunk/tali.install)
===================================================================
--- gnome-unstable-x86_64/tali.install	                        (rev 0)
+++ gnome-unstable-x86_64/tali.install	2014-09-18 21:16:36 UTC (rev 222047)
@@ -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