[arch-commits] Commit in hitori/repos (8 files)
Jan de Groot
jgc at archlinux.org
Fri Sep 26 10:54:25 UTC 2014
Date: Friday, September 26, 2014 @ 12:54:25
Author: jgc
Revision: 223076
db-move: moved hitori from [gnome-unstable] to [testing] (i686, x86_64)
Added:
hitori/repos/testing-i686/
hitori/repos/testing-i686/PKGBUILD
(from rev 223030, hitori/repos/gnome-unstable-i686/PKGBUILD)
hitori/repos/testing-i686/hitori.install
(from rev 223030, hitori/repos/gnome-unstable-i686/hitori.install)
hitori/repos/testing-x86_64/
hitori/repos/testing-x86_64/PKGBUILD
(from rev 223030, hitori/repos/gnome-unstable-x86_64/PKGBUILD)
hitori/repos/testing-x86_64/hitori.install
(from rev 223030, 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 223030, hitori/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-09-26 10:54:25 UTC (rev 223076)
@@ -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.0.1
+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=('a3fa8ee0a7dbf8e2b636b61df7f68a5d974a44a0f738b65acfe386b7dec61c61')
+
+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 223030, hitori/repos/gnome-unstable-i686/hitori.install)
===================================================================
--- testing-i686/hitori.install (rev 0)
+++ testing-i686/hitori.install 2014-09-26 10:54:25 UTC (rev 223076)
@@ -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 223030, hitori/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:25 UTC (rev 223076)
@@ -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.0.1
+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=('a3fa8ee0a7dbf8e2b636b61df7f68a5d974a44a0f738b65acfe386b7dec61c61')
+
+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 223030, hitori/repos/gnome-unstable-x86_64/hitori.install)
===================================================================
--- testing-x86_64/hitori.install (rev 0)
+++ testing-x86_64/hitori.install 2014-09-26 10:54:25 UTC (rev 223076)
@@ -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