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

Balló György bgyorgy at nymeria.archlinux.org
Sat Nov 30 21:21:43 UTC 2013


    Date: Saturday, November 30, 2013 @ 22:21:43
  Author: bgyorgy
Revision: 101773

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hitori/repos/community-i686/PKGBUILD
    (from rev 101772, hitori/trunk/PKGBUILD)
  hitori/repos/community-i686/hitori.install
    (from rev 101772, hitori/trunk/hitori.install)
  hitori/repos/community-x86_64/PKGBUILD
    (from rev 101772, hitori/trunk/PKGBUILD)
  hitori/repos/community-x86_64/hitori.install
    (from rev 101772, hitori/trunk/hitori.install)
Deleted:
  hitori/repos/community-i686/PKGBUILD
  hitori/repos/community-i686/hitori.install
  hitori/repos/community-x86_64/PKGBUILD
  hitori/repos/community-x86_64/hitori.install

---------------------------------+
 /PKGBUILD                       |   52 ++++++++++++++++++++++++++++++++++++++
 /hitori.install                 |   22 ++++++++++++++++
 community-i686/PKGBUILD         |   28 --------------------
 community-i686/hitori.install   |   11 --------
 community-x86_64/PKGBUILD       |   28 --------------------
 community-x86_64/hitori.install |   11 --------
 6 files changed, 74 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-30 21:21:36 UTC (rev 101772)
+++ community-i686/PKGBUILD	2013-11-30 21:21:43 UTC (rev 101773)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=hitori
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="GTK+ application to generate and let you play games of Hitori"
-arch=('i686' 'x86_64')
-url="https://live.gnome.org/Hitori"
-license=('GPL')
-depends=('gtk3' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'itstool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7a34ea697086cabd48ef740370f69995c9487def78ad7c9f280279eea2f282af')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: hitori/repos/community-i686/PKGBUILD (from rev 101772, hitori/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-30 21:21:43 UTC (rev 101773)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=hitori
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="GTK+ application to generate and let you play games of Hitori"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Apps/Hitori"
+license=('GPL')
+depends=('gtk3' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'itstool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0df62df7f41ca1648d6a53362aa3c00d90406e39f5d063f9b9d51dbc465c77eb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/hitori.install
===================================================================
--- community-i686/hitori.install	2013-11-30 21:21:36 UTC (rev 101772)
+++ community-i686/hitori.install	2013-11-30 21:21:43 UTC (rev 101773)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: hitori/repos/community-i686/hitori.install (from rev 101772, hitori/trunk/hitori.install)
===================================================================
--- community-i686/hitori.install	                        (rev 0)
+++ community-i686/hitori.install	2013-11-30 21:21:43 UTC (rev 101773)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-30 21:21:36 UTC (rev 101772)
+++ community-x86_64/PKGBUILD	2013-11-30 21:21:43 UTC (rev 101773)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=hitori
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="GTK+ application to generate and let you play games of Hitori"
-arch=('i686' 'x86_64')
-url="https://live.gnome.org/Hitori"
-license=('GPL')
-depends=('gtk3' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'itstool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7a34ea697086cabd48ef740370f69995c9487def78ad7c9f280279eea2f282af')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: hitori/repos/community-x86_64/PKGBUILD (from rev 101772, hitori/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-30 21:21:43 UTC (rev 101773)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=hitori
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="GTK+ application to generate and let you play games of Hitori"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Apps/Hitori"
+license=('GPL')
+depends=('gtk3' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'itstool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0df62df7f41ca1648d6a53362aa3c00d90406e39f5d063f9b9d51dbc465c77eb')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/hitori.install
===================================================================
--- community-x86_64/hitori.install	2013-11-30 21:21:36 UTC (rev 101772)
+++ community-x86_64/hitori.install	2013-11-30 21:21:43 UTC (rev 101773)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: hitori/repos/community-x86_64/hitori.install (from rev 101772, hitori/trunk/hitori.install)
===================================================================
--- community-x86_64/hitori.install	                        (rev 0)
+++ community-x86_64/hitori.install	2013-11-30 21:21:43 UTC (rev 101773)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list