[arch-commits] Commit in stella/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 04:48:47 UTC 2015


    Date: Sunday, December 6, 2015 @ 05:48:46
  Author: foutrelis
Revision: 148822

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

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

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   31 ++++++++++++++++++++++++++++++
 community-staging-i686/stella.install   |   11 ++++++++++
 community-staging-x86_64/PKGBUILD       |   31 ++++++++++++++++++++++++++++++
 community-staging-x86_64/stella.install |   11 ++++++++++
 4 files changed, 84 insertions(+)

Copied: stella/repos/community-staging-i686/PKGBUILD (from rev 148821, stella/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 04:48:46 UTC (rev 148822)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel <jsteel at 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=4.6.7
+pkgrel=2
+pkgdesc="Atari 2600 VCS emulator"
+arch=('i686' 'x86_64')
+url="http://stella.sourceforge.net"
+license=('GPL2')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('721d850d9cac1cd5fbb04adaaf752459')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Copied: stella/repos/community-staging-i686/stella.install (from rev 148821, stella/trunk/stella.install)
===================================================================
--- community-staging-i686/stella.install	                        (rev 0)
+++ community-staging-i686/stella.install	2015-12-06 04:48:46 UTC (rev 148822)
@@ -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-staging-x86_64/PKGBUILD (from rev 148821, stella/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 04:48:46 UTC (rev 148822)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel <jsteel at 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=4.6.7
+pkgrel=2
+pkgdesc="Atari 2600 VCS emulator"
+arch=('i686' 'x86_64')
+url="http://stella.sourceforge.net"
+license=('GPL2')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('721d850d9cac1cd5fbb04adaaf752459')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Copied: stella/repos/community-staging-x86_64/stella.install (from rev 148821, stella/trunk/stella.install)
===================================================================
--- community-staging-x86_64/stella.install	                        (rev 0)
+++ community-staging-x86_64/stella.install	2015-12-06 04:48:46 UTC (rev 148822)
@@ -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