summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Schlisio2017-04-04 23:26:42 +0200
committerG. Schlisio2017-04-04 23:26:42 +0200
commitfa9e3fd074c3fb0e74b235034e0814010a768c47 (patch)
tree44d906f88ef7f1c0a1e9a811f57c2daa60dd7e05
parent887eacb6b4a1e0c247c479cdfa7d2ef292c4e28a (diff)
downloadaur-fa9e3fd074c3fb0e74b235034e0814010a768c47.tar.gz
deps fixed
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35736eb5dcf8..1c5fe9d22992 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,10 @@ pkgbase = kmozillahelper
makedepends = cmake
makedepends = automoc4
makedepends = extra-cmake-modules
- depends = kdelibs
+ depends = kio
+ depends = knotifications
+ depends = kwindowsystem
+ depends = ki18n
source = kmozillahelper-5.0.1.tar.gz::https://github.com/openSUSE/kmozillahelper/archive/v5.0.1.tar.gz
md5sums = 58816fb988dc01a1b141a1d70ecd70ef
diff --git a/PKGBUILD b/PKGBUILD
index e55d1966916a..334ff63b0b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Mozilla KDE Integration."
url="https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-kde4-integration"
arch=("i686" "x86_64")
license=('MIT')
-depends=("kdelibs")
+depends=("kio" "knotifications" "kwindowsystem" "ki18n")
makedepends=("cmake" "automoc4" "extra-cmake-modules")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/openSUSE/kmozillahelper/archive/v${pkgver}.tar.gz")
md5sums=('58816fb988dc01a1b141a1d70ecd70ef')