diff options
-rw-r--r-- | deadbeef-plugin-discord-git/PKGBUILD | 4 | ||||
-rw-r--r-- | deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/deadbeef-plugin-discord-git/PKGBUILD b/deadbeef-plugin-discord-git/PKGBUILD index 4d77a62..e0da891 100644 --- a/deadbeef-plugin-discord-git/PKGBUILD +++ b/deadbeef-plugin-discord-git/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=ddb_discord_presence pkgname=deadbeef-plugin-discord-git -pkgver=r22.g7d8c637 +pkgver=r24.g07beb73 pkgrel=1 pkgdesc="DeaDBeeF Discord rich presence plugin" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('git') source=("${_pkgname}::git+https://github.com/kuba160/${_pkgname}" "${_pkgname}-makefile.patch") sha256sums=('SKIP' - '2abb2e87faafa82c2fb6f88c93068379dd70011ad9e28d1600ad98459331bf4a') + '967ae7feb4416b196db7a1e4b32cff779c6d96e4a6009a85e41d160486681d34') pkgver() { cd "${_pkgname}" diff --git a/deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch b/deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch index 473e0e0..b7cb9ac 100644 --- a/deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch +++ b/deadbeef-plugin-discord-git/ddb_discord_presence-makefile.patch @@ -1,7 +1,7 @@ -diff -r -u -N ddb_discord_presence/Makefile ddb_discord_presence-makefile/Makefile ---- ddb_discord_presence/Makefile 2018-09-30 15:14:26.874053581 +0200 -+++ ddb_discord_presence-makefile/Makefile 2018-09-30 15:15:45.258372163 +0200 -@@ -8,8 +8,8 @@ +diff -u -r -N ddb_discord_presence/Makefile ddb_discord_presence-makefile/Makefile +--- ddb_discord_presence/Makefile 2019-08-20 20:57:06.817705453 +0200 ++++ ddb_discord_presence-makefile/Makefile 2019-08-20 20:58:36.464785836 +0200 +@@ -14,8 +14,8 @@ CC=gcc CXX=g++ STD=gnu99 @@ -9,6 +9,6 @@ diff -r -u -N ddb_discord_presence/Makefile ddb_discord_presence-makefile/Makefi -CXXFLAGS+=-fPIC -I /usr/local/include -Wall +CFLAGS+=$(COPT) -fPIC -I /usr/local/include -I discord-rpc/include -Wall +CXXFLAGS+=$(CXXOPT) -fPIC -I /usr/local/include -Wall - ifeq ($(DEBUG),1) - CFLAGS +=-g -O0 - CXXFLAGS +=-g -O0 + ifeq ($(UNAME_S),Darwin) + CFLAGS+=-I $(DEADBEEF_OSX)/Contents/Headers + CXXFLAGS+=-I $(DEADBEEF_OSX)/Contents/Headers |