[arch-commits] Commit in xdotool/trunk (PKGBUILD libxdo.pc-3.20210804.1)

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


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

upgpkg: xdotool 3.20210804.2-1: new upstream release

Modified:
  xdotool/trunk/PKGBUILD
Deleted:
  xdotool/trunk/libxdo.pc-3.20210804.1

------------------------+
 PKGBUILD               |   15 +++------------
 libxdo.pc-3.20210804.1 |    9 ---------
 2 files changed, 3 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-04 16:43:15 UTC (rev 993728)
+++ PKGBUILD	2021-08-04 17:17:13 UTC (rev 993729)
@@ -2,7 +2,7 @@
 # Contributor: Rttommy <rttommy at gmail.com>
 
 pkgname=xdotool
-pkgver=3.20210804.1
+pkgver=3.20210804.2
 pkgrel=1
 pkgdesc="Command-line X11 automation tool"
 arch=('x86_64')
@@ -9,18 +9,9 @@
 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')
+source=(https://github.com/jordansissel/xdotool/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('fde6b15b5978c91e0ecb78cc541a9987752e724820722e479dcc2efc17466c89')
 
-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

Deleted: libxdo.pc-3.20210804.1
===================================================================
--- libxdo.pc-3.20210804.1	2021-08-04 16:43:15 UTC (rev 993728)
+++ libxdo.pc-3.20210804.1	2021-08-04 17:17:13 UTC (rev 993729)
@@ -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