[arch-commits] Commit in wtype/repos/community-x86_64 (PKGBUILD PKGBUILD)
Daniel M. Capella
polyzen at gemini.archlinux.org
Thu Jan 27 03:04:07 UTC 2022
Date: Thursday, January 27, 2022 @ 03:04:07
Author: polyzen
Revision: 1116208
archrelease: copy trunk to community-x86_64
Added:
wtype/repos/community-x86_64/PKGBUILD
(from rev 1116207, wtype/trunk/PKGBUILD)
Deleted:
wtype/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-27 03:03:44 UTC (rev 1116207)
+++ PKGBUILD 2022-01-27 03:04:07 UTC (rev 1116208)
@@ -1,28 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Carlo Teubner <carlo at cteubner.net>
-
-pkgname=wtype
-pkgver=0.3
-pkgrel=2
-pkgdesc='xdotool type for wayland'
-arch=('x86_64')
-url=https://github.com/atx/wtype
-license=('MIT')
-depends=('libxkbcommon' 'wayland')
-makedepends=('meson')
-source=("$url/archive/v$pkgver/wtype-v$pkgver.tar.gz")
-b2sums=('cbf6daa8e47ab7e7f07b750e136a0845821eca217a66a0baf4e65c2aa18ebc2db6ef7301f7547848056440f578570527904134be7da8f86fd838ae086e78aae9')
-
-build() {
- cd wtype-$pkgver
- arch-meson build
- ninja -C build
-}
-
-package() {
- cd wtype-$pkgver
- DESTDIR="$pkgdir" ninja -C build install
- install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: wtype/repos/community-x86_64/PKGBUILD (from rev 1116207, wtype/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-27 03:04:07 UTC (rev 1116208)
@@ -0,0 +1,28 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Carlo Teubner <carlo at cteubner.net>
+
+pkgname=wtype
+pkgver=0.4
+pkgrel=1
+pkgdesc='xdotool type for wayland'
+arch=('x86_64')
+url=https://github.com/atx/wtype
+license=('MIT')
+depends=('libxkbcommon' 'wayland')
+makedepends=('meson')
+source=("$url/archive/v$pkgver/wtype-v$pkgver.tar.gz")
+b2sums=('90973cf1373795004c7f5ec0f5d20b93896c2a9abab9037edc75b9d4af2a14d2acf8fa22df444ea8cbd6594af396522912dd87fa80dd96c04dbfb206ddec69d1')
+
+build() {
+ cd wtype-$pkgver
+ arch-meson build
+ ninja -C build
+}
+
+package() {
+ cd wtype-$pkgver
+ DESTDIR="$pkgdir" ninja -C build install
+ install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list