[arch-commits] Commit in kcm-touchpad-frameworks/repos (12 files)
Antonio Rojas
arojas at archlinux.org
Sat Feb 14 21:14:23 UTC 2015
Date: Saturday, February 14, 2015 @ 22:14:23
Author: arojas
Revision: 127718
archrelease: copy trunk to community-i686, community-x86_64
Added:
kcm-touchpad-frameworks/repos/community-i686/PKGBUILD
(from rev 127717, kcm-touchpad-frameworks/trunk/PKGBUILD)
kcm-touchpad-frameworks/repos/community-i686/fix-plasmoid.patch
(from rev 127717, kcm-touchpad-frameworks/trunk/fix-plasmoid.patch)
kcm-touchpad-frameworks/repos/community-i686/kcm-touchpad-frameworks.install
(from rev 127717, kcm-touchpad-frameworks/trunk/kcm-touchpad-frameworks.install)
kcm-touchpad-frameworks/repos/community-x86_64/PKGBUILD
(from rev 127717, kcm-touchpad-frameworks/trunk/PKGBUILD)
kcm-touchpad-frameworks/repos/community-x86_64/fix-plasmoid.patch
(from rev 127717, kcm-touchpad-frameworks/trunk/fix-plasmoid.patch)
kcm-touchpad-frameworks/repos/community-x86_64/kcm-touchpad-frameworks.install
(from rev 127717, kcm-touchpad-frameworks/trunk/kcm-touchpad-frameworks.install)
Deleted:
kcm-touchpad-frameworks/repos/community-i686/PKGBUILD
kcm-touchpad-frameworks/repos/community-i686/fix-plasmoid.patch
kcm-touchpad-frameworks/repos/community-i686/kcm-touchpad-frameworks.install
kcm-touchpad-frameworks/repos/community-x86_64/PKGBUILD
kcm-touchpad-frameworks/repos/community-x86_64/fix-plasmoid.patch
kcm-touchpad-frameworks/repos/community-x86_64/kcm-touchpad-frameworks.install
--------------------------------------------------+
/PKGBUILD | 80 ++++++++++++++
/fix-plasmoid.patch | 114 +++++++++++++++++++++
/kcm-touchpad-frameworks.install | 22 ++++
community-i686/PKGBUILD | 41 -------
community-i686/fix-plasmoid.patch | 57 ----------
community-i686/kcm-touchpad-frameworks.install | 11 --
community-x86_64/PKGBUILD | 41 -------
community-x86_64/fix-plasmoid.patch | 57 ----------
community-x86_64/kcm-touchpad-frameworks.install | 11 --
9 files changed, 216 insertions(+), 218 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-02-14 21:14:01 UTC (rev 127717)
+++ community-i686/PKGBUILD 2015-02-14 21:14:23 UTC (rev 127718)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Alexander Mezin <mezin.alexander at gmail.com>
-
-pkgname=kcm-touchpad-frameworks
-pkgver=5.1.95
-pkgrel=3
-pkgdesc='KCM, daemon and applet for touchpad'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kcm-touchpad'
-license=('GPL')
-depends=('xf86-input-synaptics' 'xcb-util-cursor' 'plasma-framework' 'knotifyconfig' 'kded')
-makedepends=('extra-cmake-modules' 'xorg-server-devel')
-groups=('plasma-next')
-conflicts=('kcm-touchpad')
-source=("http://download.kde.org/unstable/plasma/$pkgver/kcm-touchpad-$pkgver.tar.xz" 'fix-plasmoid.patch')
-install=$pkgname.install
-md5sums=('25f22612196f820dafe395cdf2fdf0a8'
- '1e47e7680850b14432f880fa27c8237b')
-
-prepare() {
- mkdir -p build
-
- cd kcm-touchpad-$pkgver
-# fix plasmoid loading
- patch -p1 -i $srcdir/fix-plasmoid.patch
-}
-
-build() {
- cd build
- cmake ../kcm-touchpad-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kcm-touchpad-frameworks/repos/community-i686/PKGBUILD (from rev 127717, kcm-touchpad-frameworks/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-14 21:14:23 UTC (rev 127718)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Alexander Mezin <mezin.alexander at gmail.com>
+
+pkgname=kcm-touchpad-frameworks
+pkgver=5.1.95
+pkgrel=4
+pkgdesc='KCM, daemon and applet for touchpad'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kcm-touchpad'
+license=('GPL')
+depends=('xf86-input-synaptics' 'xcb-util-cursor' 'plasma-framework' 'knotifyconfig' 'kded')
+makedepends=('extra-cmake-modules' 'xorg-server-devel')
+conflicts=('kcm-touchpad')
+source=("http://download.kde.org/unstable/plasma/$pkgver/kcm-touchpad-$pkgver.tar.xz" 'fix-plasmoid.patch')
+install=$pkgname.install
+md5sums=('25f22612196f820dafe395cdf2fdf0a8'
+ '1e47e7680850b14432f880fa27c8237b')
+
+prepare() {
+ mkdir -p build
+
+ cd kcm-touchpad-$pkgver
+# fix plasmoid loading
+ patch -p1 -i $srcdir/fix-plasmoid.patch
+}
+
+build() {
+ cd build
+ cmake ../kcm-touchpad-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-i686/fix-plasmoid.patch
===================================================================
--- community-i686/fix-plasmoid.patch 2015-02-14 21:14:01 UTC (rev 127717)
+++ community-i686/fix-plasmoid.patch 2015-02-14 21:14:23 UTC (rev 127718)
@@ -1,57 +0,0 @@
-diff --git a/src/applet/qml/contents/ui/touchpad.qml b/src/applet/qml/contents/ui/touchpad.qml
-index 2dcb808..00f0f5d 100644
---- a/src/applet/qml/contents/ui/touchpad.qml
-+++ b/src/applet/qml/contents/ui/touchpad.qml
-@@ -21,7 +21,6 @@
- import QtQuick 2.0
- import org.kde.plasma.core 2.0 as PlasmaCore
- import org.kde.plasma.components 2.0 as PlasmaComponents
--import org.kde.qtextracomponents 2.0
-
- Item {
- id: root
-@@ -84,28 +83,28 @@ Item {
- }
- }
-
-- QIconItem {
-+ PlasmaCore.IconItem {
- anchors.fill: parent
- visible: !hasTouchpad
-- icon: "dialog-warning"
-- }
-+ source: "dialog-warning"
-
-- PlasmaCore.ToolTip {
-- target: root
-- mainText: {
-- if (!hasTouchpad) {
-- return i18n("No touchpad was found");
-- }
-
-- return enabled ? i18n("Touchpad is enabled")
-- : i18n("Touchpad is disabled")
-- }
-- image: {
-- if (!hasTouchpad) {
-- return "dialog-error"
-+ PlasmaCore.ToolTipArea {
-+ mainText: {
-+ if (!hasTouchpad) {
-+ return i18n("No touchpad was found");
-+ }
-+
-+ return enabled ? i18n("Touchpad is enabled")
-+ : i18n("Touchpad is disabled")
- }
-+ image: {
-+ if (!hasTouchpad) {
-+ return "dialog-error"
-+ }
-
-- return enabled ? "input-touchpad" : "process-stop"
-+ return enabled ? "input-touchpad" : "process-stop"
-+ }
- }
- }
-
Copied: kcm-touchpad-frameworks/repos/community-i686/fix-plasmoid.patch (from rev 127717, kcm-touchpad-frameworks/trunk/fix-plasmoid.patch)
===================================================================
--- community-i686/fix-plasmoid.patch (rev 0)
+++ community-i686/fix-plasmoid.patch 2015-02-14 21:14:23 UTC (rev 127718)
@@ -0,0 +1,57 @@
+diff --git a/src/applet/qml/contents/ui/touchpad.qml b/src/applet/qml/contents/ui/touchpad.qml
+index 2dcb808..00f0f5d 100644
+--- a/src/applet/qml/contents/ui/touchpad.qml
++++ b/src/applet/qml/contents/ui/touchpad.qml
+@@ -21,7 +21,6 @@
+ import QtQuick 2.0
+ import org.kde.plasma.core 2.0 as PlasmaCore
+ import org.kde.plasma.components 2.0 as PlasmaComponents
+-import org.kde.qtextracomponents 2.0
+
+ Item {
+ id: root
+@@ -84,28 +83,28 @@ Item {
+ }
+ }
+
+- QIconItem {
++ PlasmaCore.IconItem {
+ anchors.fill: parent
+ visible: !hasTouchpad
+- icon: "dialog-warning"
+- }
++ source: "dialog-warning"
+
+- PlasmaCore.ToolTip {
+- target: root
+- mainText: {
+- if (!hasTouchpad) {
+- return i18n("No touchpad was found");
+- }
+
+- return enabled ? i18n("Touchpad is enabled")
+- : i18n("Touchpad is disabled")
+- }
+- image: {
+- if (!hasTouchpad) {
+- return "dialog-error"
++ PlasmaCore.ToolTipArea {
++ mainText: {
++ if (!hasTouchpad) {
++ return i18n("No touchpad was found");
++ }
++
++ return enabled ? i18n("Touchpad is enabled")
++ : i18n("Touchpad is disabled")
+ }
++ image: {
++ if (!hasTouchpad) {
++ return "dialog-error"
++ }
+
+- return enabled ? "input-touchpad" : "process-stop"
++ return enabled ? "input-touchpad" : "process-stop"
++ }
+ }
+ }
+
Deleted: community-i686/kcm-touchpad-frameworks.install
===================================================================
--- community-i686/kcm-touchpad-frameworks.install 2015-02-14 21:14:01 UTC (rev 127717)
+++ community-i686/kcm-touchpad-frameworks.install 2015-02-14 21:14:23 UTC (rev 127718)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kcm-touchpad-frameworks/repos/community-i686/kcm-touchpad-frameworks.install (from rev 127717, kcm-touchpad-frameworks/trunk/kcm-touchpad-frameworks.install)
===================================================================
--- community-i686/kcm-touchpad-frameworks.install (rev 0)
+++ community-i686/kcm-touchpad-frameworks.install 2015-02-14 21:14:23 UTC (rev 127718)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-02-14 21:14:01 UTC (rev 127717)
+++ community-x86_64/PKGBUILD 2015-02-14 21:14:23 UTC (rev 127718)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Alexander Mezin <mezin.alexander at gmail.com>
-
-pkgname=kcm-touchpad-frameworks
-pkgver=5.1.95
-pkgrel=3
-pkgdesc='KCM, daemon and applet for touchpad'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kcm-touchpad'
-license=('GPL')
-depends=('xf86-input-synaptics' 'xcb-util-cursor' 'plasma-framework' 'knotifyconfig' 'kded')
-makedepends=('extra-cmake-modules' 'xorg-server-devel')
-groups=('plasma-next')
-conflicts=('kcm-touchpad')
-source=("http://download.kde.org/unstable/plasma/$pkgver/kcm-touchpad-$pkgver.tar.xz" 'fix-plasmoid.patch')
-install=$pkgname.install
-md5sums=('25f22612196f820dafe395cdf2fdf0a8'
- '1e47e7680850b14432f880fa27c8237b')
-
-prepare() {
- mkdir -p build
-
- cd kcm-touchpad-$pkgver
-# fix plasmoid loading
- patch -p1 -i $srcdir/fix-plasmoid.patch
-}
-
-build() {
- cd build
- cmake ../kcm-touchpad-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kcm-touchpad-frameworks/repos/community-x86_64/PKGBUILD (from rev 127717, kcm-touchpad-frameworks/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-14 21:14:23 UTC (rev 127718)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Alexander Mezin <mezin.alexander at gmail.com>
+
+pkgname=kcm-touchpad-frameworks
+pkgver=5.1.95
+pkgrel=4
+pkgdesc='KCM, daemon and applet for touchpad'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kcm-touchpad'
+license=('GPL')
+depends=('xf86-input-synaptics' 'xcb-util-cursor' 'plasma-framework' 'knotifyconfig' 'kded')
+makedepends=('extra-cmake-modules' 'xorg-server-devel')
+conflicts=('kcm-touchpad')
+source=("http://download.kde.org/unstable/plasma/$pkgver/kcm-touchpad-$pkgver.tar.xz" 'fix-plasmoid.patch')
+install=$pkgname.install
+md5sums=('25f22612196f820dafe395cdf2fdf0a8'
+ '1e47e7680850b14432f880fa27c8237b')
+
+prepare() {
+ mkdir -p build
+
+ cd kcm-touchpad-$pkgver
+# fix plasmoid loading
+ patch -p1 -i $srcdir/fix-plasmoid.patch
+}
+
+build() {
+ cd build
+ cmake ../kcm-touchpad-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/fix-plasmoid.patch
===================================================================
--- community-x86_64/fix-plasmoid.patch 2015-02-14 21:14:01 UTC (rev 127717)
+++ community-x86_64/fix-plasmoid.patch 2015-02-14 21:14:23 UTC (rev 127718)
@@ -1,57 +0,0 @@
-diff --git a/src/applet/qml/contents/ui/touchpad.qml b/src/applet/qml/contents/ui/touchpad.qml
-index 2dcb808..00f0f5d 100644
---- a/src/applet/qml/contents/ui/touchpad.qml
-+++ b/src/applet/qml/contents/ui/touchpad.qml
-@@ -21,7 +21,6 @@
- import QtQuick 2.0
- import org.kde.plasma.core 2.0 as PlasmaCore
- import org.kde.plasma.components 2.0 as PlasmaComponents
--import org.kde.qtextracomponents 2.0
-
- Item {
- id: root
-@@ -84,28 +83,28 @@ Item {
- }
- }
-
-- QIconItem {
-+ PlasmaCore.IconItem {
- anchors.fill: parent
- visible: !hasTouchpad
-- icon: "dialog-warning"
-- }
-+ source: "dialog-warning"
-
-- PlasmaCore.ToolTip {
-- target: root
-- mainText: {
-- if (!hasTouchpad) {
-- return i18n("No touchpad was found");
-- }
-
-- return enabled ? i18n("Touchpad is enabled")
-- : i18n("Touchpad is disabled")
-- }
-- image: {
-- if (!hasTouchpad) {
-- return "dialog-error"
-+ PlasmaCore.ToolTipArea {
-+ mainText: {
-+ if (!hasTouchpad) {
-+ return i18n("No touchpad was found");
-+ }
-+
-+ return enabled ? i18n("Touchpad is enabled")
-+ : i18n("Touchpad is disabled")
- }
-+ image: {
-+ if (!hasTouchpad) {
-+ return "dialog-error"
-+ }
-
-- return enabled ? "input-touchpad" : "process-stop"
-+ return enabled ? "input-touchpad" : "process-stop"
-+ }
- }
- }
-
Copied: kcm-touchpad-frameworks/repos/community-x86_64/fix-plasmoid.patch (from rev 127717, kcm-touchpad-frameworks/trunk/fix-plasmoid.patch)
===================================================================
--- community-x86_64/fix-plasmoid.patch (rev 0)
+++ community-x86_64/fix-plasmoid.patch 2015-02-14 21:14:23 UTC (rev 127718)
@@ -0,0 +1,57 @@
+diff --git a/src/applet/qml/contents/ui/touchpad.qml b/src/applet/qml/contents/ui/touchpad.qml
+index 2dcb808..00f0f5d 100644
+--- a/src/applet/qml/contents/ui/touchpad.qml
++++ b/src/applet/qml/contents/ui/touchpad.qml
+@@ -21,7 +21,6 @@
+ import QtQuick 2.0
+ import org.kde.plasma.core 2.0 as PlasmaCore
+ import org.kde.plasma.components 2.0 as PlasmaComponents
+-import org.kde.qtextracomponents 2.0
+
+ Item {
+ id: root
+@@ -84,28 +83,28 @@ Item {
+ }
+ }
+
+- QIconItem {
++ PlasmaCore.IconItem {
+ anchors.fill: parent
+ visible: !hasTouchpad
+- icon: "dialog-warning"
+- }
++ source: "dialog-warning"
+
+- PlasmaCore.ToolTip {
+- target: root
+- mainText: {
+- if (!hasTouchpad) {
+- return i18n("No touchpad was found");
+- }
+
+- return enabled ? i18n("Touchpad is enabled")
+- : i18n("Touchpad is disabled")
+- }
+- image: {
+- if (!hasTouchpad) {
+- return "dialog-error"
++ PlasmaCore.ToolTipArea {
++ mainText: {
++ if (!hasTouchpad) {
++ return i18n("No touchpad was found");
++ }
++
++ return enabled ? i18n("Touchpad is enabled")
++ : i18n("Touchpad is disabled")
+ }
++ image: {
++ if (!hasTouchpad) {
++ return "dialog-error"
++ }
+
+- return enabled ? "input-touchpad" : "process-stop"
++ return enabled ? "input-touchpad" : "process-stop"
++ }
+ }
+ }
+
Deleted: community-x86_64/kcm-touchpad-frameworks.install
===================================================================
--- community-x86_64/kcm-touchpad-frameworks.install 2015-02-14 21:14:01 UTC (rev 127717)
+++ community-x86_64/kcm-touchpad-frameworks.install 2015-02-14 21:14:23 UTC (rev 127718)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kcm-touchpad-frameworks/repos/community-x86_64/kcm-touchpad-frameworks.install (from rev 127717, kcm-touchpad-frameworks/trunk/kcm-touchpad-frameworks.install)
===================================================================
--- community-x86_64/kcm-touchpad-frameworks.install (rev 0)
+++ community-x86_64/kcm-touchpad-frameworks.install 2015-02-14 21:14:23 UTC (rev 127718)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list