[arch-commits] Commit in gnubg/repos (10 files)

Jonathan Steel jsteel at archlinux.org
Wed Jun 8 08:17:26 UTC 2016


    Date: Wednesday, June 8, 2016 @ 10:17:26
  Author: jsteel
Revision: 178232

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

Added:
  gnubg/repos/community-i686/PKGBUILD
    (from rev 178226, gnubg/trunk/PKGBUILD)
  gnubg/repos/community-i686/gnubg.desktop
    (from rev 178227, gnubg/trunk/gnubg.desktop)
  gnubg/repos/community-x86_64/PKGBUILD
    (from rev 178228, gnubg/trunk/PKGBUILD)
  gnubg/repos/community-x86_64/gnubg.desktop
    (from rev 178229, gnubg/trunk/gnubg.desktop)
Deleted:
  gnubg/repos/community-i686/PKGBUILD
  gnubg/repos/community-i686/glib-gettext.patch
  gnubg/repos/community-i686/gnubg.desktop
  gnubg/repos/community-x86_64/PKGBUILD
  gnubg/repos/community-x86_64/glib-gettext.patch
  gnubg/repos/community-x86_64/gnubg.desktop

-------------------------------------+
 /PKGBUILD                           |   72 ++++++++++++++++++++++++++++++++++
 /gnubg.desktop                      |   38 +++++++++++++++++
 community-i686/PKGBUILD             |   45 ---------------------
 community-i686/glib-gettext.patch   |   16 -------
 community-i686/gnubg.desktop        |   19 --------
 community-x86_64/PKGBUILD           |   45 ---------------------
 community-x86_64/glib-gettext.patch |   16 -------
 community-x86_64/gnubg.desktop      |   19 --------
 8 files changed, 110 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-06-08 08:17:25 UTC (rev 178231)
+++ community-i686/PKGBUILD	2016-06-08 08:17:26 UTC (rev 178232)
@@ -1,45 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Stefan Clarke <fm0nk3y at yahoo.co.uk>
-
-pkgname=gnubg
-pkgver=1.05.000
-pkgrel=2
-pkgdesc="World class backgammon application"
-arch=('i686' 'x86_64')
-url="http://www.gnubg.org"
-license=('GPL3')
-depends=('python2' 'gtkglext' 'curl')
-source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
-        glib-gettext.patch
-        $pkgname.desktop)
-md5sums=('2c2d291deedcb72d1fcbbd8faf90d55c'
-         'bad5a86bebc1c16aad4cfbdf9444f8a0'
-         '965f5c7c25f60b27d06cc6fef7befd30')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i "$srcdir"/glib-gettext.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh
-
-  CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=0" \
-  ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc \
-    --mandir=/usr/share/man --enable-simd=sse2
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname.desktop \
-    "$pkgdir"/usr/share/applications/$pkgname.desktop
-}

Copied: gnubg/repos/community-i686/PKGBUILD (from rev 178226, gnubg/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-08 08:17:26 UTC (rev 178232)
@@ -0,0 +1,36 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Stefan Clarke <fm0nk3y at yahoo.co.uk>
+
+pkgname=gnubg
+pkgver=1.05.002
+pkgrel=1
+pkgdesc="World class backgammon application"
+arch=('i686' 'x86_64')
+url="http://www.gnubg.org"
+license=('GPL3')
+depends=('python2' 'gtkglext' 'curl')
+source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
+        $pkgname.desktop)
+md5sums=('fb19efbc73f9694ee63d95459e193be7'
+         '965f5c7c25f60b27d06cc6fef7befd30')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc \
+    --mandir=/usr/share/man --enable-simd=sse2
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname.desktop \
+    "$pkgdir"/usr/share/applications/$pkgname.desktop
+}

