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

Balló György bgyorgy at nymeria.archlinux.org
Wed Aug 7 13:38:53 UTC 2013


    Date: Wednesday, August 7, 2013 @ 15:38:52
  Author: bgyorgy
Revision: 95244

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

Added:
  hitori/repos/community-i686/PKGBUILD
    (from rev 95243, hitori/trunk/PKGBUILD)
  hitori/repos/community-i686/hitori.install
    (from rev 95243, hitori/trunk/hitori.install)
  hitori/repos/community-x86_64/PKGBUILD
    (from rev 95243, hitori/trunk/PKGBUILD)
  hitori/repos/community-x86_64/hitori.install
    (from rev 95243, 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                       |   56 ++++++++++++++++++++++++++++++++++++++
 /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, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-07 13:38:46 UTC (rev 95243)
+++ community-i686/PKGBUILD	2013-08-07 13:38:52 UTC (rev 95244)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=hitori
-pkgver=0.4.0
-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=('5d9e1c0f5d33c960167a126242bf57ff4865a6aaf6602da4a25aae56dc491030')
-
-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 95243, hitori/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-07 13:38:52 UTC (rev 95244)
@@ -0,0 +1,28 @@
+# $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
+}

Deleted: community-i686/hitori.install
===================================================================
--- community-i686/hitori.install	2013-08-07 13:38:46 UTC (rev 95243)
+++ community-i686/hitori.install	2013-08-07 13:38:52 UTC (rev 95244)
@@ -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 95243, hitori/trunk/hitori.install)
===================================================================
--- community-i686/hitori.install	                        (rev 0)
+++ community-i686/hitori.install	2013-08-07 13:38:52 UTC (rev 95244)
@@ -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-08-07 13:38:46 UTC (rev 95243)
+++ community-x86_64/PKGBUILD	2013-08-07 13:38:52 UTC (rev 95244)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=hitori
-pkgver=0.4.0
-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=('5d9e1c0f5d33c960167a126242bf57ff4865a6aaf6602da4a25aae56dc491030')
-
-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 95243, hitori/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-07 13:38:52 UTC (rev 95244)
@@ -0,0 +1,28 @@
+# $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
+}

Deleted: community-x86_64/hitori.install
===================================================================
--- community-x86_64/hitori.install	2013-08-07 13:38:46 UTC (rev 95243)
+++ community-x86_64/hitori.install	2013-08-07 13:38:52 UTC (rev 95244)
@@ -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 95243, hitori/trunk/hitori.install)
===================================================================
--- community-x86_64/hitori.install	                        (rev 0)
+++ community-x86_64/hitori.install	2013-08-07 13:38:52 UTC (rev 95244)
@@ -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