summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCocaine Johnsson2021-04-14 15:12:01 +0200
committerCocaine Johnsson2021-04-14 15:12:01 +0200
commitccb1f4aa2033e241e34a6d0c43706545cf89dbf9 (patch)
tree35c55e2285bfb690245eea736d5dbf994fa0d1dd
parent3fe378c4383c686ad7f3818a81277c144ac94a28 (diff)
downloadaur-ccb1f4aa2033e241e34a6d0c43706545cf89dbf9.tar.gz
Fixed the patch, it builds and installs fine now; if it doesn't work that's most likely a problem with upstream
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
l---------[-rw-r--r--]ddb_discord_presence-makefile.patch15
3 files changed, 7 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 377731f8c686..4eb2200ec038 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = deadbeef-plugin-discord-git
pkgdesc = DeaDBeeF Discord rich presence plugin
- pkgver = r26.g70c06e1
+ pkgver = r34.g0c2fa68
pkgrel = 1
url = https://github.com/kuba160/ddb_discord_presence
arch = i686
arch = x86_64
license = BSD
makedepends = git
+ makedepends = wget
depends = deadbeef
source = ddb_discord_presence::git+https://github.com/kuba160/ddb_discord_presence
source = ddb_discord_presence-makefile.patch
sha256sums = SKIP
- sha256sums = 2c234522f8854be7ca7222b4929b88259dda8638a62efe377985889bce5d4e84
+ sha256sums = 137e78e144b6f43bd3469758c5b0f6d82fe3fc08c2121903b98dd8e4e3a9498d
pkgname = deadbeef-plugin-discord-git
diff --git a/PKGBUILD b/PKGBUILD
index 11341d9443f1..ade22022f05f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
_pkgname=ddb_discord_presence
pkgname=deadbeef-plugin-discord-git
-pkgver=r26.g70c06e1
+pkgver=r34.g0c2fa68
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')
+makedepends=('git' 'wget')
source=("${_pkgname}::git+https://github.com/kuba160/${_pkgname}"
"${_pkgname}-makefile.patch")
sha256sums=('SKIP'
- '2c234522f8854be7ca7222b4929b88259dda8638a62efe377985889bce5d4e84')
+ '137e78e144b6f43bd3469758c5b0f6d82fe3fc08c2121903b98dd8e4e3a9498d')
pkgver() {
cd "${_pkgname}"
diff --git a/ddb_discord_presence-makefile.patch b/ddb_discord_presence-makefile.patch
index 4ab6ceb2fa86..9d92c2ca41c1 100644..120000
--- a/ddb_discord_presence-makefile.patch
+++ b/ddb_discord_presence-makefile.patch
@@ -1,14 +1 @@
-diff -u -r -N ddb_discord_presence/Makefile ddb_discord_presence-makefile/Makefile
---- ddb_discord_presence/Makefile 2020-01-15 09:47:59.792849482 +0100
-+++ ddb_discord_presence-makefile/Makefile 2020-01-15 09:49:29.572231291 +0100
-@@ -14,8 +14,8 @@
- CC=gcc
- CXX=g++
- STD=gnu99
--CFLAGS+=-fPIC -I /usr/local/include -I discord-rpc/include -I . -Wall
--CXXFLAGS+=-fPIC -I /usr/local/include -I . -Wall
-+CFLAGS+=$(COPT) -fPIC -I /usr/local/include -I discord-rpc/include -I . -Wall
-+CXXFLAGS+=$(CXXOPT) -fPIC -I /usr/local/include -I . -Wall
- ifeq ($(UNAME_S),Darwin)
- CFLAGS+=-I $(DEADBEEF_OSX)/Contents/Headers
- CXXFLAGS+=-I $(DEADBEEF_OSX)/Contents/Headers
+/home/cocaine/.cache/pacaur/deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch \ No newline at end of file