mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
for some reason some symbols are weird in this release. keep it, but just rebuild everything https://gitlab.gnome.org/GNOME/libxml2/-/issues/526
50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
|
|
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
|
|
pkgname=caja
|
|
pkgver=1.26.1
|
|
pkgrel=2
|
|
pkgdesc="The file manager for the MATE desktop"
|
|
url="https://github.com/mate-desktop/caja"
|
|
arch="all"
|
|
license="GPL-2.0-or-later AND LGPL-2.0-or-later"
|
|
depends="mate-common"
|
|
makedepends="$depends_dev
|
|
dconf-dev
|
|
gobject-introspection-dev
|
|
gtk+3.0-dev
|
|
gtk-doc
|
|
intltool
|
|
libnotify-dev
|
|
libsm-dev
|
|
libtool
|
|
libxml2-dev
|
|
mate-desktop-dev
|
|
"
|
|
checkdepends="xvfb-run"
|
|
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
|
source="https://pub.mate-desktop.org/releases/${pkgver%.*}/caja-$pkgver.tar.xz"
|
|
options="!check" # (caja:744): GLib-GIO-ERROR **: 12:12:20.291: Settings schema 'org.mate.caja.preferences' is not installed
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--disable-static \
|
|
--sysconfdir=/etc \
|
|
--disable-update-mimedb
|
|
make
|
|
}
|
|
|
|
#check() {
|
|
# xvfb-run make check
|
|
#}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
e5d14d1a5f0ae9f86d3250e5a2d10a4e0afdc7ba1b52fcac4c8efc0a4c555d0208be3caf3aac19cc4938fe4c20e82f1f81d259d30e5d8fffbc78708664d23d4e caja-1.26.1.tar.xz
|
|
"
|