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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Mon Apr 1 10:52:04 UTC 2013


    Date: Monday, April 1, 2013 @ 12:52:04
  Author: lfleischer
Revision: 87480

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

Added:
  easystroke/repos/community-i686/PKGBUILD
    (from rev 87479, easystroke/trunk/PKGBUILD)
  easystroke/repos/community-i686/easystroke.install
    (from rev 87479, easystroke/trunk/easystroke.install)
  easystroke/repos/community-x86_64/PKGBUILD
    (from rev 87479, easystroke/trunk/PKGBUILD)
  easystroke/repos/community-x86_64/easystroke.install
    (from rev 87479, easystroke/trunk/easystroke.install)
Deleted:
  easystroke/repos/community-i686/PKGBUILD
  easystroke/repos/community-i686/easystroke.install
  easystroke/repos/community-x86_64/PKGBUILD
  easystroke/repos/community-x86_64/easystroke.install

-------------------------------------+
 /PKGBUILD                           |   62 ++++++++++++++++++++++++++++++++++
 /easystroke.install                 |   26 ++++++++++++++
 community-i686/PKGBUILD             |   31 -----------------
 community-i686/easystroke.install   |   13 -------
 community-x86_64/PKGBUILD           |   31 -----------------
 community-x86_64/easystroke.install |   13 -------
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-01 10:47:26 UTC (rev 87479)
+++ community-i686/PKGBUILD	2013-04-01 10:52:04 UTC (rev 87480)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Kevin Sullivan <ksullivan at archlinux.us>
-
-pkgname=easystroke
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
-arch=('i686' 'x86_64')
-url='http://easystroke.sourceforge.net/'
-license=('custom:ISC')
-depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
-makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 'help2man')
-install=easystroke.install
-source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz")
-md5sums=('3b4f25d02a6b5ac57a8b7a06545869db')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make
-  make man
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-
-  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: easystroke/repos/community-i686/PKGBUILD (from rev 87479, easystroke/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-01 10:52:04 UTC (rev 87480)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Kevin Sullivan <ksullivan at archlinux.us>
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('i686' 'x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 'help2man')
+install=easystroke.install
+source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz")
+md5sums=('3b4f25d02a6b5ac57a8b7a06545869db')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make
+  make man
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+
+  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-i686/easystroke.install
===================================================================
--- community-i686/easystroke.install	2013-04-01 10:47:26 UTC (rev 87479)
+++ community-i686/easystroke.install	2013-04-01 10:52:04 UTC (rev 87480)
@@ -1,13 +0,0 @@
-pkgname=easystroke
-
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: easystroke/repos/community-i686/easystroke.install (from rev 87479, easystroke/trunk/easystroke.install)
===================================================================
--- community-i686/easystroke.install	                        (rev 0)
+++ community-i686/easystroke.install	2013-04-01 10:52:04 UTC (rev 87480)
@@ -0,0 +1,13 @@
+pkgname=easystroke
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-01 10:47:26 UTC (rev 87479)
+++ community-x86_64/PKGBUILD	2013-04-01 10:52:04 UTC (rev 87480)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Kevin Sullivan <ksullivan at archlinux.us>
-
-pkgname=easystroke
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
-arch=('i686' 'x86_64')
-url='http://easystroke.sourceforge.net/'
-license=('custom:ISC')
-depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
-makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 'help2man')
-install=easystroke.install
-source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz")
-md5sums=('3b4f25d02a6b5ac57a8b7a06545869db')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make
-  make man
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-
-  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: easystroke/repos/community-x86_64/PKGBUILD (from rev 87479, easystroke/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-01 10:52:04 UTC (rev 87480)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Kevin Sullivan <ksullivan at archlinux.us>
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('i686' 'x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 'help2man')
+install=easystroke.install
+source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz")
+md5sums=('3b4f25d02a6b5ac57a8b7a06545869db')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make
+  make man
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+
+  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/easystroke.install
===================================================================
--- community-x86_64/easystroke.install	2013-04-01 10:47:26 UTC (rev 87479)
+++ community-x86_64/easystroke.install	2013-04-01 10:52:04 UTC (rev 87480)
@@ -1,13 +0,0 @@
-pkgname=easystroke
-
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: easystroke/repos/community-x86_64/easystroke.install (from rev 87479, easystroke/trunk/easystroke.install)
===================================================================
--- community-x86_64/easystroke.install	                        (rev 0)
+++ community-x86_64/easystroke.install	2013-04-01 10:52:04 UTC (rev 87480)
@@ -0,0 +1,13 @@
+pkgname=easystroke
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list