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

Jonathan Steel jsteel at nymeria.archlinux.org
Sun Jan 26 21:05:25 UTC 2014


    Date: Sunday, January 26, 2014 @ 22:05:25
  Author: jsteel
Revision: 104819

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

Added:
  stella/repos/community-i686/PKGBUILD
    (from rev 104818, stella/trunk/PKGBUILD)
  stella/repos/community-i686/stella.install
    (from rev 104818, stella/trunk/stella.install)
  stella/repos/community-x86_64/PKGBUILD
    (from rev 104818, stella/trunk/PKGBUILD)
  stella/repos/community-x86_64/stella.install
    (from rev 104818, 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                       |   60 ++++++++++++++++++++++++++++++++++++++
 /stella.install                 |   22 +++++++++++++
 community-i686/PKGBUILD         |   30 -------------------
 community-i686/stella.install   |   11 ------
 community-x86_64/PKGBUILD       |   30 -------------------
 community-x86_64/stella.install |   11 ------
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-26 21:05:03 UTC (rev 104818)
+++ community-i686/PKGBUILD	2014-01-26 21:05:25 UTC (rev 104819)
@@ -1,30 +0,0 @@
-# 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.9.2
-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=('49d2accab82601ad0ad04536e8400266')
-
-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 104818, stella/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-26 21:05:25 UTC (rev 104819)
@@ -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.9.3
+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=('007d45faa46341763da31f87d55df2d8')
+
+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-01-26 21:05:03 UTC (rev 104818)
+++ community-i686/stella.install	2014-01-26 21:05:25 UTC (rev 104819)
@@ -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 104818, stella/trunk/stella.install)
===================================================================
--- community-i686/stella.install	                        (rev 0)
+++ community-i686/stella.install	2014-01-26 21:05:25 UTC (rev 104819)
@@ -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-01-26 21:05:03 UTC (rev 104818)
+++ community-x86_64/PKGBUILD	2014-01-26 21:05:25 UTC (rev 104819)
@@ -1,30 +0,0 @@
-# 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.9.2
-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=('49d2accab82601ad0ad04536e8400266')
-
-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 104818, stella/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-26 21:05:25 UTC (rev 104819)
@@ -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.9.3
+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=('007d45faa46341763da31f87d55df2d8')
+
+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-01-26 21:05:03 UTC (rev 104818)
+++ community-x86_64/stella.install	2014-01-26 21:05:25 UTC (rev 104819)
@@ -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 104818, stella/trunk/stella.install)
===================================================================
--- community-x86_64/stella.install	                        (rev 0)
+++ community-x86_64/stella.install	2014-01-26 21:05:25 UTC (rev 104819)
@@ -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