summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2017-07-08 01:45:05 +0200
committerJosip Ponjavic2017-07-08 01:45:05 +0200
commit857e5229b24d74e5a1ac2824b96e26a9bb3ecf88 (patch)
treec241c0aca00e8911fedd72e3edb10bb431506f80
parent09ecfa9f450ac16364b55f402a7c8c2bf8bc7d24 (diff)
downloadaur-857e5229b24d74e5a1ac2824b96e26a9bb3ecf88.tar.gz
adjust depends, and remove icon install line
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c689cd892913..d098ca3d730e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = babe-git
pkgdesc = Tiny Qt Music Player to keep your favorite songs at hand
- pkgver = 0.5.Beta.r163.geba9061
+ pkgver = 0.5.Beta.r178.g89e87a1
pkgrel = 1
url = https://babe.kde.org/
arch = i686
@@ -9,7 +9,8 @@ pkgbase = babe-git
makedepends = extra-cmake-modules
makedepends = git
makedepends = python
- depends = hicolor-icon-theme
+ depends = desktop-file-utils
+ depends = gtk-update-icon-cache
depends = ki18n
depends = knotifications
depends = taglib
diff --git a/PKGBUILD b/PKGBUILD
index 8a32fcd33da0..f59f0f8b4208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Josip Ponjavic <josipponjavic at gmail dot com>
pkgname=babe-git
-pkgver=0.5.Beta.r163.geba9061
+pkgver=0.5.Beta.r178.g89e87a1
pkgrel=1
pkgdesc='Tiny Qt Music Player to keep your favorite songs at hand'
arch=('i686' 'x86_64')
url="https://babe.kde.org/"
license=('GPL3')
-depends=('hicolor-icon-theme' 'ki18n' 'knotifications' 'taglib')
+depends=('desktop-file-utils' 'gtk-update-icon-cache' 'ki18n' 'knotifications' 'taglib')
makedepends=('extra-cmake-modules' 'git' 'python')
optdepends=('youtube-dl: youtube support')
provides=("${pkgname%-*}")
@@ -29,7 +29,5 @@ build() {
}
package() {
- cd babe
- make DESTDIR="${pkgdir}/" install
- install -Dm755 data/babe.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/babe.svg"
+ make -C babe DESTDIR="${pkgdir}/" install
}