[arch-commits] Commit in wezterm/repos/community-x86_64 (PKGBUILD PKGBUILD)

Orhun Parmaksiz orhun at gemini.archlinux.org
Sun Dec 5 09:45:44 UTC 2021


    Date: Sunday, December 5, 2021 @ 09:45:44
  Author: orhun
Revision: 1065133

archrelease: copy trunk to community-x86_64

Added:
  wezterm/repos/community-x86_64/PKGBUILD
    (from rev 1065132, wezterm/trunk/PKGBUILD)
Deleted:
  wezterm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  142 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-05 09:45:30 UTC (rev 1065132)
+++ PKGBUILD	2021-12-05 09:45:44 UTC (rev 1065133)
@@ -1,71 +0,0 @@
-# Maintainer:  Orhun Parmaksız <orhun at archlinux.org>
-
-pkgname=wezterm
-pkgver=20210814.124438.54e29167
-_gitcommit=54e29167ba25dd4b51bb4ceccfe92941b98d94e1
-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=(
-  "${pkgname}::git+$url#commit=$_gitcommit"
-  "${pkgname}-freetype2::git+https://github.com/wez/freetype2.git"
-  "${pkgname}-zlib::git+https://github.com/madler/zlib.git"
-  "${pkgname}-harfbuzz::git+https://github.com/harfbuzz/harfbuzz.git"
-  "${pkgname}-libpng::git+https://github.com/glennrp/libpng.git"
-)
-sha256sums=('SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP')
-
-prepare() {
-  cd "$pkgname"
-  git submodule init
-
-  git config submodule."harfbuzz/harfbuzz".url "${srcdir}/${pkgname}"-harfbuzz
-  git config submodule."freetype/libpng".url "${srcdir}/${pkgname}"-libpng
-  git config submodule."deps/freetype/zlib".url "${srcdir}/${pkgname}"-zlib
-  git config submodule."freetype2".url "${srcdir}/${pkgname}"-freetype2
-
-  git submodule update --init --recursive
-  cargo fetch --locked
-}
-
-build() {
-  cd "$pkgname"
-	cargo build --frozen --release
-}
-
-check() {
-  cd "$pkgname"
-  cargo test --frozen
-}
-
-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 assets/shell-integration/* -t "$pkgdir/etc/profile.d"
-  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 1065132, wezterm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-05 09:45:44 UTC (rev 1065133)
@@ -0,0 +1,71 @@
+# Maintainer:  Orhun Parmaksız <orhun at archlinux.org>
+
+pkgname=wezterm
+pkgver=20211204.082213.a66c61ee9
+_gitcommit=a66c61ee9912232f157968fb502f0e81559016a8
+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=(
+  "${pkgname}::git+$url#commit=$_gitcommit"
+  "${pkgname}-freetype2::git+https://github.com/wez/freetype2.git"
+  "${pkgname}-zlib::git+https://github.com/madler/zlib.git"
+  "${pkgname}-harfbuzz::git+https://github.com/harfbuzz/harfbuzz.git"
+  "${pkgname}-libpng::git+https://github.com/glennrp/libpng.git"
+)
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP')
+
+prepare() {
+  cd "$pkgname"
+  git submodule init
+
+  git config submodule."harfbuzz/harfbuzz".url "${srcdir}/${pkgname}"-harfbuzz
+  git config submodule."freetype/libpng".url "${srcdir}/${pkgname}"-libpng
+  git config submodule."deps/freetype/zlib".url "${srcdir}/${pkgname}"-zlib
+  git config submodule."freetype2".url "${srcdir}/${pkgname}"-freetype2
+
+  git submodule update --init --recursive
+  cargo fetch --locked
+}
+
+build() {
+  cd "$pkgname"
+	cargo build --frozen --release
+}
+
+check() {
+  cd "$pkgname"
+  cargo test --frozen -- --skip "e2e::sftp"
+}
+
+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 assets/shell-integration/* -t "$pkgdir/etc/profile.d"
+  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