Date: Sunday, July 28, 2013 @ 22:37:37
  Author: jsteel
Revision: 94619

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

Added:
  stella/repos/community-i686/
  stella/repos/community-i686/PKGBUILD
    (from rev 94618, stella/trunk/PKGBUILD)
  stella/repos/community-i686/stella.install
    (from rev 94618, stella/trunk/stella.install)
  stella/repos/community-x86_64/
  stella/repos/community-x86_64/PKGBUILD
    (from rev 94618, stella/trunk/PKGBUILD)
  stella/repos/community-x86_64/stella.install
    (from rev 94618, stella/trunk/stella.install)

---------------------------------+
 community-i686/PKGBUILD         |   30 ++++++++++++++++++++++++++++++
 community-i686/stella.install   |   11 +++++++++++
 community-x86_64/PKGBUILD       |   30 ++++++++++++++++++++++++++++++
 community-x86_64/stella.install |   11 +++++++++++
 4 files changed, 82 insertions(+)

Copied: stella/repos/community-i686/PKGBUILD (from rev 94618, 
stella/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-07-28 20:37:37 UTC (rev 94619)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jst...@aur.archlinux.org>
+# Contributor: Renato Garcia <fgarcia.ren...@gmail.com>
+# Contributor: Tiago Camargo <tcama...@gmail.com>
+# Contributor: Shinlun Hsieh <yngwi...@yahoo.com.tw>
+
+pkgname=stella
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="A multi-platform Atari 2600 VCS emulator"
+arch=('i686' 'x86_64')
+url="http://stella.sourceforge.net";
+license=('GPL')
+depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('251f95b623158d0d63171f423eb2eaf2')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+}

Copied: stella/repos/community-i686/stella.install (from rev 94618, 
stella/trunk/stella.install)
===================================================================
--- community-i686/stella.install                               (rev 0)
+++ community-i686/stella.install       2013-07-28 20:37:37 UTC (rev 94619)
@@ -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: stella/repos/community-x86_64/PKGBUILD (from rev 94618, 
stella/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-28 20:37:37 UTC (rev 94619)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jst...@aur.archlinux.org>
+# Contributor: Renato Garcia <fgarcia.ren...@gmail.com>
+# Contributor: Tiago Camargo <tcama...@gmail.com>
+# Contributor: Shinlun Hsieh <yngwi...@yahoo.com.tw>
+
+pkgname=stella
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="A multi-platform Atari 2600 VCS emulator"
+arch=('i686' 'x86_64')
+url="http://stella.sourceforge.net";
+license=('GPL')
+depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('251f95b623158d0d63171f423eb2eaf2')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+}

Copied: stella/repos/community-x86_64/stella.install (from rev 94618, 
stella/trunk/stella.install)
===================================================================
--- community-x86_64/stella.install                             (rev 0)
+++ community-x86_64/stella.install     2013-07-28 20:37:37 UTC (rev 94619)
@@ -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
+}

Reply via email to