mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/atkmm: upgrade to 2.28.0
This commit is contained in:
parent
a741a742fa
commit
3bf910c84a
@ -1,37 +1,30 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=atkmm
|
||||
pkgver=2.24.2
|
||||
pkgrel=1
|
||||
pkgver=2.28.0
|
||||
pkgrel=0
|
||||
pkgdesc="C++ bindings for atk"
|
||||
options="!check" # No testsuite
|
||||
url="http://gtkmm.sourceforge.net/"
|
||||
arch="all"
|
||||
license="LGPL-2.0-or-later"
|
||||
depends=""
|
||||
makedepends="atk-dev glibmm-dev libsigc++-dev perl"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="https://download.gnome.org/sources/atkmm/${pkgver%.*}/atkmm-$pkgver.tar.xz"
|
||||
|
||||
replaces="gtkmm"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
|| return 1
|
||||
make || return 1
|
||||
--prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
md5sums="d53b60b0f1be597e86070954a49cf0c3 atkmm-2.24.2.tar.xz"
|
||||
sha256sums="ff95385759e2af23828d4056356f25376cfabc41e690ac1df055371537e458bd atkmm-2.24.2.tar.xz"
|
||||
sha512sums="427714cdf3b10e3f9bc36df09c4b05608d295f5895fb1e079b9bd84afdf7bf1cfdec6794ced7f1e35bd430b76f87792df4ee63c515071a2ea6e3e51e672cdbe2 atkmm-2.24.2.tar.xz"
|
||||
sha512sums="8457cff58648c3d3944d6a9fb400062985c70a714856a5d84d4553cb6b1202bdc47aa48c612851fea1cc1b7ab59381116c65d2a22212907e3c4b7090601946bc atkmm-2.28.0.tar.xz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user