[arch-commits] Commit in stella/repos (6 files)
Jonathan Steel
jsteel at nymeria.archlinux.org
Sun Jul 28 20:37:38 UTC 2013
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 <jsteel at aur.archlinux.org>
+# Contributor: Renato Garcia <fgarcia.renato at gmail.com>
+# Contributor: Tiago Camargo <tcamargo at gmail.com>
+# Contributor: Shinlun Hsieh <yngwiexx at 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 <jsteel at aur.archlinux.org>
+# Contributor: Renato Garcia <fgarcia.renato at gmail.com>
+# Contributor: Tiago Camargo <tcamargo at gmail.com>
+# Contributor: Shinlun Hsieh <yngwiexx at 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
+}
More information about the arch-commits
mailing list