[arch-commits] Commit in stella/repos (8 files)
Jonathan Steel
jsteel at archlinux.org
Mon Oct 12 16:09:40 UTC 2015
Date: Monday, October 12, 2015 @ 18:09:39
Author: jsteel
Revision: 143789
archrelease: copy trunk to community-i686, community-x86_64
Added:
stella/repos/community-i686/PKGBUILD
(from rev 143788, stella/trunk/PKGBUILD)
stella/repos/community-i686/stella.install
(from rev 143788, stella/trunk/stella.install)
stella/repos/community-x86_64/PKGBUILD
(from rev 143788, stella/trunk/PKGBUILD)
stella/repos/community-x86_64/stella.install
(from rev 143788, 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-10-12 16:09:23 UTC (rev 143788)
+++ community-i686/PKGBUILD 2015-10-12 16:09:39 UTC (rev 143789)
@@ -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.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
-}
Copied: stella/repos/community-i686/PKGBUILD (from rev 143788, stella/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-12 16:09:39 UTC (rev 143789)
@@ -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.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=('af4ae6853e6e31d99068cfc5f9740ed2')
+
+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-10-12 16:09:23 UTC (rev 143788)
+++ community-i686/stella.install 2015-10-12 16:09:39 UTC (rev 143789)
@@ -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 143788, stella/trunk/stella.install)
===================================================================
--- community-i686/stella.install (rev 0)
+++ community-i686/stella.install 2015-10-12 16:09:39 UTC (rev 143789)
@@ -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-10-12 16:09:23 UTC (rev 143788)
+++ community-x86_64/PKGBUILD 2015-10-12 16:09:39 UTC (rev 143789)
@@ -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.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
-}
Copied: stella/repos/community-x86_64/PKGBUILD (from rev 143788, stella/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-10-12 16:09:39 UTC (rev 143789)
@@ -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.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=('af4ae6853e6e31d99068cfc5f9740ed2')
+
+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-10-12 16:09:23 UTC (rev 143788)
+++ community-x86_64/stella.install 2015-10-12 16:09:39 UTC (rev 143789)
@@ -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 143788, stella/trunk/stella.install)
===================================================================
--- community-x86_64/stella.install (rev 0)
+++ community-x86_64/stella.install 2015-10-12 16:09:39 UTC (rev 143789)
@@ -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