[arch-commits] Commit in hitori/repos (4 files)
Jan Steffens
heftig at archlinux.org
Mon Oct 2 09:06:00 UTC 2017
Date: Monday, October 2, 2017 @ 09:05:59
Author: heftig
Revision: 306537
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
hitori/repos/testing-i686/PKGBUILD
(from rev 306536, hitori/trunk/PKGBUILD)
hitori/repos/testing-x86_64/PKGBUILD
(from rev 306536, hitori/trunk/PKGBUILD)
Deleted:
hitori/repos/testing-i686/PKGBUILD
hitori/repos/testing-x86_64/PKGBUILD
-------------------------+
/PKGBUILD | 76 ++++++++++++++++++++++++++++++++++++++++++++++
testing-i686/PKGBUILD | 37 ----------------------
testing-x86_64/PKGBUILD | 37 ----------------------
3 files changed, 76 insertions(+), 74 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2017-10-02 09:05:08 UTC (rev 306536)
+++ testing-i686/PKGBUILD 2017-10-02 09:05:59 UTC (rev 306537)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=hitori
-pkgver=3.22.3+10+g549fb21
-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=(itstool yelp-tools autoconf-archive appstream-glib git)
-_commit=549fb211a01f2d1572cf211afc5ff56b8e5e9a7c # master
-source=("git+https://git.gnome.org/browse/hitori#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd "$srcdir/$pkgname"
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-Werror
- make
-}
-
-package() {
- cd "$srcdir/$pkgname"
- make DESTDIR="$pkgdir/" install
-}
Copied: hitori/repos/testing-i686/PKGBUILD (from rev 306536, hitori/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2017-10-02 09:05:59 UTC (rev 306537)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=hitori
+pkgver=3.22.4
+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=(itstool yelp-tools autoconf-archive appstream-glib git)
+_commit=4515af09f31b09e4d16b8b11b7b660d2f81bb351 # tags/3.22.4^0
+source=("git+https://git.gnome.org/browse/hitori#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --enable-compile-warnings=minimum
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2017-10-02 09:05:08 UTC (rev 306536)
+++ testing-x86_64/PKGBUILD 2017-10-02 09:05:59 UTC (rev 306537)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=hitori
-pkgver=3.22.3+10+g549fb21
-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=(itstool yelp-tools autoconf-archive appstream-glib git)
-_commit=549fb211a01f2d1572cf211afc5ff56b8e5e9a7c # master
-source=("git+https://git.gnome.org/browse/hitori#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd "$srcdir/$pkgname"
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-Werror
- make
-}
-
-package() {
- cd "$srcdir/$pkgname"
- make DESTDIR="$pkgdir/" install
-}
Copied: hitori/repos/testing-x86_64/PKGBUILD (from rev 306536, hitori/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-02 09:05:59 UTC (rev 306537)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=hitori
+pkgver=3.22.4
+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=(itstool yelp-tools autoconf-archive appstream-glib git)
+_commit=4515af09f31b09e4d16b8b11b7b660d2f81bb351 # tags/3.22.4^0
+source=("git+https://git.gnome.org/browse/hitori#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --enable-compile-warnings=minimum
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list