[arch-commits] Commit in cage/repos/community-staging-x86_64 (3 files)
David Runge
dvzrv at archlinux.org
Thu Jul 16 17:44:54 UTC 2020
Date: Thursday, July 16, 2020 @ 17:44:54
Author: dvzrv
Revision: 664137
archrelease: copy trunk to community-staging-x86_64
Added:
cage/repos/community-staging-x86_64/PKGBUILD
(from rev 664136, cage/trunk/PKGBUILD)
Deleted:
cage/repos/community-staging-x86_64/PKGBUILD
cage/repos/community-staging-x86_64/cage-0.1.2-scdoc.patch
------------------------+
PKGBUILD | 83 +++++++++++++++++++++--------------------------
cage-0.1.2-scdoc.patch | 13 -------
2 files changed, 38 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-16 17:44:23 UTC (rev 664136)
+++ PKGBUILD 2020-07-16 17:44:54 UTC (rev 664137)
@@ -1,45 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Maintainer: Brett Cornwall <ainola at archlinux.org>
-
-pkgname=cage
-pkgver=0.1.2
-pkgrel=1
-pkgdesc="A kiosk compositor for Wayland"
-arch=('x86_64')
-url="https://www.hjdskes.nl/projects/cage/"
-license=('MIT')
-depends=('glibc' 'libxkbcommon' 'polkit' 'pixman' 'wayland')
-makedepends=('git' 'meson' 'scdoc' 'wayland-protocols' 'wlroots'
-'xorg-server-xwayland')
-optdepends=('xorg-server-xwayland: X11 support')
-source=("${pkgname}::git+https://github.com/Hjdskes/${pkgname}.git#tag=v${pkgver}?signed"
- "${pkgname}-0.1.2-scdoc.patch")
-sha512sums=('SKIP'
- '20cb1ccfd14c6e27df6487c42d98fde672fec084bcd221717aeeceed7739705cc7d8ac5261bfa526c8f20f37305f2c5827f023d620aaebba1d83ea2385d29d9a')
-validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes <dev at hjdskes.nl>
-
-prepare() {
- cd "$pkgname"
- patch -Np1 -i "../${pkgname}-0.1.2-scdoc.patch"
-}
-
-build() {
- cd "$pkgname"
- arch-meson --prefix=/usr \
- --libdir=lib \
- --buildtype=release \
- -Dxwayland=true \
- build
- ninja -C build
-}
-
-package() {
- depends+=('libwlroots.so')
- cd "$pkgname"
- DESTDIR="${pkgdir}" meson install -C build
- #docs
- install -vDm 644 README.md \
- -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -vDm 644 LICENSE \
- -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
Copied: cage/repos/community-staging-x86_64/PKGBUILD (from rev 664136, cage/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-16 17:44:54 UTC (rev 664137)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+
+pkgname=cage
+pkgver=0.1.2.1
+pkgrel=1
+pkgdesc="A kiosk compositor for Wayland"
+arch=('x86_64')
+url="https://www.hjdskes.nl/projects/cage/"
+license=('MIT')
+depends=('glibc' 'libxkbcommon' 'polkit' 'pixman' 'wayland')
+makedepends=('git' 'meson' 'scdoc' 'wayland-protocols' 'wlroots'
+'xorg-server-xwayland')
+optdepends=('xorg-server-xwayland: X11 support')
+source=("${pkgname}::git+https://github.com/Hjdskes/${pkgname}.git#tag=v${pkgver}?signed")
+sha512sums=('SKIP')
+validpgpkeys=('13B6A35E9FD677D02CD68DBE37C445296EBC43B1') # Jente Hidskes <dev at hjdskes.nl>
+
+build() {
+ cd "$pkgname"
+ arch-meson --prefix=/usr \
+ --libdir=lib \
+ --buildtype=release \
+ -Dxwayland=true \
+ build
+ ninja -C build
+}
+
+package() {
+ depends+=('libwlroots.so')
+ cd "$pkgname"
+ DESTDIR="${pkgdir}" meson install -C build
+ #docs
+ install -vDm 644 README.md \
+ -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -vDm 644 LICENSE \
+ -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
Deleted: cage-0.1.2-scdoc.patch
===================================================================
--- cage-0.1.2-scdoc.patch 2020-07-16 17:44:23 UTC (rev 664136)
+++ cage-0.1.2-scdoc.patch 2020-07-16 17:44:54 UTC (rev 664137)
@@ -1,13 +0,0 @@
-diff --git i/cage.1.scd w/cage.1.scd
-index a67cddf..4ca1bea 100644
---- i/cage.1.scd
-+++ w/cage.1.scd
-@@ -32,7 +32,7 @@ activities outside the scope of the running application are prevented.
- times, each resulting in an additional 90 degrees clockwise rotation.
-
- *-s*
-- Allow VT switching
-+ Allow VT switching
-
- *-v*
- Show the version number and exit.
More information about the arch-commits
mailing list