git » amarok.git » commit 0ab91a2

Adding libssh-gnutls dependency to fix bug at start.

author frealgagu
2018-11-09 17:10:35 UTC
committer frealgagu
2018-11-09 17:10:35 UTC
parent c0d48ae1b0a0c86a91655065501f5b564c6bdeee

Adding libssh-gnutls dependency to fix bug at start.

.SRCINFO +4 -3
.gitignore +2 -0
PKGBUILD +8 -7
amarok.install +4 -4

diff --git a/.SRCINFO b/.SRCINFO
index c610fcc..1fbd73c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
 pkgbase = amarok
 	pkgdesc = The powerful music player for KDE
-	pkgver = 2.9.0.r258.f632617d29
+	pkgver = 2.9.0.r259.a3971e4d47
 	pkgrel = 1
 	url = http://amarok.kde.org/
 	arch = x86_64
+	license = FDL
 	license = GPL2
 	license = LGPL2.1
-	license = FDL
 	makedepends = extra-cmake-modules
 	makedepends = gdk-pixbuf2
 	makedepends = git
@@ -25,6 +25,7 @@ pkgbase = amarok
 	depends = libmtp
 	depends = libmygpo-qt5
 	depends = libofa
+	depends = libssh-gnutls
 	depends = mariadb
 	depends = phonon-qt5
 	depends = qt5-webengine
@@ -32,7 +33,7 @@ pkgbase = amarok
 	depends = threadweaver
 	optdepends = ifuse: support for Apple iPod Touch and iPhone
 	optdepends = loudmouth: backend needed by mp3tunes for syncing
-	source = git://git.kde.org/amarok.git#commit=f632617d29a2e95b9c01f8d26a734a3ff23de212
+	source = git://git.kde.org/amarok.git#commit=a3971e4d47435adb30306e4428cf7ad7b90339c0
 	validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
 	sha256sums = SKIP
 
diff --git a/.gitignore b/.gitignore
index 557fe13..6a14ee3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
 amarok-*.tar.xz
+amarok-*.log
+PKGBUILD-namcap.log
 amarok/
 pkg/
 src/
diff --git a/PKGBUILD b/PKGBUILD
index ca305e7..c495367 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,20 +5,21 @@
 # Contributor: damir <damir@archlinux.org>
 
 pkgname=amarok
-pkgver=2.9.0.r258.f632617d29
-_commit=f632617d29a2e95b9c01f8d26a734a3ff23de212
+pkgver=2.9.0.r259.a3971e4d47
 pkgrel=1
 pkgdesc="The powerful music player for KDE"
-arch=(x86_64)
+arch=("x86_64")
 url="http://amarok.kde.org/"
-license=("GPL2" "LGPL2.1" "FDL")
-depends=("kcmutils" "kdnssd" "kirigami2" "knewstuff" "ktexteditor" "libgpod" "liblastfm-qt5" "libmtp" "libmygpo-qt5" "libofa" "mariadb" "phonon-qt5" "qt5-webengine" "taglib-extras" "threadweaver")
+license=("FDL" "GPL2" "LGPL2.1")
+depends=("kcmutils" "kdnssd" "kirigami2" "knewstuff" "ktexteditor" "libgpod" "liblastfm-qt5" "libmtp" "libmygpo-qt5" "libofa" "libssh-gnutls" "mariadb" "phonon-qt5" "qt5-webengine" "taglib-extras" "threadweaver")
 makedepends=("extra-cmake-modules" "gdk-pixbuf2" "git" "knotifyconfig" "libgpod" "libmtp" "libmygpo-qt5" "loudmouth")
 optdepends=("ifuse: support for Apple iPod Touch and iPhone"
             "loudmouth: backend needed by mp3tunes for syncing")
+_commit=a3971e4d47435adb30306e4428cf7ad7b90339c0
 #source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 source=("git://git.kde.org/amarok.git#commit=$_commit")
-sha256sums=('SKIP')
+
+sha256sums=("SKIP")
 validpgpkeys=("D81C0CB38EB725EF6691C385BB463350D6EF31EF") # Heiko Becker <heirecka@exherbo.org>
 
 prepare() {
@@ -36,5 +37,5 @@ build() {
 
 package() {
   cd "${srcdir}/build"
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install
 }
diff --git a/amarok.install b/amarok.install
index 81ce5c4..5c501dc 100644
--- a/amarok.install
+++ b/amarok.install
@@ -1,12 +1,12 @@
 post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
 }
 
 post_upgrade() {
-	post_install
+  post_install
 }
 
 post_remove() {
-	post_install
+  post_install
 }