From a027a456384604f17fa45332d6c7f701677621d6 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sat, 2 May 2020 17:29:29 +0200 Subject: * Drop deadbeef discord plugin. deleted: deadbeef-plugin-discord-git/.SRCINFO deleted: deadbeef-plugin-discord-git/PKGBUILD deleted: deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch --- deadbeef-plugin-discord-git/PKGBUILD | 47 ------------------------------------ 1 file changed, 47 deletions(-) delete mode 100644 deadbeef-plugin-discord-git/PKGBUILD (limited to 'deadbeef-plugin-discord-git/PKGBUILD') diff --git a/deadbeef-plugin-discord-git/PKGBUILD b/deadbeef-plugin-discord-git/PKGBUILD deleted file mode 100644 index 11341d9..0000000 --- a/deadbeef-plugin-discord-git/PKGBUILD +++ /dev/null @@ -1,47 +0,0 @@ -# Maintainer: Deposite Pirate -# -# Upstream: https://git.metalpunks.info/arch-ports - -_pkgname=ddb_discord_presence -pkgname=deadbeef-plugin-discord-git -pkgver=r26.g70c06e1 -pkgrel=1 -pkgdesc="DeaDBeeF Discord rich presence plugin" -arch=('i686' 'x86_64') -url="https://github.com/kuba160/ddb_discord_presence" -license=('BSD') -depends=('deadbeef') -makedepends=('git') -source=("${_pkgname}::git+https://github.com/kuba160/${_pkgname}" - "${_pkgname}-makefile.patch") -sha256sums=('SKIP' - '2c234522f8854be7ca7222b4929b88259dda8638a62efe377985889bce5d4e84') - -pkgver() { - cd "${_pkgname}" - printf "r%s.g%s" \ - "$(git rev-list --count HEAD)" \ - "$(git rev-parse --short HEAD)" -} - -prepare() { - cd "${_pkgname}" - - # Arch compile FLAGS - patch -p1 -i ../${_pkgname}-makefile.patch - - make submodules_load - make discord-rpc-patch -} - -build() { - cd "${_pkgname}" - ( cd discord-rpc ; make thirdparty/rapidjson-1.1.0 ) - make COPT="${CFLAGS}" CXXOPT="${CXXFLAGS}" -} - -package() { - cd "${_pkgname}" - install -m0755 -d "${pkgdir}/usr/lib/deadbeef" - make PREFIX="${pkgdir}/usr/lib/deadbeef" install -} -- cgit v1.2.3-70-g09d2