[arch-commits] Commit in easystroke/repos (6 files)
Lukas Fleischer
lfleischer at archlinux.org
Wed Apr 22 07:08:18 UTC 2015
Date: Wednesday, April 22, 2015 @ 09:08:17
Author: lfleischer
Revision: 131893
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
easystroke/repos/community-staging-i686/
easystroke/repos/community-staging-i686/PKGBUILD
(from rev 131892, easystroke/trunk/PKGBUILD)
easystroke/repos/community-staging-i686/easystroke.install
(from rev 131892, easystroke/trunk/easystroke.install)
easystroke/repos/community-staging-x86_64/
easystroke/repos/community-staging-x86_64/PKGBUILD
(from rev 131892, easystroke/trunk/PKGBUILD)
easystroke/repos/community-staging-x86_64/easystroke.install
(from rev 131892, easystroke/trunk/easystroke.install)
---------------------------------------------+
community-staging-i686/PKGBUILD | 32 ++++++++++++++++++++++++++
community-staging-i686/easystroke.install | 13 ++++++++++
community-staging-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++
community-staging-x86_64/easystroke.install | 13 ++++++++++
4 files changed, 90 insertions(+)
Copied: easystroke/repos/community-staging-i686/PKGBUILD (from rev 131892, easystroke/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-22 07:08:17 UTC (rev 131893)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Kevin Sullivan <ksullivan at archlinux.us>
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=7
+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 "${pkgname}-${pkgver}"
+
+ make
+ make man
+}
+
+package() {
+ cd "${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-staging-i686/easystroke.install (from rev 131892, easystroke/trunk/easystroke.install)
===================================================================
--- community-staging-i686/easystroke.install (rev 0)
+++ community-staging-i686/easystroke.install 2015-04-22 07:08:17 UTC (rev 131893)
@@ -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
+}
Copied: easystroke/repos/community-staging-x86_64/PKGBUILD (from rev 131892, easystroke/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-04-22 07:08:17 UTC (rev 131893)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Kevin Sullivan <ksullivan at archlinux.us>
+
+pkgname=easystroke
+pkgver=0.6.0
+pkgrel=7
+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 "${pkgname}-${pkgver}"
+
+ make
+ make man
+}
+
+package() {
+ cd "${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-staging-x86_64/easystroke.install (from rev 131892, easystroke/trunk/easystroke.install)
===================================================================
--- community-staging-x86_64/easystroke.install (rev 0)
+++ community-staging-x86_64/easystroke.install 2015-04-22 07:08:17 UTC (rev 131893)
@@ -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