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

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Mar 20 16:39:10 UTC 2014


    Date: Thursday, March 20, 2014 @ 17:39:09
  Author: andrea
Revision: 107996

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

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

---------------------------------------+
 /PKGBUILD                             |   68 ++++++++++++++++++++++++++++++++
 /kcm-touchpad.install                 |   22 ++++++++++
 community-i686/PKGBUILD               |   34 ----------------
 community-i686/kcm-touchpad.install   |   11 -----
 community-x86_64/PKGBUILD             |   34 ----------------
 community-x86_64/kcm-touchpad.install |   11 -----
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-20 16:39:00 UTC (rev 107995)
+++ community-i686/PKGBUILD	2014-03-20 16:39:09 UTC (rev 107996)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: A Rojas < nqn1976 @ gmail.com >
-# Contributor: Alexander Mezin <mezin.alexander at gmail.com>
-
-pkgname=kcm-touchpad
-pkgver=0.99
-pkgrel=1
-pkgdesc='KCM, daemon and applet for touchpad'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/utils/kcm-touchpad'
-license=('GPL')
-depends=('kdebase-workspace' 'xf86-input-synaptics')
-makedepends=('cmake' 'automoc4' 'xorg-server-devel')
-install="${pkgname}.install"
-source=("https://github.com/sanya-m/kde-touchpad-config/archive/v${pkgver}.tar.gz")
-md5sums=('3a7ab88eef4cd7c93e9d0783179cf852')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kde-touchpad-config-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kcm-touchpad/repos/community-i686/PKGBUILD (from rev 107995, kcm-touchpad/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-20 16:39:09 UTC (rev 107996)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: A Rojas < nqn1976 @ gmail.com >
+# Contributor: Alexander Mezin <mezin.alexander at gmail.com>
+
+pkgname=kcm-touchpad
+pkgver=1.0
+pkgrel=1
+pkgdesc='KCM, daemon and applet for touchpad'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/utils/kcm-touchpad'
+license=('GPL')
+depends=('kdebase-workspace' 'xf86-input-synaptics')
+makedepends=('cmake' 'automoc4' 'xorg-server-devel')
+install="${pkgname}.install"
+source=("https://github.com/sanya-m/kde-touchpad-config/archive/v${pkgver}.tar.gz")
+md5sums=('bed551868cdadf510582e32ea608243a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kde-touchpad-config-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/kcm-touchpad.install
===================================================================
--- community-i686/kcm-touchpad.install	2014-03-20 16:39:00 UTC (rev 107995)
+++ community-i686/kcm-touchpad.install	2014-03-20 16:39:09 UTC (rev 107996)
@@ -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/repos/community-i686/kcm-touchpad.install (from rev 107995, kcm-touchpad/trunk/kcm-touchpad.install)
===================================================================
--- community-i686/kcm-touchpad.install	                        (rev 0)
+++ community-i686/kcm-touchpad.install	2014-03-20 16:39:09 UTC (rev 107996)
@@ -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	2014-03-20 16:39:00 UTC (rev 107995)
+++ community-x86_64/PKGBUILD	2014-03-20 16:39:09 UTC (rev 107996)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: A Rojas < nqn1976 @ gmail.com >
-# Contributor: Alexander Mezin <mezin.alexander at gmail.com>
-
-pkgname=kcm-touchpad
-pkgver=0.99
-pkgrel=1
-pkgdesc='KCM, daemon and applet for touchpad'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/utils/kcm-touchpad'
-license=('GPL')
-depends=('kdebase-workspace' 'xf86-input-synaptics')
-makedepends=('cmake' 'automoc4' 'xorg-server-devel')
-install="${pkgname}.install"
-source=("https://github.com/sanya-m/kde-touchpad-config/archive/v${pkgver}.tar.gz")
-md5sums=('3a7ab88eef4cd7c93e9d0783179cf852')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kde-touchpad-config-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kcm-touchpad/repos/community-x86_64/PKGBUILD (from rev 107995, kcm-touchpad/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-20 16:39:09 UTC (rev 107996)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: A Rojas < nqn1976 @ gmail.com >
+# Contributor: Alexander Mezin <mezin.alexander at gmail.com>
+
+pkgname=kcm-touchpad
+pkgver=1.0
+pkgrel=1
+pkgdesc='KCM, daemon and applet for touchpad'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/utils/kcm-touchpad'
+license=('GPL')
+depends=('kdebase-workspace' 'xf86-input-synaptics')
+makedepends=('cmake' 'automoc4' 'xorg-server-devel')
+install="${pkgname}.install"
+source=("https://github.com/sanya-m/kde-touchpad-config/archive/v${pkgver}.tar.gz")
+md5sums=('bed551868cdadf510582e32ea608243a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kde-touchpad-config-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/kcm-touchpad.install
===================================================================
--- community-x86_64/kcm-touchpad.install	2014-03-20 16:39:00 UTC (rev 107995)
+++ community-x86_64/kcm-touchpad.install	2014-03-20 16:39:09 UTC (rev 107996)
@@ -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/repos/community-x86_64/kcm-touchpad.install (from rev 107995, kcm-touchpad/trunk/kcm-touchpad.install)
===================================================================
--- community-x86_64/kcm-touchpad.install	                        (rev 0)
+++ community-x86_64/kcm-touchpad.install	2014-03-20 16:39:09 UTC (rev 107996)
@@ -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