makedeb


netease-cloud-music-patched 1.2.1-8


Patched official Netease Cloud Music, re-ported from AUR

Click here to go back to the commit logs for netease-cloud-music-patched.

Commit:


Hash: 37cff56d6fefa95e4e9877fe2209b015fc5e1802

Message: add dependency gnome-themes-standard Signed-off-by: Peter Cai <peter@typeblog.net>

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 35d6f0e..ebf6802 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = netease-cloud-music
 	pkgdesc = Netease Cloud Music, converted from .deb package
 	pkgver = 1.0.0
-	pkgrel = 2
+	pkgrel = 3
 	url = http://music.163.com/
 	arch = x86_64
 	license = custom
@@ -15,6 +15,7 @@ pkgbase = netease-cloud-music
 	depends = gst-plugins-base
 	depends = gst-plugins-good
 	depends = gst-plugins-ugly
+	depends = gnome-themes-standard
 	source = http://s1.music.126.net/download/pc/netease-cloud-music_1.0.0_amd64_ubuntu16.04.deb
 	source = http://music.163.com/html/web2/service.html
 	source = netease-cloud-music
diff --git a/PKGBUILD b/PKGBUILD
index 18ba496..bbe33ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _distro="ubuntu16.04"
 
 pkgname=netease-cloud-music
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Netease Cloud Music, converted from .deb package"
 arch=("x86_64")
 url="http://music.163.com/"
@@ -13,7 +13,8 @@ depends=(
 	"alsa-lib" "gtk2" "nss" "libxss"
 	"qt5-multimedia" "qt5-x11extras"
 	"gst-libav" "gst-plugins-base"
-	"gst-plugins-good" "gst-plugins-ugly" 
+	"gst-plugins-good" "gst-plugins-ugly"
+	"gnome-themes-standard"
 )
 source=(
 	"http://s1.music.126.net/download/pc/${pkgname}_${pkgver/_/-}_amd64_${_distro}.deb"