gnome-icon-theme: move pkgconfig files into /usr/lib/pkgconfig.
This commit is contained in:
parent
5a8935cee6
commit
79ba6d37e1
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'gnome-icon-theme'.
|
||||
pkgname=gnome-icon-theme
|
||||
version=2.30.2.1
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Theme consisting of a set of icons for GNOME"
|
||||
|
@ -17,3 +18,9 @@ Add_dependency build pkg-config
|
|||
Add_dependency build intltool
|
||||
Add_dependency build icon-naming-utils
|
||||
Add_dependency full librsvg
|
||||
|
||||
post_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue