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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 19:21:09 UTC 2019


    Date: Monday, November 4, 2019 @ 19:21:09
  Author: felixonmars
Revision: 524115

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: gnubg/repos/community-staging-x86_64/PKGBUILD (from rev 524114, gnubg/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-11-04 19:21:09 UTC (rev 524115)
@@ -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=4
+pkgdesc="World class backgammon application"
+arch=('x86_64')
+url="https://www.gnu.org/software/gnubg/"
+license=('GPL3')
+depends=('python' 'gtkglext' 'curl')
+source=(ftp://ftp.gnu.org/gnu/gnubg/gnubg-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 524114, gnubg/trunk/gnubg.desktop)
===================================================================
--- community-staging-x86_64/gnubg.desktop	                        (rev 0)
+++ community-staging-x86_64/gnubg.desktop	2019-11-04 19:21:09 UTC (rev 524115)
@@ -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