[arch-commits] Commit in wezterm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Orhun Parmaksiz
orhun at archlinux.org
Tue May 4 10:22:51 UTC 2021
Date: Tuesday, May 4, 2021 @ 10:22:51
Author: orhun
Revision: 927372
archrelease: copy trunk to community-x86_64
Added:
wezterm/repos/community-x86_64/PKGBUILD
(from rev 927371, wezterm/trunk/PKGBUILD)
Deleted:
wezterm/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-04 10:21:58 UTC (rev 927371)
+++ PKGBUILD 2021-05-04 10:22:51 UTC (rev 927372)
@@ -1,52 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-
-pkgname=wezterm
-_pkgver=20210405-110924-a5bb5be8
-pkgver=20210405.110924.a5bb5be8
-pkgrel=1
-pkgdesc="A GPU-accelerated cross-platform terminal emulator and multiplexer"
-arch=('x86_64')
-url="https://github.com/wez/wezterm"
-license=('MIT')
-depends=(
- 'fontconfig'
- 'hicolor-icon-theme'
- 'wayland'
- 'libx11'
- 'libxkbcommon-x11'
- 'xcb-util-keysyms'
- 'xcb-util-wm'
- 'xcb-util-image'
- 'openssl'
-)
-makedepends=('rust' 'cargo' 'cmake' 'git' 'pkgconf' 'python')
-source=("git+$url.git#tag=$_pkgver")
-sha256sums=('SKIP')
-
-prepare() {
- cd "$pkgname"
- git submodule update --init --recursive
-}
-
-build() {
- cd "$pkgname"
- cargo build --release --locked
-}
-
-check() {
- cd "$pkgname"
- cargo test --release --locked
-}
-
-package() {
- cd "$pkgname"
- install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
- install -Dm 755 "target/release/$pkgname-gui" -t "$pkgdir/usr/bin"
- install -Dm 755 "target/release/$pkgname-mux-server" -t "$pkgdir/usr/bin"
- install -Dm 755 "target/release/strip-ansi-escapes" -t "$pkgdir/usr/bin"
- install -Dm 644 "assets/icon/terminal.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/org.wezfurlong.$pkgname.png"
- install -Dm 644 "assets/$pkgname.desktop" "$pkgdir/usr/share/applications/org.wezfurlong.$pkgname.desktop"
- install -Dm 644 "assets/$pkgname.appdata.xml" "$pkgdir/usr/share/metainfo/org.wezfurlong.$pkgname.appdata.xml"
- install -Dm 644 LICENSE.md -t "$pkgdir/usr/share/licenses/$pkgname"
- install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-}
Copied: wezterm/repos/community-x86_64/PKGBUILD (from rev 927371, wezterm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-04 10:22:51 UTC (rev 927372)
@@ -0,0 +1,52 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+
+pkgname=wezterm
+_pkgver=20210502-154244-3f7122cb
+pkgver=20210502.154244.3f7122cb
+pkgrel=1
+pkgdesc="A GPU-accelerated cross-platform terminal emulator and multiplexer"
+arch=('x86_64')
+url="https://github.com/wez/wezterm"
+license=('MIT')
+depends=(
+ 'fontconfig'
+ 'hicolor-icon-theme'
+ 'wayland'
+ 'libx11'
+ 'libxkbcommon-x11'
+ 'xcb-util-keysyms'
+ 'xcb-util-wm'
+ 'xcb-util-image'
+ 'openssl'
+)
+makedepends=('rust' 'cargo' 'cmake' 'git' 'pkgconf' 'python')
+source=("git+$url.git#tag=$_pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+ cd "$pkgname"
+ git submodule update --init --recursive
+}
+
+build() {
+ cd "$pkgname"
+ cargo build --release --locked
+}
+
+check() {
+ cd "$pkgname"
+ cargo test --release --locked
+}
+
+package() {
+ cd "$pkgname"
+ install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+ install -Dm 755 "target/release/$pkgname-gui" -t "$pkgdir/usr/bin"
+ install -Dm 755 "target/release/$pkgname-mux-server" -t "$pkgdir/usr/bin"
+ install -Dm 755 "target/release/strip-ansi-escapes" -t "$pkgdir/usr/bin"
+ install -Dm 644 "assets/icon/terminal.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/org.wezfurlong.$pkgname.png"
+ install -Dm 644 "assets/$pkgname.desktop" "$pkgdir/usr/share/applications/org.wezfurlong.$pkgname.desktop"
+ install -Dm 644 "assets/$pkgname.appdata.xml" "$pkgdir/usr/share/metainfo/org.wezfurlong.$pkgname.appdata.xml"
+ install -Dm 644 LICENSE.md -t "$pkgdir/usr/share/licenses/$pkgname"
+ install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+}
More information about the arch-commits
mailing list