[arch-commits] Commit in (6 files)
Antonio Rojas
arojas at archlinux.org
Sat Apr 11 20:47:18 UTC 2015
Date: Saturday, April 11, 2015 @ 22:47:18
Author: arojas
Revision: 236275
More fixes
Modified:
kinfocenter/kde-unstable/PKGBUILD
kio-extras/kde-unstable/PKGBUILD
kscreen/kde-unstable/PKGBUILD
oxygen/kde-unstable/PKGBUILD
plasma-desktop/kde-unstable/PKGBUILD
plasma-workspace/kde-unstable/PKGBUILD
----------------------------------------+
kinfocenter/kde-unstable/PKGBUILD | 2 +-
kio-extras/kde-unstable/PKGBUILD | 3 ---
kscreen/kde-unstable/PKGBUILD | 2 +-
oxygen/kde-unstable/PKGBUILD | 5 ++++-
plasma-desktop/kde-unstable/PKGBUILD | 7 +++----
plasma-workspace/kde-unstable/PKGBUILD | 2 +-
6 files changed, 10 insertions(+), 11 deletions(-)
Modified: kinfocenter/kde-unstable/PKGBUILD
===================================================================
--- kinfocenter/kde-unstable/PKGBUILD 2015-04-11 18:59:55 UTC (rev 236274)
+++ kinfocenter/kde-unstable/PKGBUILD 2015-04-11 20:47:18 UTC (rev 236275)
@@ -10,7 +10,7 @@
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/workspace/kinfocenter'
license=('LGPL')
-depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
+depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland' 'kdeclarative')
makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
conflicts=('kdebase-workspace')
groups=('plasma')
Modified: kio-extras/kde-unstable/PKGBUILD
===================================================================
--- kio-extras/kde-unstable/PKGBUILD 2015-04-11 18:59:55 UTC (rev 236274)
+++ kio-extras/kde-unstable/PKGBUILD 2015-04-11 20:47:18 UTC (rev 236275)
@@ -36,8 +36,5 @@
package() {
cd build
make DESTDIR="${pkgdir}" install
-
- # conflicts with kdebase-runtime
- mv "$pkgdir"/usr/share/config.kcfg/jpegcreatorsettings{,5}.kcfg
}
Modified: kscreen/kde-unstable/PKGBUILD
===================================================================
--- kscreen/kde-unstable/PKGBUILD 2015-04-11 18:59:55 UTC (rev 236274)
+++ kscreen/kde-unstable/PKGBUILD 2015-04-11 20:47:18 UTC (rev 236275)
@@ -10,7 +10,7 @@
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/workspace/kscreen'
license=('LGPL')
-depends=('kxmlgui' 'libkscreen' 'qt5-declarative' 'qt5-graphicaleffects')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects')
makedepends=('extra-cmake-modules' 'python')
conflicts=('kscreen-frameworks')
replaces=('kscreen-frameworks')
Modified: oxygen/kde-unstable/PKGBUILD
===================================================================
--- oxygen/kde-unstable/PKGBUILD 2015-04-11 18:59:55 UTC (rev 236274)
+++ oxygen/kde-unstable/PKGBUILD 2015-04-11 20:47:18 UTC (rev 236275)
@@ -40,7 +40,7 @@
package_oxygen() {
pkgdesc='KDE Oxygen style'
- depends=('frameworkintegration')
+ depends=('frameworkintegration' 'kdecoration')
optdepends=('oxygen-cursors: cursor themes for Plasma 5')
groups=('plasma')
@@ -49,6 +49,9 @@
# Cursors conflicts with kdebase-workspace
rm -r "${pkgdir}"/usr/share/icons/
+
+# Remove breeze translations
+ rm "$pkgdir"/usr/share/locale/*/LC_MESSAGES/breeze_kwin_deco.mo
}
package_oxygen-cursors() {
Modified: plasma-desktop/kde-unstable/PKGBUILD
===================================================================
--- plasma-desktop/kde-unstable/PKGBUILD 2015-04-11 18:59:55 UTC (rev 236274)
+++ plasma-desktop/kde-unstable/PKGBUILD 2015-04-11 20:47:18 UTC (rev 236275)
@@ -12,10 +12,9 @@
license=('LGPL')
depends=('powerdevil' 'polkit-kde-agent'
'libcanberra' 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit'
- 'systemsettings' 'ksysguard' 'breeze')
-makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'baloo')
-optdepends=('baloo: system indexing'
- 'plasma-nm: Network manager applet')
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost')
+optdepends=('plasma-nm: Network manager applet')
conflicts=('kdebase-workspace')
install="${pkgname}.install"
groups=('plasma')
Modified: plasma-workspace/kde-unstable/PKGBUILD
===================================================================
--- plasma-workspace/kde-unstable/PKGBUILD 2015-04-11 18:59:55 UTC (rev 236274)
+++ plasma-workspace/kde-unstable/PKGBUILD 2015-04-11 20:47:18 UTC (rev 236275)
@@ -18,7 +18,7 @@
depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'networkmanager-qt')
+ 'xorg-xmessage' 'xorg-xprop' 'milou' 'networkmanager-qt' 'breeze')
makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
'krunner' 'kxmlrpcclient')
groups=('plasma')
More information about the arch-commits
mailing list