Deleted: community-i686/glib-gettext.patch
===================================================================
--- community-i686/glib-gettext.patch	2016-06-08 08:17:25 UTC (rev 178231)
+++ community-i686/glib-gettext.patch	2016-06-08 08:17:26 UTC (rev 178232)
@@ -1,16 +0,0 @@
-Index: m4/glib-gettext.m4
-===================================================================
-RCS file: /cvsroot/gnubg/gnubg/m4/glib-gettext.m4,v
-retrieving revision 1.4
-diff -u -r1.4 glib-gettext.m4
---- m4/glib-gettext.m4	21 Apr 2016 21:30:20 -0000	1.4
-+++ m4/glib-gettext.m4	2 May 2016 18:27:27 -0000
-@@ -36,6 +36,8 @@
- dnl try to pull in the installed version of these macros
- dnl when running aclocal in the glib directory.
- dnl
-+m4_ifdef([glib_DEFUN],[m4_undefine([glib_DEFUN])])
-+m4_ifdef([glib_REQUIRE],[m4_undefine([glib_REQUIRE])])
- m4_copy([AC_DEFUN],[glib_DEFUN])
- m4_copy([AC_REQUIRE],[glib_REQUIRE])
- dnl

Deleted: community-i686/gnubg.desktop
===================================================================
--- community-i686/gnubg.desktop	2016-06-08 08:17:25 UTC (rev 178231)
+++ community-i686/gnubg.desktop	2016-06-08 08:17:26 UTC (rev 178232)
@@ -1,19 +0,0 @@
-[Desktop Entry]
-Name=GNU Backgammon
-Name[hr]=GNU Tavla
-Name[ru]=GNU  Нарды
-Name[sr]=ГНУ Тавла
-GenericName=Backgammon
-GenericName[hr]=Tavla
-GenericName[ru]=Нарды
-GenericName[sr]=Тавла
-Comment=GNU Backgammon
-Comment[hr]=GNU Tavla
-Comment[ru]=GNU Короткие нарды
-Comment[sr]=GNU Тавла
-Exec=gnubg
-Icon=gnubg
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=GTK;Game;StrategyGame;

Copied: gnubg/repos/community-i686/gnubg.desktop (from rev 178227, gnubg/trunk/gnubg.desktop)
===================================================================
--- community-i686/gnubg.desktop	                        (rev 0)
+++ community-i686/gnubg.desktop	2016-06-08 08:17:26 UTC (rev 178232)
@@ -0,0 +1,19 @@
+[Desktop Entry]
+Name=GNU Backgammon
+Name[hr]=GNU Tavla
+Name[ru]=GNU  Нарды
+Name[sr]=ГНУ Тавла
+GenericName=Backgammon
+GenericName[hr]=Tavla
+GenericName[ru]=Нарды
+GenericName[sr]=Тавла
+Comment=GNU Backgammon
+Comment[hr]=GNU Tavla
+Comment[ru]=GNU Короткие нарды
+Comment[sr]=GNU Тавла
+Exec=gnubg
+Icon=gnubg
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=GTK;Game;StrategyGame;

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-06-08 08:17:25 UTC (rev 178231)
+++ community-x86_64/PKGBUILD	2016-06-08 08:17:26 UTC (rev 178232)
@@ -1,45 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Stefan Clarke <fm0nk3y at yahoo.co.uk>
-
-pkgname=gnubg
-pkgver=1.05.000
-pkgrel=2
-pkgdesc="World class backgammon application"
-arch=('i686' 'x86_64')
-url="http://www.gnubg.org"
-license=('GPL3')
-depends=('python2' 'gtkglext' 'curl')
-source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
-        glib-gettext.patch
-        $pkgname.desktop)
-md5sums=('2c2d291deedcb72d1fcbbd8faf90d55c'
-         'bad5a86bebc1c16aad4cfbdf9444f8a0'
-         '965f5c7c25f60b27d06cc6fef7befd30')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i "$srcdir"/glib-gettext.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh
-
-  CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=0" \
-  ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc \
-    --mandir=/usr/share/man --enable-simd=sse2
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname.desktop \
-    "$pkgdir"/usr/share/applications/$pkgname.desktop
-}

