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

Kpcyrd kpcyrd at archlinux.org
Wed May 6 23:24:11 UTC 2020


    Date: Wednesday, May 6, 2020 @ 23:24:10
  Author: kpcyrd
Revision: 625224

archrelease: copy trunk to community-x86_64

Added:
  xdo/repos/community-x86_64/PKGBUILD
    (from rev 625223, xdo/trunk/PKGBUILD)
Deleted:
  xdo/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 23:21:31 UTC (rev 625223)
+++ PKGBUILD	2020-05-06 23:24:10 UTC (rev 625224)
@@ -1,29 +0,0 @@
-# $Id$
-# 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.7
-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' 'xcb-util')
-makedepends=('git')
-source=("https://github.com/baskerville/xdo.git#tag=$pkgver")
-sha256sums=('SKIP')
-b2sums=('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:ts=2 sw=2 et:

Copied: xdo/repos/community-x86_64/PKGBUILD (from rev 625223, xdo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-06 23:24:10 UTC (rev 625224)
@@ -0,0 +1,29 @@
+# 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.7
+pkgrel=2
+pkgdesc='Utility for performing actions on windows in X'
+arch=('x86_64')
+url='https://github.com/baskerville/xdo'
+license=('BSD')
+depends=('libxcb' 'xcb-util-wm' 'xcb-util')
+source=(https://github.com/baskerville/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('0978a8571a35899c916495c9d38458adb6c766db4d498dfacf2f0a46e373f7caa3c3e227096b3e60e03c67b972777cf7519e5b6eee7ebb91f82d4450ac0ff98d')
+b2sums=('04710f0a52dba22ef6e5556884ccd6a584e68167511f596aabcd19553d14a3b8d441b1a3d94cb927f5af3c9231690a9954ff8126d35f71a17d85d6aa3a31063f')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/baskerville/xdo/blob/master/VERSION
+# vim:ts=2 sw=2 et:



More information about the arch-commits mailing list