[arch-commits] Commit in hatari/repos (4 files)
Laurent Carlier
lcarlier at archlinux.org
Mon Dec 5 17:05:11 UTC 2016
Date: Monday, December 5, 2016 @ 17:05:10
Author: lcarlier
Revision: 198053
archrelease: copy trunk to community-i686, community-x86_64
Added:
hatari/repos/community-i686/PKGBUILD
(from rev 198052, hatari/trunk/PKGBUILD)
hatari/repos/community-x86_64/PKGBUILD
(from rev 198052, hatari/trunk/PKGBUILD)
Deleted:
hatari/repos/community-i686/PKGBUILD
hatari/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 28 ----------------------
community-x86_64/PKGBUILD | 28 ----------------------
3 files changed, 56 insertions(+), 56 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-12-05 17:05:01 UTC (rev 198052)
+++ community-i686/PKGBUILD 2016-12-05 17:05:10 UTC (rev 198053)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=hatari
-pkgver=1.9.0
-pkgrel=2
-pkgdesc='An Atari ST and STE emulator'
-arch=('i686' 'x86_64')
-url='http://hatari.sourceforge.net/'
-license=('GPL')
-depends=('sdl' 'libpng' 'portaudio')
-makedepends=('cmake')
-source=("http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('24e54b19958943dbe5ac1b1f6f32b284')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix=/usr
-
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR=${pkgdir} install
-}
Copied: hatari/repos/community-i686/PKGBUILD (from rev 198052, hatari/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-05 17:05:10 UTC (rev 198053)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=hatari
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='An Atari ST and STE emulator'
+arch=('i686' 'x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl2' 'libpng' 'portaudio' 'libsystemd' 'hicolor-icon-theme')
+makedepends=('cmake' 'systemd')
+source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('52a447a59b6979d55d1525f3c4a21ec013e4371354d6683ede71546c5e6da577')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR=${pkgdir} install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-12-05 17:05:01 UTC (rev 198052)
+++ community-x86_64/PKGBUILD 2016-12-05 17:05:10 UTC (rev 198053)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=hatari
-pkgver=1.9.0
-pkgrel=2
-pkgdesc='An Atari ST and STE emulator'
-arch=('i686' 'x86_64')
-url='http://hatari.sourceforge.net/'
-license=('GPL')
-depends=('sdl' 'libpng' 'portaudio')
-makedepends=('cmake')
-source=("http://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('24e54b19958943dbe5ac1b1f6f32b284')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix=/usr
-
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR=${pkgdir} install
-}
Copied: hatari/repos/community-x86_64/PKGBUILD (from rev 198052, hatari/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-12-05 17:05:10 UTC (rev 198053)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=hatari
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='An Atari ST and STE emulator'
+arch=('i686' 'x86_64')
+url='http://hatari.sourceforge.net/'
+license=('GPL')
+depends=('sdl2' 'libpng' 'portaudio' 'libsystemd' 'hicolor-icon-theme')
+makedepends=('cmake' 'systemd')
+source=("https://download.tuxfamily.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('52a447a59b6979d55d1525f3c4a21ec013e4371354d6683ede71546c5e6da577')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make DESTDIR=${pkgdir} install
+}
More information about the arch-commits
mailing list