aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTaner Tas <taner76@gmail.com>2020-04-15 22:08:13 +0000
committerLeo <thinkabit.ukim@gmail.com>2020-04-16 07:56:43 +0000
commit32e8c0beac9eef79759d950eefc5e7868a7cd6ba (patch)
tree2d4a571f2f792f3fd4ef95b460027238da459bce /testing
parent828a79d7b5d71842c069a1a6e46b8b143b03c0fe (diff)
downloadaports-32e8c0beac9eef79759d950eefc5e7868a7cd6ba.tar.bz2
aports-32e8c0beac9eef79759d950eefc5e7868a7cd6ba.tar.xz
testing/fs-uae* : upgrade to 3.0.3
* move to community
Diffstat (limited to 'testing')
-rw-r--r--testing/fs-uae-launcher/APKBUILD28
-rw-r--r--testing/fs-uae/APKBUILD42
2 files changed, 0 insertions, 70 deletions
diff --git a/testing/fs-uae-launcher/APKBUILD b/testing/fs-uae-launcher/APKBUILD
deleted file mode 100644
index 637f97750c..0000000000
--- a/testing/fs-uae-launcher/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Taner Tas <taner76@gmail.com>
-pkgname=fs-uae-launcher
-pkgver=3.0.2
-pkgrel=0
-pkgdesc="FS-UAE emulator launcher."
-url="https://fs-uae.net/launcher"
-arch="noarch !armhf !armv7 !aarch64 !s390x !mips !mips64" # fs-uae not avail
-license="GPL-2.0-only"
-depends="fs-uae~$pkgver py3-qt5 py3-sip-pyqt5"
-makedepends="py3-setuptools gettext"
-subpackages="$pkgname-lang"
-source="https://fs-uae.net/stable/$pkgver/fs-uae-launcher-$pkgver.tar.gz"
-options="!check" # no testsuite
-
-package() {
- python3 setup.py install \
- --root="$pkgdir" \
- --install-lib=/usr/share/fs-uae-launcher \
- --install-scripts=/usr/share/fs-uae-launcher
-
- make DESTDIR="$pkgdir" prefix=/usr install-data
-
- mkdir -p "$pkgdir"/usr/bin
- ln -s ../share/fs-uae-launcher/fs-uae-launcher "$pkgdir"/usr/bin/fs-uae-launcher
- rm -rf "$pkgdir"/usr/share/doc
-}
-
-sha512sums="6e9d5588b4cee79b7d5468b7d5e3d6c82e54957fcb0b05d3e9d1da8710336f0af82821fea37ee4cf4e0dc12ead6096183fe488afe860ce11573fd828718ba3d3 fs-uae-launcher-3.0.2.tar.gz"
diff --git a/testing/fs-uae/APKBUILD b/testing/fs-uae/APKBUILD
deleted file mode 100644
index 4a32fbeb67..0000000000
--- a/testing/fs-uae/APKBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# Contributor: Taner Tas <taner76@gmail.com>
-# Maintainer: Taner Tas <taner76@gmail.com>
-pkgname=fs-uae
-# Remember to upgrade fs-uae-launcher to same version of fs-uae
-pkgver=3.0.2
-pkgrel=0
-pkgdesc="Amiga emulator."
-url="https://fs-uae.net/"
-arch="all !armhf !armv7 !aarch64 !s390x !mips !mips64" # --enable-jit not supported for these arches
-license="GPL-2.0-only"
-makedepends="zip sdl2-dev libpng-dev libx11-dev libxi-dev openal-soft-dev linux-headers libmpeg2-dev glib-dev"
-subpackages="$pkgname-lang"
-source="https://fs-uae.net/stable/$pkgver/fs-uae-$pkgver.tar.gz"
-options="!check"
-
-build() {
- local _jitoptions=
- unset CFLAGS CXXFLAGS
- case "$CARCH" in
- ppc64le)
- _jitoptions="--disable-jit"
- export CFLAGS="-g -O2 -U__ALTIVEC__"
- export CXXFLAGS="-D__STRICT_ANSI__ -g -O2 -U__ALTIVEC__"
- ;;
- esac
-
- ./configure \
- --build=$CBUILD \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- $_jitoptions \
- --enable-sdl2
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
- rm -rf "$pkgdir"/usr/share/doc
-}
-sha512sums="4727e61276e75e7b622b7c22b3991955efff0cf371215a0c72158d1f78e78dad7e82680865891ce015472606e8f55ed568c22a157760cc0779bef39aefc8c416 fs-uae-3.0.2.tar.gz"