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

Jonathan Steel jsteel at nymeria.archlinux.org
Thu Jul 25 21:48:58 UTC 2013


    Date: Thursday, July 25, 2013 @ 23:48:57
  Author: jsteel
Revision: 94508

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

Added:
  gnubg/repos/community-i686/
  gnubg/repos/community-i686/PKGBUILD
    (from rev 94507, gnubg/trunk/PKGBUILD)
  gnubg/repos/community-i686/gnubg.desktop
    (from rev 94507, gnubg/trunk/gnubg.desktop)
  gnubg/repos/community-i686/gnubg.install
    (from rev 94507, gnubg/trunk/gnubg.install)
  gnubg/repos/community-x86_64/
  gnubg/repos/community-x86_64/PKGBUILD
    (from rev 94507, gnubg/trunk/PKGBUILD)
  gnubg/repos/community-x86_64/gnubg.desktop
    (from rev 94507, gnubg/trunk/gnubg.desktop)
  gnubg/repos/community-x86_64/gnubg.install
    (from rev 94507, gnubg/trunk/gnubg.install)

--------------------------------+
 community-i686/PKGBUILD        |   38 ++++++++++++++++++++++++++++++++++++++
 community-i686/gnubg.desktop   |   19 +++++++++++++++++++
 community-i686/gnubg.install   |   11 +++++++++++
 community-x86_64/PKGBUILD      |   38 ++++++++++++++++++++++++++++++++++++++
 community-x86_64/gnubg.desktop |   19 +++++++++++++++++++
 community-x86_64/gnubg.install |   11 +++++++++++
 6 files changed, 136 insertions(+)

Copied: gnubg/repos/community-i686/PKGBUILD (from rev 94507, gnubg/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-25 21:48:57 UTC (rev 94508)
@@ -0,0 +1,38 @@
+# Maintainer: jsteel <jsteel at aur.archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Stefan Clarke <fm0nk3y at yahoo.co.uk>
+
+pkgname=gnubg
+pkgver=1.01.003
+pkgrel=1
+pkgdesc="A world class backgammon application"
+arch=('i686' 'x86_64')
+url="http://www.gnubg.org"
+license=('GPL')
+depends=('python2' 'gtkglext' 'hicolor-icon-theme')
+conflicts=('gnubg-cli' 'gnubg-cvs')
+install=$pkgname.install
+source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
+        $pkgname.desktop)
+md5sums=('5b03cf8634abe2822eee4db1317f0754'
+         '965f5c7c25f60b27d06cc6fef7befd30')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./autogen.sh
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc \
+    --mandir=/usr/share/man
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+
+  install -Dm644 "$srcdir"/$pkgname.desktop \
+    "$pkgdir"/usr/share/applications/$pkgname.desktop
+}

Copied: gnubg/repos/community-i686/gnubg.desktop (from rev 94507, gnubg/trunk/gnubg.desktop)
===================================================================
--- community-i686/gnubg.desktop	                        (rev 0)
+++ community-i686/gnubg.desktop	2013-07-25 21:48:57 UTC (rev 94508)
@@ -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;

Copied: gnubg/repos/community-i686/gnubg.install (from rev 94507, gnubg/trunk/gnubg.install)
===================================================================
--- community-i686/gnubg.install	                        (rev 0)
+++ community-i686/gnubg.install	2013-07-25 21:48:57 UTC (rev 94508)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnubg/repos/community-x86_64/PKGBUILD (from rev 94507, gnubg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-25 21:48:57 UTC (rev 94508)
@@ -0,0 +1,38 @@
+# Maintainer: jsteel <jsteel at aur.archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Stefan Clarke <fm0nk3y at yahoo.co.uk>
+
+pkgname=gnubg
+pkgver=1.01.003
+pkgrel=1
+pkgdesc="A world class backgammon application"
+arch=('i686' 'x86_64')
+url="http://www.gnubg.org"
+license=('GPL')
+depends=('python2' 'gtkglext' 'hicolor-icon-theme')
+conflicts=('gnubg-cli' 'gnubg-cvs')
+install=$pkgname.install
+source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
+        $pkgname.desktop)
+md5sums=('5b03cf8634abe2822eee4db1317f0754'
+         '965f5c7c25f60b27d06cc6fef7befd30')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./autogen.sh
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc \
+    --mandir=/usr/share/man
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+
+  install -Dm644 "$srcdir"/$pkgname.desktop \
+    "$pkgdir"/usr/share/applications/$pkgname.desktop
+}

Copied: gnubg/repos/community-x86_64/gnubg.desktop (from rev 94507, gnubg/trunk/gnubg.desktop)
===================================================================
--- community-x86_64/gnubg.desktop	                        (rev 0)
+++ community-x86_64/gnubg.desktop	2013-07-25 21:48:57 UTC (rev 94508)
@@ -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;

Copied: gnubg/repos/community-x86_64/gnubg.install (from rev 94507, gnubg/trunk/gnubg.install)
===================================================================
--- community-x86_64/gnubg.install	                        (rev 0)
+++ community-x86_64/gnubg.install	2013-07-25 21:48:57 UTC (rev 94508)
@@ -0,0 +1,11 @@
+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