From cb82f0af6781d71b6cbed5af55cef56555f837a2 Mon Sep 17 00:00:00 2001 From: Tharre Date: Tue, 7 Dec 2021 07:26:28 +0100 Subject: Remove old packages --- the-binding-of-isaac/.gitignore | 1 - the-binding-of-isaac/PKGBUILD | 41 ------------------------------------- the-binding-of-isaac/isaac.desktop | 8 -------- the-binding-of-isaac/isaac.png | Bin 5209 -> 0 bytes 4 files changed, 50 deletions(-) delete mode 100644 the-binding-of-isaac/.gitignore delete mode 100644 the-binding-of-isaac/PKGBUILD delete mode 100644 the-binding-of-isaac/isaac.desktop delete mode 100644 the-binding-of-isaac/isaac.png (limited to 'the-binding-of-isaac') diff --git a/the-binding-of-isaac/.gitignore b/the-binding-of-isaac/.gitignore deleted file mode 100644 index 2edb83b..0000000 --- a/the-binding-of-isaac/.gitignore +++ /dev/null @@ -1 +0,0 @@ -the_binding_of_isaac_wrath_of_the_lamb-linux.tar.gz diff --git a/the-binding-of-isaac/PKGBUILD b/the-binding-of-isaac/PKGBUILD deleted file mode 100644 index c547758..0000000 --- a/the-binding-of-isaac/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Original maintainer: D. Can Celasun -# TODO: add license - -pkgname=the-binding-of-isaac -pkgver=20121219 -pkgrel=2 -pkgdesc="A randomly generated action RPG shooter with heavy Rogue-like elements." -url="http://www.bindingofisaac.com" -license=('custom: "commercial"') -arch=('i686' 'x86_64') -_gamepkg="the_binding_of_isaac_wrath_of_the_lamb-linux.tar.gz" -depends_x86_64=('lib32-sqlite3' 'lib32-libidn' 'lib32-libxt' 'lib32-libxxf86vm' 'lib32-gtk2' 'lib32-curl') -optdepends_x86_64=('lib32-libvdpau: For flash player hardware acceleration') -depends_i686=('sqlite3' 'libidn' 'libxt' 'libxxf86vm' 'gtk2' 'nss' 'curl') -optdepends_i686=('libvdpau: For flash player hardware acceleration') -options=(!strip) - -# You can download the Humble Indie Bundle file manually, or you can configure -# DLAGENTS in makepkg.conf to auto-download. -DLAGENTS+=('hib::/usr/bin/echo "Could not find %u. Download manually to \"$(pwd)\" or setup hib:// DLAGENT in /etc/makepkg.conf."; exit 1') - -# Disable compression of the package -PKGEXT='.pkg.tar' - -source=("${_gamepkg}"::"hib://${_gamepkg}" - "isaac.desktop" "isaac.png") -md5sums=('f56410cdbed698cb984745e898585087' - 'bd7ab23bafd88705b42c0c328f8f6717' - 'bbc59b1fabb6036e4db450811bd3ab39') - -package(){ - # create Launcher - install -d "${pkgdir}/usr/bin/" - mv "${srcdir}/Binding of Isaac/The Binding of Isaac + Wrath of the Lamb" "${srcdir}/isaac" - install -D -m755 "${srcdir}/isaac" "${pkgdir}/usr/bin/isaac" - # Install Desktop File and Icon - install -D -m644 "${srcdir}/isaac.desktop" \ - "${pkgdir}/usr/share/applications/isaac.desktop" - install -D -m644 "${srcdir}/isaac.png" \ - "${pkgdir}/usr/share/icons/isaac.png" -} diff --git a/the-binding-of-isaac/isaac.desktop b/the-binding-of-isaac/isaac.desktop deleted file mode 100644 index 46c85f4..0000000 --- a/the-binding-of-isaac/isaac.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Categories=Game;ActionGame;AdventureGame; -Exec=/usr/bin/isaac -Icon=isaac -Terminal=false -Type=Application -Name=The Binding of Isaac -Comment=A randomly generated action RPG shooter with heavy Rogue-like elements. diff --git a/the-binding-of-isaac/isaac.png b/the-binding-of-isaac/isaac.png deleted file mode 100644 index 37b852c..0000000 Binary files a/the-binding-of-isaac/isaac.png and /dev/null differ -- cgit v1.2.3-70-g09d2