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

Jonathan Steel jsteel at archlinux.org
Mon Mar 30 10:15:22 UTC 2015


    Date: Monday, March 30, 2015 @ 12:15:22
  Author: jsteel
Revision: 130237

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

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

---------------------------------+
 /PKGBUILD                       |   62 ++++++++++++++++++++++++++++++++++++++
 /stella.install                 |   22 +++++++++++++
 community-i686/PKGBUILD         |   31 -------------------
 community-i686/stella.install   |   11 ------
 community-x86_64/PKGBUILD       |   31 -------------------
 community-x86_64/stella.install |   11 ------
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-30 10:15:04 UTC (rev 130236)
+++ community-i686/PKGBUILD	2015-03-30 10:15:22 UTC (rev 130237)
@@ -1,31 +0,0 @@
-# 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.5
-pkgrel=1
-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=('420f9951ed7c058dbd4bf8ccc6d9e015')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: stella/repos/community-i686/PKGBUILD (from rev 130236, stella/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-30 10:15:22 UTC (rev 130237)
@@ -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
+pkgrel=1
+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=('bf9d8d411ca0fc300fcbab9ae84aac0b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/stella.install
===================================================================
--- community-i686/stella.install	2015-03-30 10:15:04 UTC (rev 130236)
+++ community-i686/stella.install	2015-03-30 10:15:22 UTC (rev 130237)
@@ -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
-}

Copied: stella/repos/community-i686/stella.install (from rev 130236, stella/trunk/stella.install)
===================================================================
--- community-i686/stella.install	                        (rev 0)
+++ community-i686/stella.install	2015-03-30 10:15:22 UTC (rev 130237)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-30 10:15:04 UTC (rev 130236)
+++ community-x86_64/PKGBUILD	2015-03-30 10:15:22 UTC (rev 130237)
@@ -1,31 +0,0 @@
-# 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.5
-pkgrel=1
-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=('420f9951ed7c058dbd4bf8ccc6d9e015')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: stella/repos/community-x86_64/PKGBUILD (from rev 130236, stella/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-30 10:15:22 UTC (rev 130237)
@@ -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
+pkgrel=1
+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=('bf9d8d411ca0fc300fcbab9ae84aac0b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/stella.install
===================================================================
--- community-x86_64/stella.install	2015-03-30 10:15:04 UTC (rev 130236)
+++ community-x86_64/stella.install	2015-03-30 10:15:22 UTC (rev 130237)
@@ -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
-}

Copied: stella/repos/community-x86_64/stella.install (from rev 130236, stella/trunk/stella.install)
===================================================================
--- community-x86_64/stella.install	                        (rev 0)
+++ community-x86_64/stella.install	2015-03-30 10:15:22 UTC (rev 130237)
@@ -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