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

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:35:04 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:35:04
  Author: jgc
Revision: 234822

db-move: moved hitori from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  hitori/repos/testing-i686/
  hitori/repos/testing-i686/PKGBUILD
    (from rev 234786, hitori/repos/gnome-unstable-i686/PKGBUILD)
  hitori/repos/testing-i686/hitori.install
    (from rev 234786, hitori/repos/gnome-unstable-i686/hitori.install)
  hitori/repos/testing-x86_64/
  hitori/repos/testing-x86_64/PKGBUILD
    (from rev 234786, hitori/repos/gnome-unstable-x86_64/PKGBUILD)
  hitori/repos/testing-x86_64/hitori.install
    (from rev 234786, hitori/repos/gnome-unstable-x86_64/hitori.install)
Deleted:
  hitori/repos/gnome-unstable-i686/
  hitori/repos/gnome-unstable-x86_64/

-------------------------------+
 testing-i686/PKGBUILD         |   27 +++++++++++++++++++++++++++
 testing-i686/hitori.install   |   12 ++++++++++++
 testing-x86_64/PKGBUILD       |   27 +++++++++++++++++++++++++++
 testing-x86_64/hitori.install |   12 ++++++++++++
 4 files changed, 78 insertions(+)

Copied: hitori/repos/testing-i686/PKGBUILD (from rev 234786, hitori/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-25 15:35:04 UTC (rev 234822)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 116588 2014-07-30 15:22:52Z bgyorgy $
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=hitori
+pkgver=3.14.3
+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')
+groups=('gnome-extra')
+makedepends=('intltool' 'itstool')
+install=hitori.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('37af62cf8ec529edab13c7c44d2b5317c71dc572b1f40fc1244c622c6da9ee59')
+
+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/testing-i686/hitori.install (from rev 234786, hitori/repos/gnome-unstable-i686/hitori.install)
===================================================================
--- testing-i686/hitori.install	                        (rev 0)
+++ testing-i686/hitori.install	2015-03-25 15:35:04 UTC (rev 234822)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: hitori/repos/testing-x86_64/PKGBUILD (from rev 234786, hitori/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:35:04 UTC (rev 234822)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 116588 2014-07-30 15:22:52Z bgyorgy $
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=hitori
+pkgver=3.14.3
+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')
+groups=('gnome-extra')
+makedepends=('intltool' 'itstool')
+install=hitori.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('37af62cf8ec529edab13c7c44d2b5317c71dc572b1f40fc1244c622c6da9ee59')
+
+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/testing-x86_64/hitori.install (from rev 234786, hitori/repos/gnome-unstable-x86_64/hitori.install)
===================================================================
--- testing-x86_64/hitori.install	                        (rev 0)
+++ testing-x86_64/hitori.install	2015-03-25 15:35:04 UTC (rev 234822)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list