summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-04-08 09:51:23 +0200
committerFrederic Bezies2021-04-08 09:51:23 +0200
commitc0774a9c29eeb187b09757c050dd0a56036b1adc (patch)
tree2cfb7e73edc9cbcea6fe70145753fbbb97ce7e7c
parentc56ef08d91310edcb18b1869b7569b09c458b620 (diff)
downloadaur-c0774a9c29eeb187b09757c050dd0a56036b1adc.tar.gz
some PKGBUILD cleanup
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
-rw-r--r--dosbox-x.desktop12
-rw-r--r--dosbox-x.pngbin13656 -> 0 bytes
4 files changed, 4 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e6afd6c2242..c803c126cf38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-x-sdl2
pkgdesc = x86 emulator with builtin DOS, with patches and more features
pkgver = 0.83.12
- pkgrel = 1
+ pkgrel = 2
url = http://dosbox-x.com
arch = i686
arch = x86_64
@@ -19,11 +19,7 @@ pkgbase = dosbox-x-sdl2
conflicts = dosbox-x
conflicts = dosbox-x-sdl2-git
source = https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.12.tar.gz
- source = dosbox-x.png
- source = dosbox-x.desktop
sha256sums = 31e2e9943a0e4d888402ed6289c7b0d60df049bedf62e4518c9bc0ca903f8b19
- sha256sums = ad9fa0e16081a4c899e3f59bb5c04ddb13948311ddda54e976acb164d6e72235
- sha256sums = 1fbd80a6d985806af3d7a5d197f9dd75f61964e8b63ef544ed9a44f1e2df55f2
pkgname = dosbox-x-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 339a5ccf7aee..699117dd2540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=dosbox-x-sdl2
pkgver=0.83.12
-pkgrel=1
+pkgrel=2
pkgdesc="x86 emulator with builtin DOS, with patches and more features"
arch=(i686 x86_64 aarch64)
url="http://dosbox-x.com"
@@ -9,17 +9,12 @@ depends=(fluidsynth libxkbfile libxrandr mesa ffmpeg sdl2_net physfs)
makedepends=(glu)
optdepends=()
conflicts=('dosbox-x-git' 'dosbox-x' 'dosbox-x-sdl2-git')
-source=(https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${pkgver}.tar.gz
- dosbox-x.png
- dosbox-x.desktop)
-sha256sums=('31e2e9943a0e4d888402ed6289c7b0d60df049bedf62e4518c9bc0ca903f8b19'
- 'ad9fa0e16081a4c899e3f59bb5c04ddb13948311ddda54e976acb164d6e72235'
- '1fbd80a6d985806af3d7a5d197f9dd75f61964e8b63ef544ed9a44f1e2df55f2')
+source=(https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${pkgver}.tar.gz)
+sha256sums=('31e2e9943a0e4d888402ed6289c7b0d60df049bedf62e4518c9bc0ca903f8b19')
build() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"
./autogen.sh
- #chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
chmod +x configure
./configure --enable-core-inline --disable-debug --enable-avcodec --prefix=/usr --enable-sdl2
make -j$(nproc)
@@ -28,8 +23,4 @@ build() {
package() {
cd "$srcdir/dosbox-x-dosbox-x-v$pkgver"
make DESTDIR="$pkgdir" install
- install -Dm644 "$srcdir/dosbox-x.png" \
- "$pkgdir/usr/share/pixmaps/dosbox-x.png"
- install -Dm644 "$srcdir/dosbox-x.desktop" \
- "$pkgdir/usr/share/applications/dosbox-x.desktop"
}
diff --git a/dosbox-x.desktop b/dosbox-x.desktop
deleted file mode 100644
index a077411eb5e6..000000000000
--- a/dosbox-x.desktop
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=DOSBox-X
-GenericName=DOS Emulator
-GenericName[de]=DOS Emulator
-Comment=Run DOS games and apps
-Comment[de]=Führe DOS Anwendungen und Spiele aus
-Exec=dosbox-x %f
-Icon=dosbox-x
-Terminal=false
-Categories=Game;Emulator
-MimeType=application/x-ms-dos-executable \ No newline at end of file
diff --git a/dosbox-x.png b/dosbox-x.png
deleted file mode 100644
index 5359b6fc1f87..000000000000
--- a/dosbox-x.png
+++ /dev/null
Binary files differ