diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gnubg | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gnubg')
-rw-r--r-- | community/gnubg/PKGBUILD | 37 | ||||
-rw-r--r-- | community/gnubg/gnubg.desktop | 19 | ||||
-rw-r--r-- | community/gnubg/gnubg.install | 11 |
3 files changed, 0 insertions, 67 deletions
diff --git a/community/gnubg/PKGBUILD b/community/gnubg/PKGBUILD deleted file mode 100644 index 8b113c594..000000000 --- a/community/gnubg/PKGBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Maintainer: jsteel <jsteel@aur.archlinux.org> -# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> -# Contributor: Stefan Clarke <fm0nk3y@yahoo.co.uk> - -pkgname=gnubg -pkgver=1.02.000 -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') -install=$pkgname.install -source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz - $pkgname.desktop) -md5sums=('eef4d08e20f1de40336de1bb3c9cb9ca' - '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 -} diff --git a/community/gnubg/gnubg.desktop b/community/gnubg/gnubg.desktop deleted file mode 100644 index a0d3ba75d..000000000 --- a/community/gnubg/gnubg.desktop +++ /dev/null @@ -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; diff --git a/community/gnubg/gnubg.install b/community/gnubg/gnubg.install deleted file mode 100644 index 1a05f573e..000000000 --- a/community/gnubg/gnubg.install +++ /dev/null @@ -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 -} |