New package: mate-desktop-1.8.0.
This commit is contained in:
parent
0051e09fb1
commit
0016f5cb1f
3 changed files with 28 additions and 0 deletions
|
@ -1715,3 +1715,4 @@ libblas.so.3 blas-3.5.0_1
|
||||||
liblapack.so.3 lapack-3.5.0_1
|
liblapack.so.3 lapack-3.5.0_1
|
||||||
libcinnamon-menu-3.so.0 cinnamon-menus-2.2.0_1
|
libcinnamon-menu-3.so.0 cinnamon-menus-2.2.0_1
|
||||||
libpolkit-gtk-mate-1.so.0 libmate-polkit-1.8.0_1
|
libpolkit-gtk-mate-1.so.0 libmate-polkit-1.8.0_1
|
||||||
|
libmate-desktop-2.so.17 mate-desktop-1.8.0_1
|
||||||
|
|
1
srcpkgs/mate-desktop-devel
Symbolic link
1
srcpkgs/mate-desktop-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
mate-desktop
|
26
srcpkgs/mate-desktop/template
Normal file
26
srcpkgs/mate-desktop/template
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# Template file for 'mate-desktop'
|
||||||
|
pkgname=mate-desktop
|
||||||
|
version=1.8.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--with-gtk=2.0 --disable-static --enable-mpaste
|
||||||
|
--disable-schemas-compile --disable-desktop-docs"
|
||||||
|
hostmakedepends="pkg-config intltool itstool"
|
||||||
|
makedepends="gtk+-devel dconf-devel libXrandr-devel startup-notification-devel"
|
||||||
|
depends="dconf hicolor-icon-theme dejavu-fonts-ttf"
|
||||||
|
short_desc="Library with common API for various MATE modules"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="LGPL-3"
|
||||||
|
homepage="http://mate-desktop.org"
|
||||||
|
distfiles="http://pub.mate-desktop.org/releases/1.8/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=482e7bc4d77e45c03505a899a07b8107f33832b22d59c40f342d5695f789bd17
|
||||||
|
|
||||||
|
mate-desktop-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue