[arch-commits] Commit in kcm-touchpad/repos (6 files)

Allan McRae allan at archlinux.org
Tue Dec 8 16:23:31 UTC 2015


    Date: Tuesday, December 8, 2015 @ 17:23:31
  Author: allan
Revision: 150342

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  kcm-touchpad/repos/community-staging-i686/
  kcm-touchpad/repos/community-staging-i686/PKGBUILD
    (from rev 150341, kcm-touchpad/trunk/PKGBUILD)
  kcm-touchpad/repos/community-staging-i686/kcm-touchpad.install
    (from rev 150341, kcm-touchpad/trunk/kcm-touchpad.install)
  kcm-touchpad/repos/community-staging-x86_64/
  kcm-touchpad/repos/community-staging-x86_64/PKGBUILD
    (from rev 150341, kcm-touchpad/trunk/PKGBUILD)
  kcm-touchpad/repos/community-staging-x86_64/kcm-touchpad.install
    (from rev 150341, kcm-touchpad/trunk/kcm-touchpad.install)

-----------------------------------------------+
 community-staging-i686/PKGBUILD               |   34 ++++++++++++++++++++++++
 community-staging-i686/kcm-touchpad.install   |   11 +++++++
 community-staging-x86_64/PKGBUILD             |   34 ++++++++++++++++++++++++
 community-staging-x86_64/kcm-touchpad.install |   11 +++++++
 4 files changed, 90 insertions(+)

Copied: kcm-touchpad/repos/community-staging-i686/PKGBUILD (from rev 150341, kcm-touchpad/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-08 16:23:31 UTC (rev 150342)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alexander Mezin <mezin.alexander at gmail.com>
+
+pkgname=kcm-touchpad
+pkgver=1.1
+pkgrel=2
+pkgdesc='KCM, daemon and applet for touchpad'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kcm-touchpad'
+license=('GPL')
+depends=('kdebase-workspace' 'xf86-input-synaptics')
+makedepends=('cmake' 'automoc4' 'xorg-server-devel')
+install="${pkgname}.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sanya-m/kcm-touchpad/archive/v${pkgver}.tar.gz")
+md5sums=('84a107bc195a9fcf66694bf048c3dac9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kcm-touchpad-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcm-touchpad/repos/community-staging-i686/kcm-touchpad.install (from rev 150341, kcm-touchpad/trunk/kcm-touchpad.install)
===================================================================
--- community-staging-i686/kcm-touchpad.install	                        (rev 0)
+++ community-staging-i686/kcm-touchpad.install	2015-12-08 16:23:31 UTC (rev 150342)
@@ -0,0 +1,11 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: kcm-touchpad/repos/community-staging-x86_64/PKGBUILD (from rev 150341, kcm-touchpad/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-08 16:23:31 UTC (rev 150342)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alexander Mezin <mezin.alexander at gmail.com>
+
+pkgname=kcm-touchpad
+pkgver=1.1
+pkgrel=2
+pkgdesc='KCM, daemon and applet for touchpad'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kcm-touchpad'
+license=('GPL')
+depends=('kdebase-workspace' 'xf86-input-synaptics')
+makedepends=('cmake' 'automoc4' 'xorg-server-devel')
+install="${pkgname}.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sanya-m/kcm-touchpad/archive/v${pkgver}.tar.gz")
+md5sums=('84a107bc195a9fcf66694bf048c3dac9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kcm-touchpad-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcm-touchpad/repos/community-staging-x86_64/kcm-touchpad.install (from rev 150341, kcm-touchpad/trunk/kcm-touchpad.install)
===================================================================
--- community-staging-x86_64/kcm-touchpad.install	                        (rev 0)
+++ community-staging-x86_64/kcm-touchpad.install	2015-12-08 16:23:31 UTC (rev 150342)
@@ -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