summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorevorster2016-07-06 10:40:01 +0200
committerevorster2016-07-06 10:40:01 +0200
commit1582851c5d810e30d55251f9f09f312d2fdaf402 (patch)
treecbd7d3f83f88ee4c04aa6626c9ead35289257499
parentd037e85eae51870691779307703b072ba8242311 (diff)
downloadaur-1582851c5d810e30d55251f9f09f312d2fdaf402.tar.gz
Removed unnecessary dependancies
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0633733e4695..2352e6c2551c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kdenlive-git
- pkgdesc = A non-linear video editor for Linux using the MLT video framework. KF5 Frameworks (GIT Version)
- pkgver = 16.07.70.r7601.2fe5a63
+ pkgdesc = A non-linear video editor for Linux using the MLT video framework. KF5 Frameworks (Latest Applications GIT Version)
+ pkgver = 16.07.70.r7612.9a6517c
pkgrel = 1
url = http://www.kdenlive.org/
install = kdenlive-git.install
@@ -11,17 +11,9 @@ pkgbase = kdenlive-git
makedepends = kdoctools
makedepends = git
makedepends = v4l-utils
- depends = glu
- depends = kded
- depends = qt5-quickcontrols
- depends = plasma-desktop
- depends = python
- depends = v4l-utils
- depends = breeze-icons
depends = qt5-webkit
depends = kfilemetadata
depends = knewstuff
- depends = kplotting
depends = knotifyconfig
depends = mlt
depends = hicolor-icon-theme
@@ -33,6 +25,7 @@ pkgbase = kdenlive-git
optdepends = recordmydesktop: for screen capture
optdepends = xine-ui: for DVD preview
optdepends = oxygen-icons: optional for xfce
+ optdepends = breeze-icons: otional for default theme
provides = kdenlive
conflicts = kdenlive
source = git://anongit.kde.org/kdenlive
diff --git a/PKGBUILD b/PKGBUILD
index e59b37afaf75..b77f9ca6d9c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,13 @@
pkgname=kdenlive-git
-pkgver=16.07.70.r7601.2fe5a63
+pkgver=16.07.70.r7612.9a6517c
pkgrel=1
-pkgdesc="A non-linear video editor for Linux using the MLT video framework. KF5 Frameworks (GIT Version)"
+pkgdesc="A non-linear video editor for Linux using the MLT video framework. KF5 Frameworks (Latest Applications GIT Version)"
arch=('i686' 'x86_64')
url="http://www.kdenlive.org/"
license=('GPL')
-depends=('glu' 'kded' 'qt5-quickcontrols' 'plasma-desktop' 'python' 'v4l-utils' 'breeze-icons' 'qt5-webkit'
- 'kfilemetadata' 'knewstuff' 'kplotting' 'knotifyconfig' 'mlt' 'hicolor-icon-theme')
+depends=('qt5-webkit' 'kfilemetadata' 'knewstuff' 'knotifyconfig' 'mlt' 'hicolor-icon-theme')
makedepends=('extra-cmake-modules' 'kdoctools' 'git' 'v4l-utils')
optdepends=('ffmpeg: for FFmpeg plugin'
'cdrkit: for creation of DVD ISO images'
@@ -23,11 +22,13 @@ optdepends=('ffmpeg: for FFmpeg plugin'
'libdv: for webcam capture (if FFmpeg is not installed)'
'recordmydesktop: for screen capture'
'xine-ui: for DVD preview'
- 'oxygen-icons: optional for xfce')
+ 'oxygen-icons: optional for xfce'
+ 'breeze-icons: otional for default theme')
provides=('kdenlive')
conflicts=('kdenlive')
#source=(${pkgname}::git://anongit.kde.org/kdenlive)
-source=(git://anongit.kde.org/kdenlive)
+#source=(git://anongit.kde.org/kdenlive)
+source=('git://anongit.kde.org/kdenlive')
sha1sums=('SKIP')
install=$pkgname.install
#options=(debug !strip)