aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-09 19:07:20 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-09 19:09:21 +0100
commiteb419ce4a54cb1665c7c1fcefe76dd32960af520 (patch)
tree2a2a38aef147c60c3cbf20583dd0ce3e2292a909
parentcd892ae3091445f69cdb5e7d649ad9e062eaf88b (diff)
downloadaports-eb419ce4a54cb1665c7c1fcefe76dd32960af520.tar.bz2
aports-eb419ce4a54cb1665c7c1fcefe76dd32960af520.tar.xz
community/ocaml-lablgtk: rename lablgtk to ocaml-lablgtk
-rw-r--r--community/ocaml-lablgtk/APKBUILD (renamed from community/lablgtk/APKBUILD)9
-rw-r--r--community/unison/APKBUILD4
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