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

Evangelos Foutras foutrelis at archlinux.org
Fri Jan 11 08:13:19 UTC 2019


    Date: Friday, January 11, 2019 @ 08:13:16
  Author: foutrelis
Revision: 422320

archrelease: copy trunk to community-staging-x86_64

Added:
  gnubg/repos/community-staging-x86_64/
  gnubg/repos/community-staging-x86_64/PKGBUILD
    (from rev 422319, gnubg/trunk/PKGBUILD)
  gnubg/repos/community-staging-x86_64/gnubg.desktop
    (from rev 422319, gnubg/trunk/gnubg.desktop)

---------------+
 PKGBUILD      |   36 ++++++++++++++++++++++++++++++++++++
 gnubg.desktop |   19 +++++++++++++++++++
 2 files changed, 55 insertions(+)

Copied: gnubg/repos/community-staging-x86_64/PKGBUILD (from rev 422319, gnubg/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-01-11 08:13:16 UTC (rev 422320)
@@ -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.06.002
+pkgrel=2
+pkgdesc="World class backgammon application"
+arch=('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=('d3823526d5c503a961024d761adefd5e'
+         '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-staging-x86_64/gnubg.desktop (from rev 422319, gnubg/trunk/gnubg.desktop)
===================================================================
--- community-staging-x86_64/gnubg.desktop	                        (rev 0)
+++ community-staging-x86_64/gnubg.desktop	2019-01-11 08:13:16 UTC (rev 422320)
@@ -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