[arch-commits] Commit in stella/repos (8 files)
Jonathan Steel
jsteel at archlinux.org
Sun Sep 27 17:25:28 UTC 2015
Date: Sunday, September 27, 2015 @ 19:25:28
Author: jsteel
Revision: 141716
archrelease: copy trunk to community-i686, community-x86_64
Added:
stella/repos/community-i686/PKGBUILD
(from rev 141715, stella/trunk/PKGBUILD)
stella/repos/community-i686/stella.install
(from rev 141715, stella/trunk/stella.install)
stella/repos/community-x86_64/PKGBUILD
(from rev 141715, stella/trunk/PKGBUILD)
stella/repos/community-x86_64/stella.install
(from rev 141715, 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-09-27 17:25:04 UTC (rev 141715)
+++ community-i686/PKGBUILD 2015-09-27 17:25:28 UTC (rev 141716)
@@ -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.6.1
-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=('91d7a7333097345e81f90a39fcdcc324')
-
-build() {
- cd $pkgname-$pkgver
-
- ./configure --prefix=/usr
-
- make
-}
-
-package() {
- cd $pkgname-$pkgver
-
- make DESTDIR="$pkgdir" install
-}
Copied: stella/repos/community-i686/PKGBUILD (from rev 141715, stella/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-27 17:25:28 UTC (rev 141716)
@@ -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.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=('c22c922135497156bf630747cefb4637')
+
+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-09-27 17:25:04 UTC (rev 141715)
+++ community-i686/stella.install 2015-09-27 17:25:28 UTC (rev 141716)
@@ -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 141715, stella/trunk/stella.install)
===================================================================
--- community-i686/stella.install (rev 0)
+++ community-i686/stella.install 2015-09-27 17:25:28 UTC (rev 141716)
@@ -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-09-27 17:25:04 UTC (rev 141715)
+++ community-x86_64/PKGBUILD 2015-09-27 17:25:28 UTC (rev 141716)
@@ -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.6.1
-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=('91d7a7333097345e81f90a39fcdcc324')
-
-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 141715, stella/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-09-27 17:25:28 UTC (rev 141716)
@@ -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.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=('c22c922135497156bf630747cefb4637')
+
+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-09-27 17:25:04 UTC (rev 141715)
+++ community-x86_64/stella.install 2015-09-27 17:25:28 UTC (rev 141716)
@@ -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 141715, stella/trunk/stella.install)
===================================================================
--- community-x86_64/stella.install (rev 0)
+++ community-x86_64/stella.install 2015-09-27 17:25:28 UTC (rev 141716)
@@ -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