diff options
-rw-r--r-- | community/ocaml-lablgtk/APKBUILD (renamed from community/lablgtk/APKBUILD) | 9 | ||||
-rw-r--r-- | community/unison/APKBUILD | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/community/lablgtk/APKBUILD b/community/ocaml-lablgtk/APKBUILD index b928be19db..f051827872 100644 --- a/community/lablgtk/APKBUILD +++ b/community/ocaml-lablgtk/APKBUILD @@ -1,6 +1,7 @@ # Contributor: Jean-Louis Fuchs <ganwell@fangorn.ch> # Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch> -pkgname=lablgtk +pkgname=ocaml-lablgtk +_pkgname=lablgtk pkgver=2.18.5 pkgrel=4 pkgdesc="LablGtk - an OCaml interface to GTK+ 2.x" @@ -11,9 +12,11 @@ license="LGPL-2.1-only-WITH-linking-exception" depends="ocaml-findlib ocaml-camlp4 ocaml" depends_dev="lablgtk gtk+-dev gtkspell-dev librsvg-dev gtksourceview2-dev" makedepends="$depends_dev ocaml-camlp4-dev" +replaces="lablgtk" +provides="lablgtk=$pkgver-r$pkgrel" # for backward compatibility subpackages="$pkgname-doc $pkgname-dev" -source="https://forge.ocamlcore.org/frs/download.php/1627/$pkgname-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" +source="https://forge.ocamlcore.org/frs/download.php/1627/$_pkgname-$pkgver.tar.gz" +builddir="$srcdir/$_pkgname-$pkgver" options="!check textrels" build() { diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD index f3fce2d1fc..40c1b8e0dd 100644 --- a/community/unison/APKBUILD +++ b/community/unison/APKBUILD @@ -6,10 +6,10 @@ pkgrel=4 pkgdesc="Unison - efficient file-synchronization tool" url="https://www.cis.upenn.edu/~bcpierce/unison/" # ocaml is not built for x86, armhf, s390x -# lablgtk is not built for aarch64 +# ocaml-lablgtk is not built for aarch64 arch="all !x86 !armhf !aarch64 !s390x" license="GPL-3.0+" -makedepends="ocaml lablgtk-dev linux-headers emacs-nox bash" +makedepends="ocaml ocaml-lablgtk-dev linux-headers emacs-nox bash" subpackages="$pkgname-doc $pkgname-gui" source="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/unison-$pkgver.tar.gz http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/unison-$pkgver-manual.html |