[arch-commits] Commit in xdo/repos (community-i686/PKGBUILD community-x86_64/PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Oct 30 15:53:16 UTC 2016


    Date: Sunday, October 30, 2016 @ 15:53:15
  Author: arodseth
Revision: 194019

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

Added:
  xdo/repos/community-i686/PKGBUILD
    (from rev 194018, xdo/trunk/PKGBUILD)
  xdo/repos/community-x86_64/PKGBUILD
    (from rev 194018, xdo/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: xdo/repos/community-i686/PKGBUILD (from rev 194018, xdo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-30 15:53:15 UTC (rev 194019)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 194006 2016-10-30 14:58:09Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Thomas Berryhill <tb01110100 at gmail.com>
+# Contributor: Bastien Dejean <baskerville at lavabit.com>
+
+pkgname=xdo
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Utility for performing actions on windows in X'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/xdo'
+license=('BSD')
+depends=('libxcb' 'xcb-util-wm')
+makedepends=('git')
+source=("git://github.com/baskerville/xdo.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C xdo PREFIX=/usr
+}
+
+package() {
+  make -C xdo PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 xdo/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/baskerville/xdo/blob/master/VERSION
+# vim:set ts=2 sw=2 et:

Copied: xdo/repos/community-x86_64/PKGBUILD (from rev 194018, xdo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-30 15:53:15 UTC (rev 194019)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 194006 2016-10-30 14:58:09Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Thomas Berryhill <tb01110100 at gmail.com>
+# Contributor: Bastien Dejean <baskerville at lavabit.com>
+
+pkgname=xdo
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Utility for performing actions on windows in X'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/xdo'
+license=('BSD')
+depends=('libxcb' 'xcb-util-wm')
+makedepends=('git')
+source=("git://github.com/baskerville/xdo.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C xdo PREFIX=/usr
+}
+
+package() {
+  make -C xdo PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 xdo/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/baskerville/xdo/blob/master/VERSION
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list