[arch-commits] Commit in wine-gecko/repos (2 files)

Daniel Bermond dbermond at gemini.archlinux.org
Sun Aug 1 12:01:53 UTC 2021


    Date: Sunday, August 1, 2021 @ 12:01:53
  Author: dbermond
Revision: 991955

archrelease: copy trunk to community-testing-x86_64

Added:
  wine-gecko/repos/community-testing-x86_64/
  wine-gecko/repos/community-testing-x86_64/PKGBUILD
    (from rev 991954, wine-gecko/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: wine-gecko/repos/community-testing-x86_64/PKGBUILD (from rev 991954, wine-gecko/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-08-01 12:01:53 UTC (rev 991955)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Nicky726 (Nicky726 <at> gmail <dot> com)
+# Contributor: Allan McRae (allan <at> archlinux <dot> org)
+# Contributor: Alexander 'bas' Brovikov (bas <at> it-core <dot> org)
+
+pkgname=wine-gecko
+pkgver=2.47.2
+pkgrel=2
+pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
+arch=('x86_64')
+url="https://wiki.winehq.org/Gecko"
+license=('MPL')
+depends=('wine')
+replaces=('wine_gecko')
+provides=('wine_gecko')
+source=(https://dl.winehq.org/wine/wine-gecko/$pkgver/wine-gecko-$pkgver-x86{,_64}.tar.xz)
+sha512sums=('de39bacf9e8b45971e3e675ccbbac0731855b81e148619a98fb126c38ab385f10f1e68e0a52a663fa1a079192b378f4d4e4cdb0a11c5e9dd46221a9604214250'
+            'cf7af1087823188c3be6665d7662bf1029c58b4b8db271e5f4bfed15df217b905653b034b62ed0fa961f528be40f0325b378669d27c9a18ef5b9d98ef8c63aeb')
+
+package() {
+  install -d -m755 "$pkgdir"/usr/share/wine/gecko/
+  cp -dr --no-preserve='ownership' $pkgname-$pkgver-x86{,_64} "$pkgdir"/usr/share/wine/gecko/
+}



More information about the arch-commits mailing list