[arch-commits] Commit in mgba/repos (8 files)
Jonathan Steel
jsteel at archlinux.org
Sun May 17 07:42:52 UTC 2015
Date: Sunday, May 17, 2015 @ 09:42:52
Author: jsteel
Revision: 133639
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
mgba/repos/community-testing-i686/PKGBUILD
(from rev 133638, mgba/trunk/PKGBUILD)
mgba/repos/community-testing-i686/mgba.desktop
(from rev 133638, mgba/trunk/mgba.desktop)
mgba/repos/community-testing-x86_64/PKGBUILD
(from rev 133638, mgba/trunk/PKGBUILD)
mgba/repos/community-testing-x86_64/mgba.desktop
(from rev 133638, mgba/trunk/mgba.desktop)
Deleted:
mgba/repos/community-testing-i686/PKGBUILD
mgba/repos/community-testing-i686/mgba.desktop
mgba/repos/community-testing-x86_64/PKGBUILD
mgba/repos/community-testing-x86_64/mgba.desktop
---------------------------------------+
/PKGBUILD | 130 ++++++++++++++++++++++++++++++++
/mgba.desktop | 20 ++++
community-testing-i686/PKGBUILD | 65 ----------------
community-testing-i686/mgba.desktop | 10 --
community-testing-x86_64/PKGBUILD | 65 ----------------
community-testing-x86_64/mgba.desktop | 10 --
6 files changed, 150 insertions(+), 150 deletions(-)
Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD 2015-05-17 07:42:32 UTC (rev 133638)
+++ community-testing-i686/PKGBUILD 2015-05-17 07:42:52 UTC (rev 133639)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Duck Hunt <vaporeon at tfwno.gf>
-
-pkgbase=mgba
-pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
-pkgver=0.2.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url='https://endrift.com/mgba/'
-license=('custom:MPL2')
-makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
- 'ffmpeg' 'imagemagick' 'desktop-file-utils')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz
- mgba.desktop)
-sha1sums=('96b92c016d4ceffc651ca7a99067782a81656ca7'
- '0f6f43ed45b702f6571c254d4717fbc1fe15e845')
-
-prepare() {
- [[ ! -d build ]] && mkdir build || rm -rf build
-
- cd mgba-$pkgver/res
- convert mgba-1024.png -resize 256x256 mgba-256.png
-}
-
-build() {
- cd build
- cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package_libmgba() {
- pkgdesc='Shared library of mGBA'
- depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
-
- cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
- -P build/cmake_install.cmake
- install -Dm644 mgba-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mgba-sdl() {
- pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy'
- depends=('libmgba' 'sdl2')
-
- cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
- -P build/cmake_install.cmake
-
- install -d "$pkgdir"/usr/share/licenses/$pkgname
- ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mgba-qt() {
- pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy. Qt5 UI.'
- depends=('libmgba' 'qt5-multimedia' 'sdl2')
-
- cmake -DCOMPONENT=mgba-qt mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
- -P build/cmake_install.cmake
-
- desktop-file-install mgba.desktop --dir "$pkgdir"/usr/share/applications/
- install -Dm644 mgba-$pkgver/res/mgba-256.png "$pkgdir"/usr/share/pixmaps/mgba.png
-
- install -d "$pkgdir"/usr/share/licenses/$pkgname
- ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: mgba/repos/community-testing-i686/PKGBUILD (from rev 133638, mgba/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-17 07:42:52 UTC (rev 133639)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Duck Hunt <vaporeon at tfwno.gf>
+
+pkgbase=mgba
+pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
+pkgver=0.2.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://endrift.com/mgba/'
+license=('custom:MPL2')
+makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
+ 'ffmpeg' 'imagemagick' 'desktop-file-utils')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz
+ mgba.desktop)
+sha1sums=('0fa2485ca961c21316a5989b628de38222a4099b'
+ '0f6f43ed45b702f6571c254d4717fbc1fe15e845')
+
+prepare() {
+ [[ ! -d build ]] && mkdir build || rm -rf build
+
+ cd mgba-$pkgver/res
+ convert mgba-1024.png -resize 256x256 mgba-256.png
+}
+
+build() {
+ cd build
+ cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package_libmgba() {
+ pkgdesc='Shared library of mGBA'
+ depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
+
+ cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+ -P build/cmake_install.cmake
+ install -Dm644 mgba-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-sdl() {
+ pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy'
+ depends=('libmgba' 'sdl2')
+
+ cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+ -P build/cmake_install.cmake
+
+ install -d "$pkgdir"/usr/share/licenses/$pkgname
+ ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-qt() {
+ pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy. Qt5 UI.'
+ depends=('libmgba' 'qt5-multimedia' 'sdl2')
+
+ cmake -DCOMPONENT=mgba-qt mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+ -P build/cmake_install.cmake
+
+ desktop-file-install mgba.desktop --dir "$pkgdir"/usr/share/applications/
+ install -Dm644 mgba-$pkgver/res/mgba-256.png "$pkgdir"/usr/share/pixmaps/mgba.png
+
+ install -d "$pkgdir"/usr/share/licenses/$pkgname
+ ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
Deleted: community-testing-i686/mgba.desktop
===================================================================
--- community-testing-i686/mgba.desktop 2015-05-17 07:42:32 UTC (rev 133638)
+++ community-testing-i686/mgba.desktop 2015-05-17 07:42:52 UTC (rev 133639)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=1.0
-Name=mGBA
-Comment=mGBA Game Boy Advance Emulator
-Icon=mgba.png
-Exec=mgba-qt
-Categories=Game;Emulator;
-Terminal=false
-StartupNotify=false
Copied: mgba/repos/community-testing-i686/mgba.desktop (from rev 133638, mgba/trunk/mgba.desktop)
===================================================================
--- community-testing-i686/mgba.desktop (rev 0)
+++ community-testing-i686/mgba.desktop 2015-05-17 07:42:52 UTC (rev 133639)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=mGBA
+Comment=mGBA Game Boy Advance Emulator
+Icon=mgba.png
+Exec=mgba-qt
+Categories=Game;Emulator;
+Terminal=false
+StartupNotify=false
Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD 2015-05-17 07:42:32 UTC (rev 133638)
+++ community-testing-x86_64/PKGBUILD 2015-05-17 07:42:52 UTC (rev 133639)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Duck Hunt <vaporeon at tfwno.gf>
-
-pkgbase=mgba
-pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
-pkgver=0.2.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url='https://endrift.com/mgba/'
-license=('custom:MPL2')
-makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
- 'ffmpeg' 'imagemagick' 'desktop-file-utils')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz
- mgba.desktop)
-sha1sums=('96b92c016d4ceffc651ca7a99067782a81656ca7'
- '0f6f43ed45b702f6571c254d4717fbc1fe15e845')
-
-prepare() {
- [[ ! -d build ]] && mkdir build || rm -rf build
-
- cd mgba-$pkgver/res
- convert mgba-1024.png -resize 256x256 mgba-256.png
-}
-
-build() {
- cd build
- cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package_libmgba() {
- pkgdesc='Shared library of mGBA'
- depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
-
- cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
- -P build/cmake_install.cmake
- install -Dm644 mgba-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mgba-sdl() {
- pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy'
- depends=('libmgba' 'sdl2')
-
- cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
- -P build/cmake_install.cmake
-
- install -d "$pkgdir"/usr/share/licenses/$pkgname
- ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mgba-qt() {
- pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy. Qt5 UI.'
- depends=('libmgba' 'qt5-multimedia' 'sdl2')
-
- cmake -DCOMPONENT=mgba-qt mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
- -P build/cmake_install.cmake
-
- desktop-file-install mgba.desktop --dir "$pkgdir"/usr/share/applications/
- install -Dm644 mgba-$pkgver/res/mgba-256.png "$pkgdir"/usr/share/pixmaps/mgba.png
-
- install -d "$pkgdir"/usr/share/licenses/$pkgname
- ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: mgba/repos/community-testing-x86_64/PKGBUILD (from rev 133638, mgba/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2015-05-17 07:42:52 UTC (rev 133639)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Duck Hunt <vaporeon at tfwno.gf>
+
+pkgbase=mgba
+pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
+pkgver=0.2.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://endrift.com/mgba/'
+license=('custom:MPL2')
+makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
+ 'ffmpeg' 'imagemagick' 'desktop-file-utils')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz
+ mgba.desktop)
+sha1sums=('0fa2485ca961c21316a5989b628de38222a4099b'
+ '0f6f43ed45b702f6571c254d4717fbc1fe15e845')
+
+prepare() {
+ [[ ! -d build ]] && mkdir build || rm -rf build
+
+ cd mgba-$pkgver/res
+ convert mgba-1024.png -resize 256x256 mgba-256.png
+}
+
+build() {
+ cd build
+ cmake "$srcdir"/mgba-$pkgver -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package_libmgba() {
+ pkgdesc='Shared library of mGBA'
+ depends=('zlib' 'libpng' 'libzip' 'libedit' 'ffmpeg' 'imagemagick')
+
+ cmake -DCOMPONENT=libmgba mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+ -P build/cmake_install.cmake
+ install -Dm644 mgba-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-sdl() {
+ pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy'
+ depends=('libmgba' 'sdl2')
+
+ cmake -DCOMPONENT=mgba-sdl mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+ -P build/cmake_install.cmake
+
+ install -d "$pkgdir"/usr/share/licenses/$pkgname
+ ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_mgba-qt() {
+ pkgdesc='A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy. Qt5 UI.'
+ depends=('libmgba' 'qt5-multimedia' 'sdl2')
+
+ cmake -DCOMPONENT=mgba-qt mgba-$pkgver -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" \
+ -P build/cmake_install.cmake
+
+ desktop-file-install mgba.desktop --dir "$pkgdir"/usr/share/applications/
+ install -Dm644 mgba-$pkgver/res/mgba-256.png "$pkgdir"/usr/share/pixmaps/mgba.png
+
+ install -d "$pkgdir"/usr/share/licenses/$pkgname
+ ln -s /usr/share/licenses/libmgba/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
Deleted: community-testing-x86_64/mgba.desktop
===================================================================
--- community-testing-x86_64/mgba.desktop 2015-05-17 07:42:32 UTC (rev 133638)
+++ community-testing-x86_64/mgba.desktop 2015-05-17 07:42:52 UTC (rev 133639)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=1.0
-Name=mGBA
-Comment=mGBA Game Boy Advance Emulator
-Icon=mgba.png
-Exec=mgba-qt
-Categories=Game;Emulator;
-Terminal=false
-StartupNotify=false
Copied: mgba/repos/community-testing-x86_64/mgba.desktop (from rev 133638, mgba/trunk/mgba.desktop)
===================================================================
--- community-testing-x86_64/mgba.desktop (rev 0)
+++ community-testing-x86_64/mgba.desktop 2015-05-17 07:42:52 UTC (rev 133639)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=mGBA
+Comment=mGBA Game Boy Advance Emulator
+Icon=mgba.png
+Exec=mgba-qt
+Categories=Game;Emulator;
+Terminal=false
+StartupNotify=false
More information about the arch-commits
mailing list