28 lines
982 B
Bash
28 lines
982 B
Bash
# Template file for 'exo'
|
|
pkgname=exo
|
|
version=4.18.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --with-locales-dir=/usr/share/locale"
|
|
hostmakedepends="pkg-config intltool 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=4f2c61d045a888cdb64297fd0ae20cc23da9b97ffb82562ed12806ed21da7d55
|
|
|
|
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"
|
|
}
|
|
}
|