28 lines
936 B
Bash
28 lines
936 B
Bash
# Template file for 'exo'
|
|
pkgname=exo
|
|
version=4.20.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="pkg-config gettext glib-devel"
|
|
makedepends="gtk+3-devel libxfce4ui-devel"
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
|
short_desc="Extension library for the Xfce desktop environment"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
|
homepage="https://docs.xfce.org/xfce/exo/start"
|
|
changelog="https://gitlab.xfce.org/xfce/exo/-/raw/master/NEWS"
|
|
distfiles="https://archive.xfce.org/src/xfce/exo/${version%.*}/exo-${version}.tar.bz2"
|
|
checksum=4277f799245f1efde01cd917fd538ba6b12cf91c9f8a73fe2035fd5456ec078d
|
|
|
|
exo-devel_package() {
|
|
depends="libxfce4ui-devel exo-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
vmove "usr/share/*doc"
|
|
}
|
|
}
|