Copied: gnubg/repos/community-x86_64/PKGBUILD (from rev 178228, gnubg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-08 08:17:26 UTC (rev 178232)
@@ -0,0 +1,36 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Stefan Clarke <fm0nk3y at yahoo.co.uk>
+
+pkgname=gnubg
+pkgver=1.05.002
+pkgrel=1
+pkgdesc="World class backgammon application"
+arch=('i686' 'x86_64')
+url="http://www.gnubg.org"
+license=('GPL3')
+depends=('python2' 'gtkglext' 'curl')
+source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
+        $pkgname.desktop)
+md5sums=('fb19efbc73f9694ee63d95459e193be7'
+         '965f5c7c25f60b27d06cc6fef7befd30')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc \
+    --mandir=/usr/share/man --enable-simd=sse2
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname.desktop \
+    "$pkgdir"/usr/share/applications/$pkgname.desktop
+}

Deleted: community-x86_64/glib-gettext.patch
===================================================================
--- community-x86_64/glib-gettext.patch	2016-06-08 08:17:25 UTC (rev 178231)
+++ community-x86_64/glib-gettext.patch	2016-06-08 08:17:26 UTC (rev 178232)
@@ -1,16 +0,0 @@
-Index: m4/glib-gettext.m4
-===================================================================
-RCS file: /cvsroot/gnubg/gnubg/m4/glib-gettext.m4,v
-retrieving revision 1.4
-diff -u -r1.4 glib-gettext.m4
---- m4/glib-gettext.m4	21 Apr 2016 21:30:20 -0000	1.4
-+++ m4/glib-gettext.m4	2 May 2016 18:27:27 -0000
-@@ -36,6 +36,8 @@
- dnl try to pull in the installed version of these macros
- dnl when running aclocal in the glib directory.
- dnl
-+m4_ifdef([glib_DEFUN],[m4_undefine([glib_DEFUN])])
-+m4_ifdef([glib_REQUIRE],[m4_undefine([glib_REQUIRE])])
- m4_copy([AC_DEFUN],[glib_DEFUN])
- m4_copy([AC_REQUIRE],[glib_REQUIRE])
- dnl

Deleted: community-x86_64/gnubg.desktop
===================================================================
--- community-x86_64/gnubg.desktop	2016-06-08 08:17:25 UTC (rev 178231)
+++ community-x86_64/gnubg.desktop	2016-06-08 08:17:26 UTC (rev 178232)
@@ -1,19 +0,0 @@
-[Desktop Entry]
-Name=GNU Backgammon
-Name[hr]=GNU Tavla
-Name[ru]=GNU  Нарды
-Name[sr]=ГНУ Тавла
-GenericName=Backgammon
-GenericName[hr]=Tavla
-GenericName[ru]=Нарды
-GenericName[sr]=Тавла
-Comment=GNU Backgammon
-Comment[hr]=GNU Tavla
-Comment[ru]=GNU Короткие нарды
-Comment[sr]=GNU Тавла
-Exec=gnubg
-Icon=gnubg
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=GTK;Game;StrategyGame;

Copied: gnubg/repos/community-x86_64/gnubg.desktop (from rev 178229, gnubg/trunk/gnubg.desktop)
===================================================================
--- community-x86_64/gnubg.desktop	                        (rev 0)
+++ community-x86_64/gnubg.desktop	2016-06-08 08:17:26 UTC (rev 178232)
@@ -0,0 +1,19 @@
+[Desktop Entry]
+Name=GNU Backgammon
+Name[hr]=GNU Tavla
+Name[ru]=GNU  Нарды
+Name[sr]=ГНУ Тавла
+GenericName=Backgammon
+GenericName[hr]=Tavla
+GenericName[ru]=Нарды
+GenericName[sr]=Тавла
+Comment=GNU Backgammon
+Comment[hr]=GNU Tavla
+Comment[ru]=GNU Короткие нарды
+Comment[sr]=GNU Тавла
+Exec=gnubg
+Icon=gnubg
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=GTK;Game;StrategyGame;



More information about the arch-commits mailing list