X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by lists.alpinelinux.org (Postfix) with ESMTP id 4D8CC5C45D5 for ; Thu, 30 Mar 2017 18:34:07 +0000 (GMT) Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id D0EFD1A23B5 for ; Thu, 30 Mar 2017 18:34:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1490898846; bh=aBLQGf7Qz6D5obsGZDJ4+qgbNHTf5vAlwLzk4GCBJhA=; h=From:To:Subject:Date:From; b=RhVYtZEGh9+fEP1arltj5OqE1qtiuuwMyZBUdVnsR0/mc0wFExom35yAYugla9OZE kQlZXTgYnHikgZLB8aP99aRZz+EV4Dbqb4DozpVoAMx/+s2jqXyNi/DeuVzONvD/E8 oD3Gn0titxPLtYW9WLjKUhmS7yocHcG6kVksTLtY= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pickfire) with ESMTPSA id BAF991C1A8F From: Ivan Tham To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/wine-mono: upgrade to 4.7.0 and take maintainership Date: Fri, 31 Mar 2017 02:33:44 +0800 Message-Id: <20170330183344.32219-1-pickfire@riseup.net> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/wine-mono/APKBUILD | 19 +++++++++++++++++++ unmaintained/wine-mono/APKBUILD | 31 ------------------------------- 2 files changed, 19 insertions(+), 31 deletions(-) create mode 100644 testing/wine-mono/APKBUILD delete mode 100644 unmaintained/wine-mono/APKBUILD diff --git a/testing/wine-mono/APKBUILD b/testing/wine-mono/APKBUILD new file mode 100644 index 0000000000..d8267f7d34 --- /dev/null +++ b/testing/wine-mono/APKBUILD @@ -0,0 +1,19 @@ +# Contributor: Natanael Copa +# Maintainer: Ivan Tham +pkgname=wine-mono +pkgver=4.7.0 +pkgrel=0 +pkgdesc="Wine's built-in replacement for Microsoft's .NET" +url="http://wiki.winehq.org/Mono" +arch="x86_64" +license="MIT" +depends="wine" +options="!check" +source="http://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver.msi" + +package() { + install -Dm644 "$srcdir"/$pkgname-$pkgver.msi \ + "$pkgdir"/usr/share/wine/mono/$pkgname-$pkgver.msi +} + +sha512sums="07cd2b26f3bfe6fc796a126b83e9c0aa655d3e8152af536ae2e8ae419013742706ddae6f93cc2341c94a2f3b8ae7d1b27d12f891d371928189291428f9ed877c wine-mono-4.7.0.msi" diff --git a/unmaintained/wine-mono/APKBUILD b/unmaintained/wine-mono/APKBUILD deleted file mode 100644 index e4309a16c7..0000000000 --- a/unmaintained/wine-mono/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: Natanael Copa -# Maintainer: Natanael Copa -pkgname=wine-mono -pkgver=0.0.8 -pkgrel=0 -pkgdesc="Wine's built-in replacement for Microsoft's .NET" -url="http://wiki.winehq.org/Mono" -arch="x86" -license="MPL" -depends="" -makedepends="" -install="" -subpackages="" -source="http://downloads.sourceforge.net/project/wine/Wine%20Mono/$pkgver/wine-mono-$pkgver.msi" - -_builddir= -prepare() { - mkdir -p "$srcdir" -} - -build() { - return 0 -} - -package() { - mkdir -p "$pkgdir"/usr/share/wine/mono/ - cp "$srcdir"/wine-mono-$pkgver.msi \ - "$pkgdir"/usr/share/wine/mono/ -} - -md5sums="a79eb547bcb562aea5c7096bc97fff11 wine-mono-0.0.8.msi" -- 2.12.2.609.gf7d0c115f --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---