[arch-commits] Commit in (23 files)

Antonio Rojas arojas at archlinux.org
Mon Mar 23 20:04:39 UTC 2015


    Date: Monday, March 23, 2015 @ 21:04:39
  Author: arojas
Revision: 234577

Fix dependencies

Added:
  kdeedu-marble/kde-unstable/marble-qt.install
Modified:
  granatier/kde-unstable/PKGBUILD
  kapman/kde-unstable/PKGBUILD
  katomic/kde-unstable/PKGBUILD
  kblocks/kde-unstable/PKGBUILD
  kbounce/kde-unstable/PKGBUILD
  kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD
  kdenlive/kde-unstable/PKGBUILD
  kfourinline/kde-unstable/PKGBUILD
  killbots/kde-unstable/PKGBUILD
  kjumpingcube/kde-unstable/PKGBUILD
  kmines/kde-unstable/PKGBUILD
  knetwalk/kde-unstable/PKGBUILD
  kollision/kde-unstable/PKGBUILD
  kpatience/kde-unstable/PKGBUILD
  ksquares/kde-unstable/PKGBUILD
  kwordquiz/kde-unstable/PKGBUILD
  print-manager/kde-unstable/PKGBUILD
  rocs/kde-unstable/PKGBUILD
  telepathy-kde-auth-handler/kde-unstable/PKGBUILD
  telepathy-kde-desktop-applets/kde-unstable/PKGBUILD
  telepathy-kde-integration-module/kde-unstable/PKGBUILD
  telepathy-kde-text-ui/kde-unstable/PKGBUILD

--------------------------------------------------------+
 granatier/kde-unstable/PKGBUILD                        |    2 +-
 kapman/kde-unstable/PKGBUILD                           |    2 +-
 katomic/kde-unstable/PKGBUILD                          |    2 +-
 kblocks/kde-unstable/PKGBUILD                          |    2 +-
 kbounce/kde-unstable/PKGBUILD                          |    2 +-
 kdeedu-marble/kde-unstable/marble-qt.install           |   13 +++++++++++++
 kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD      |    2 +-
 kdenlive/kde-unstable/PKGBUILD                         |    2 +-
 kfourinline/kde-unstable/PKGBUILD                      |    2 +-
 killbots/kde-unstable/PKGBUILD                         |    2 +-
 kjumpingcube/kde-unstable/PKGBUILD                     |    2 +-
 kmines/kde-unstable/PKGBUILD                           |    2 +-
 knetwalk/kde-unstable/PKGBUILD                         |    2 +-
 kollision/kde-unstable/PKGBUILD                        |    2 +-
 kpatience/kde-unstable/PKGBUILD                        |    2 +-
 ksquares/kde-unstable/PKGBUILD                         |    2 +-
 kwordquiz/kde-unstable/PKGBUILD                        |    2 +-
 print-manager/kde-unstable/PKGBUILD                    |    2 +-
 rocs/kde-unstable/PKGBUILD                             |    2 +-
 telepathy-kde-auth-handler/kde-unstable/PKGBUILD       |    2 +-
 telepathy-kde-desktop-applets/kde-unstable/PKGBUILD    |    2 +-
 telepathy-kde-integration-module/kde-unstable/PKGBUILD |    2 +-
 telepathy-kde-text-ui/kde-unstable/PKGBUILD            |    2 +-
 23 files changed, 35 insertions(+), 22 deletions(-)

Modified: granatier/kde-unstable/PKGBUILD
===================================================================
--- granatier/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ granatier/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
+depends=('libkdegames' 'knotifyconfig')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-granatier')

Modified: kapman/kde-unstable/PKGBUILD
===================================================================
--- kapman/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ kapman/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
+depends=('libkdegames' 'knotifyconfig')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-kapman')

Modified: katomic/kde-unstable/PKGBUILD
===================================================================
--- katomic/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ katomic/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
+depends=('libkdegames' 'knotifyconfig')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-katomic')

Modified: kblocks/kde-unstable/PKGBUILD
===================================================================
--- kblocks/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ kblocks/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
+depends=('libkdegames' 'knotifyconfig')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-kblocks')

Modified: kbounce/kde-unstable/PKGBUILD
===================================================================
--- kbounce/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ kbounce/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
+depends=('libkdegames' 'knotifyconfig')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-kbounce')

Added: kdeedu-marble/kde-unstable/marble-qt.install
===================================================================
--- kdeedu-marble/kde-unstable/marble-qt.install	                        (rev 0)
+++ kdeedu-marble/kde-unstable/marble-qt.install	2015-03-23 20:04:39 UTC (rev 234577)
@@ -0,0 +1,13 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+    update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Modified: kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD
===================================================================
--- kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 depends=('strigi')
-makedepends=('cmake' 'automoc4')
+makedepends=('cmake' 'automoc4' 'kdelibs')
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")

Modified: kdenlive/kde-unstable/PKGBUILD
===================================================================
--- kdenlive/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ kdenlive/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -12,7 +12,7 @@
 url="http://www.kdenlive.org/"
 license=('GPL')
 groups=('kde-applications' 'kdemultimedia')
