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

Jonathan Steel jsteel at archlinux.org
Tue Oct 7 19:12:35 UTC 2014


    Date: Tuesday, October 7, 2014 @ 21:12:35
  Author: jsteel
Revision: 120370

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

Added:
  stella/repos/community-i686/PKGBUILD
    (from rev 120369, stella/trunk/PKGBUILD)
  stella/repos/community-i686/stella.install
    (from rev 120369, stella/trunk/stella.install)
  stella/repos/community-x86_64/PKGBUILD
    (from rev 120369, stella/trunk/PKGBUILD)
  stella/repos/community-x86_64/stella.install
    (from rev 120369, 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	2014-10-07 19:12:08 UTC (rev 120369)
+++ community-i686/PKGBUILD	2014-10-07 19:12:35 UTC (rev 120370)
@@ -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.1
-pkgrel=1
-pkgdesc="A multi-platform Atari 2600 VCS emulator"
-arch=('i686' 'x86_64')
-url="http://stella.sourceforge.net"
-license=('GPL')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('a59a832b8d12f3ea37c1b60ac500fe61')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir"/ install
-}

Copied: stella/repos/community-i686/PKGBUILD (from rev 120369, stella/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-10-07 19:12:35 UTC (rev 120370)
@@ -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.1.1
+pkgrel=1
+pkgdesc="A multi-platform Atari 2600 VCS emulator"
+arch=('i686' 'x86_64')
+url="http://stella.sourceforge.net"
+license=('GPL')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('7657378ea7a9fe7e0aa2e5eb759e9067')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+}

Deleted: community-i686/stella.install
===================================================================
--- community-i686/stella.install	2014-10-07 19:12:08 UTC (rev 120369)
+++ community-i686/stella.install	2014-10-07 19:12:35 UTC (rev 120370)
@@ -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 120369, stella/trunk/stella.install)
===================================================================
--- community-i686/stella.install	                        (rev 0)
+++ community-i686/stella.install	2014-10-07 19:12:35 UTC (rev 120370)
@@ -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	2014-10-07 19:12:08 UTC (rev 120369)
+++ community-x86_64/PKGBUILD	2014-10-07 19:12:35 UTC (rev 120370)
@@ -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.1
-pkgrel=1
-pkgdesc="A multi-platform Atari 2600 VCS emulator"
-arch=('i686' 'x86_64')
-url="http://stella.sourceforge.net"
-license=('GPL')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
-md5sums=('a59a832b8d12f3ea37c1b60ac500fe61')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir"/ install
-}

Copied: stella/repos/community-x86_64/PKGBUILD (from rev 120369, stella/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-07 19:12:35 UTC (rev 120370)
@@ -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.1.1
+pkgrel=1
+pkgdesc="A multi-platform Atari 2600 VCS emulator"
+arch=('i686' 'x86_64')
+url="http://stella.sourceforge.net"
+license=('GPL')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
+md5sums=('7657378ea7a9fe7e0aa2e5eb759e9067')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+}

Deleted: community-x86_64/stella.install
===================================================================
--- community-x86_64/stella.install	2014-10-07 19:12:08 UTC (rev 120369)
+++ community-x86_64/stella.install	2014-10-07 19:12:35 UTC (rev 120370)
@@ -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 120369, stella/trunk/stella.install)
===================================================================
--- community-x86_64/stella.install	                        (rev 0)
+++ community-x86_64/stella.install	2014-10-07 19:12:35 UTC (rev 120370)
@@ -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