[arch-commits] Commit in xdotool/repos/community-x86_64 (3 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Aug 4 17:17:17 UTC 2021


    Date: Wednesday, August 4, 2021 @ 17:17:17
  Author: foutrelis
Revision: 993730

archrelease: copy trunk to community-x86_64

Added:
  xdotool/repos/community-x86_64/PKGBUILD
    (from rev 993729, xdotool/trunk/PKGBUILD)
Deleted:
  xdotool/repos/community-x86_64/PKGBUILD
  xdotool/repos/community-x86_64/libxdo.pc-3.20210804.1

------------------------+
 PKGBUILD               |   61 ++++++++++++++++++++---------------------------
 libxdo.pc-3.20210804.1 |    9 ------
 2 files changed, 26 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-04 17:17:13 UTC (rev 993729)
+++ PKGBUILD	2021-08-04 17:17:17 UTC (rev 993730)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Rttommy <rttommy at gmail.com>
-
-pkgname=xdotool
-pkgver=3.20210804.1
-pkgrel=1
-pkgdesc="Command-line X11 automation tool"
-arch=('x86_64')
-url="https://www.semicomplete.com/projects/xdotool/"
-license=('BSD')
-depends=('libxtst' 'libxinerama' 'libxkbcommon')
-source=(https://github.com/jordansissel/xdotool/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
-        libxdo.pc-$pkgver)
-sha256sums=('0dbdfc662c981c2cac31fa8c23d1aa680f1726c50511509ce98396b27a030201'
-            'b79715999168c68abffa2cb554caf62821fe7d40cc4ef3ceca83cfeb56ce8776')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # https://github.com/jordansissel/xdotool/pull/345
-  mv ../libxdo.pc-$pkgver libxdo.pc
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make WITHOUT_RPATH_FIX=1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir/usr" INSTALLMAN="$pkgdir/usr/share/man" install
-  install -Dm644 COPYRIGHT -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xdotool/repos/community-x86_64/PKGBUILD (from rev 993729, xdotool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-04 17:17:17 UTC (rev 993730)
@@ -0,0 +1,26 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Rttommy <rttommy at gmail.com>
+
+pkgname=xdotool
+pkgver=3.20210804.2
+pkgrel=1
+pkgdesc="Command-line X11 automation tool"
+arch=('x86_64')
+url="https://www.semicomplete.com/projects/xdotool/"
+license=('BSD')
+depends=('libxtst' 'libxinerama' 'libxkbcommon')
+source=(https://github.com/jordansissel/xdotool/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('fde6b15b5978c91e0ecb78cc541a9987752e724820722e479dcc2efc17466c89')
+
+build() {
+  cd $pkgname-$pkgver
+  make WITHOUT_RPATH_FIX=1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX="$pkgdir/usr" INSTALLMAN="$pkgdir/usr/share/man" install
+  install -Dm644 COPYRIGHT -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: libxdo.pc-3.20210804.1
===================================================================
--- libxdo.pc-3.20210804.1	2021-08-04 17:17:13 UTC (rev 993729)
+++ libxdo.pc-3.20210804.1	2021-08-04 17:17:17 UTC (rev 993730)
@@ -1,9 +0,0 @@
-libdir=/usr/local/lib
-includedir=/usr/local/include
-
-Name: libxdo
-Description: fake keyboard/mouse input, window management, and more
-Version: 3.20210804.1
-Requires: x11
-Libs: -L${libdir} -lxdo
-Cflags: -I${includedir}



More information about the arch-commits mailing list