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

Jonathan Steel jsteel at archlinux.org
Thu May 5 19:01:11 UTC 2016


    Date: Thursday, May 5, 2016 @ 21:01:11
  Author: jsteel
Revision: 173857

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

Added:
  gnubg/repos/community-i686/PKGBUILD
    (from rev 173856, gnubg/trunk/PKGBUILD)
  gnubg/repos/community-i686/glib-gettext.patch
    (from rev 173856, gnubg/trunk/glib-gettext.patch)
  gnubg/repos/community-i686/gnubg.desktop
    (from rev 173856, gnubg/trunk/gnubg.desktop)
  gnubg/repos/community-x86_64/PKGBUILD
    (from rev 173856, gnubg/trunk/PKGBUILD)
  gnubg/repos/community-x86_64/glib-gettext.patch
    (from rev 173856, gnubg/trunk/glib-gettext.patch)
  gnubg/repos/community-x86_64/gnubg.desktop
    (from rev 173856, gnubg/trunk/gnubg.desktop)
Deleted:
  gnubg/repos/community-i686/PKGBUILD
  gnubg/repos/community-i686/gnubg.desktop
  gnubg/repos/community-i686/gnubg.install
  gnubg/repos/community-x86_64/PKGBUILD
  gnubg/repos/community-x86_64/gnubg.desktop
  gnubg/repos/community-x86_64/gnubg.install

-------------------------------------+
 /PKGBUILD                           |   90 ++++++++++++++++++++++++++++++++++
 /gnubg.desktop                      |   38 ++++++++++++++
 community-i686/PKGBUILD             |   37 -------------
 community-i686/glib-gettext.patch   |   16 ++++++
 community-i686/gnubg.desktop        |   19 -------
 community-i686/gnubg.install        |   11 ----
 community-x86_64/PKGBUILD           |   37 -------------
 community-x86_64/glib-gettext.patch |   16 ++++++
 community-x86_64/gnubg.desktop      |   19 -------
 community-x86_64/gnubg.install      |   11 ----
 10 files changed, 160 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-05 19:00:44 UTC (rev 173856)
+++ community-i686/PKGBUILD	2016-05-05 19:01:11 UTC (rev 173857)
@@ -1,37 +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=1
-pkgdesc="World class backgammon application"
-arch=('i686' 'x86_64')
-url="http://www.gnubg.org"
-license=('GPL3')
-depends=('python2' 'gtkglext' 'hicolor-icon-theme' 'curl')
-install=$pkgname.install
-source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
-        $pkgname.desktop)
-md5sums=('2c2d291deedcb72d1fcbbd8faf90d55c'
-         '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
-}

Copied: gnubg/repos/community-i686/PKGBUILD (from rev 173856, gnubg/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-05 19:01:11 UTC (rev 173857)
@@ -0,0 +1,45 @@
+# 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/glib-gettext.patch (from rev 173856, gnubg/trunk/glib-gettext.patch)
===================================================================
--- community-i686/glib-gettext.patch	                        (rev 0)
+++ community-i686/glib-gettext.patch	2016-05-05 19:01:11 UTC (rev 173857)
@@ -0,0 +1,16 @@
+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-05-05 19:00:44 UTC (rev 173856)
+++ community-i686/gnubg.desktop	2016-05-05 19:01:11 UTC (rev 173857)
@@ -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 173856, gnubg/trunk/gnubg.desktop)
===================================================================
--- community-i686/gnubg.desktop	                        (rev 0)
+++ community-i686/gnubg.desktop	2016-05-05 19:01:11 UTC (rev 173857)
@@ -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-i686/gnubg.install
===================================================================
--- community-i686/gnubg.install	2016-05-05 19:00:44 UTC (rev 173856)
+++ community-i686/gnubg.install	2016-05-05 19:01:11 UTC (rev 173857)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-05 19:00:44 UTC (rev 173856)
+++ community-x86_64/PKGBUILD	2016-05-05 19:01:11 UTC (rev 173857)
@@ -1,37 +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=1
-pkgdesc="World class backgammon application"
-arch=('i686' 'x86_64')
-url="http://www.gnubg.org"
-license=('GPL3')
-depends=('python2' 'gtkglext' 'hicolor-icon-theme' 'curl')
-install=$pkgname.install
-source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
-        $pkgname.desktop)
-md5sums=('2c2d291deedcb72d1fcbbd8faf90d55c'
-         '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
-}

Copied: gnubg/repos/community-x86_64/PKGBUILD (from rev 173856, gnubg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-05 19:01:11 UTC (rev 173857)
@@ -0,0 +1,45 @@
+# 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/glib-gettext.patch (from rev 173856, gnubg/trunk/glib-gettext.patch)
===================================================================
--- community-x86_64/glib-gettext.patch	                        (rev 0)
+++ community-x86_64/glib-gettext.patch	2016-05-05 19:01:11 UTC (rev 173857)
@@ -0,0 +1,16 @@
+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-05-05 19:00:44 UTC (rev 173856)
+++ community-x86_64/gnubg.desktop	2016-05-05 19:01:11 UTC (rev 173857)
@@ -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 173856, gnubg/trunk/gnubg.desktop)
===================================================================
--- community-x86_64/gnubg.desktop	                        (rev 0)
+++ community-x86_64/gnubg.desktop	2016-05-05 19:01:11 UTC (rev 173857)
@@ -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/gnubg.install
===================================================================
--- community-x86_64/gnubg.install	2016-05-05 19:00:44 UTC (rev 173856)
+++ community-x86_64/gnubg.install	2016-05-05 19:01:11 UTC (rev 173857)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list