-depends=('knewstuff' 'kplotting' 'knotifyconfig' 'mlt' 'hicolor-icon-theme')
+depends=('knewstuff' 'kplotting' 'knotifyconfig' 'mlt' 'glu' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'kdoctools' 'v4l-utils')
 optdepends=('ffmpeg: for FFmpeg plugin'
             'cdrkit: for creation of DVD ISO images'

Modified: kfourinline/kde-unstable/PKGBUILD
===================================================================
--- kfourinline/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ kfourinline/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
+depends=('libkdegames' 'knotifyconfig')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-kfourinline')

Modified: killbots/kde-unstable/PKGBUILD
===================================================================
--- killbots/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ killbots/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
+depends=('libkdegames' 'knotifyconfig')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-killbots')

Modified: kjumpingcube/kde-unstable/PKGBUILD
===================================================================
--- kjumpingcube/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ kjumpingcube/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
+depends=('libkdegames' 'knotifyconfig')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-kjumpingcube')

Modified: kmines/kde-unstable/PKGBUILD
===================================================================
--- kmines/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ kmines/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
+depends=('libkdegames' 'knotifyconfig')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-kmines')

Modified: knetwalk/kde-unstable/PKGBUILD
===================================================================
--- knetwalk/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ knetwalk/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
+depends=('libkdegames' 'knotifyconfig')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-knetwalk')

Modified: kollision/kde-unstable/PKGBUILD
===================================================================
--- kollision/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ kollision/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
+depends=('libkdegames' 'knotifyconfig')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 install=${pkgname}.install
 conflicts=('kdegames-kollision')

Modified: kpatience/kde-unstable/PKGBUILD
===================================================================
--- kpatience/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ kpatience/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
+depends=('libkdegames' 'knotifyconfig')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-kpatience')

Modified: ksquares/kde-unstable/PKGBUILD
===================================================================
--- ksquares/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ ksquares/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames')
+depends=('libkdegames' 'knotifyconfig')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-ksquares')

Modified: kwordquiz/kde-unstable/PKGBUILD
===================================================================
--- kwordquiz/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ kwordquiz/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdeedu')
-depends=('knotifyconfig' 'libkeduvocdocument' 'knewstuff' 'kdelibs4support')
+depends=('knotifyconfig' 'libkeduvocdocument' 'knewstuff' 'kdelibs4support' 'kdeclarative')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdeedu-kwordquiz')

Modified: print-manager/kde-unstable/PKGBUILD
===================================================================
--- print-manager/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ print-manager/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
 license=('GPL' 'LGPL' 'FDL')
 depends=('libcups' 'kio')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'qt5-tools')
 optdepends=('system-config-printer: auto-detect the printer driver')
 replaces=('kdeutils-print-manager')
 conflicts=('kdeutils-print-manager')

Modified: rocs/kde-unstable/PKGBUILD
===================================================================
--- rocs/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ rocs/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -11,7 +11,7 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdeedu')
 depends=('grantlee-qt5' 'ktexteditor' 'kdeclarative' 'qt5-webkit')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
 install=${pkgname}.install
 conflicts=('kdeedu-rocs')
 replaces=('kdeedu-rocs')

Modified: telepathy-kde-auth-handler/kde-unstable/PKGBUILD
===================================================================
--- telepathy-kde-auth-handler/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ telepathy-kde-auth-handler/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
 license=('GPL')
 groups=('kde-applications' 'kdenetwork')
-depends=('qca-qt5' 'telepathy-kde-common-internals')
+depends=('qca-qt5' 'telepathy-kde-common-internals' 'kdewebkit')
 makedepends=('extra-cmake-modules')
 source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz")
 md5sums=('34538528418d37ef4f56247b7122ba5e')

Modified: telepathy-kde-desktop-applets/kde-unstable/PKGBUILD
===================================================================
--- telepathy-kde-desktop-applets/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ telepathy-kde-desktop-applets/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -11,7 +11,7 @@
 license=('GPL')
 groups=('kde-applications' 'kdenetwork')
 depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
-makedepends=('extra-cmake-modules')
+makedepends=('extra-cmake-modules' 'plasma-framework')
 source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz")
 md5sums=('8b9b82469a2bb773fcb7ca9d1eee7dde')
 

Modified: telepathy-kde-integration-module/kde-unstable/PKGBUILD
===================================================================
--- telepathy-kde-integration-module/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ telepathy-kde-integration-module/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
 license=('GPL')
 groups=('kde-applications' 'kdenetwork')
-depends=('telepathy-kde-common-internals')
+depends=('telepathy-kde-common-internals' 'kidletime')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz")
 md5sums=('790d0718954eefa70b3822ecee3ad2aa')

Modified: telepathy-kde-text-ui/kde-unstable/PKGBUILD
===================================================================
--- telepathy-kde-text-ui/kde-unstable/PKGBUILD	2015-03-23 19:34:41 UTC (rev 234576)
+++ telepathy-kde-text-ui/kde-unstable/PKGBUILD	2015-03-23 20:04:39 UTC (rev 234577)
@@ -10,7 +10,7 @@
 url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
 license=('GPL')
 groups=('kde-applications' 'kdenetwork')
-depends=('telepathy-kde-common-internals')
+depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz")
 md5sums=('844ff57d9219966632e7610303a2ce80')



More information about the arch-commits mailing list