mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-03 19:42:26 +02:00
30 lines
1004 B
Plaintext
30 lines
1004 B
Plaintext
# Contributor: August Klein <amatcoder@gmail.com>
|
|
# Maintainer: August Klein <amatcoder@gmail.com>
|
|
pkgname=meld
|
|
pkgver=3.16.0
|
|
pkgrel=0
|
|
pkgdesc="A visual diff and merge tool"
|
|
url="http://meldmerge.org"
|
|
arch="noarch"
|
|
license="GPL2"
|
|
depends="dconf gtksourceview gsettings-desktop-schemas py-gobject3"
|
|
makedepends="intltool itstool libxml2-utils"
|
|
subpackages="$pkgname-lang $pkgname-doc"
|
|
source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
|
|
|
|
builddir="$srcdir"/$pkgname-$pkgver
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
python2 setup.py build || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
|
}
|
|
|
|
md5sums="ed12ede512f1be0dcfb8876b55d019db meld-3.16.0.tar.xz"
|
|
sha256sums="341bfd53ac7c0167d6d43694c0e7dbedf76463bdf79b425c439376ba15b56c0a meld-3.16.0.tar.xz"
|
|
sha512sums="12425fbdcafcd305bebbf368292c0481fd17b2e75f73c9788d9e017ab22b6ef986f3b4ec2fb44063141b6a6072975397402f7a59ed27666a788c73e4861dd720 meld-3.16.0.tar.xz"
|