2010-04-13 02:23:12 +02:00
|
|
|
# Template file for 'gnome-panel'
|
|
|
|
pkgname=gnome-panel
|
2012-05-15 08:03:45 +02:00
|
|
|
version=3.4.2.1
|
2012-03-26 14:31:27 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2010-04-13 02:23:12 +02:00
|
|
|
configure_args="--disable-schemas-install --disable-scrollkeeper
|
2012-03-22 10:26:23 +01:00
|
|
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas --disable-schemas-compile"
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
|
|
|
makedepends="pkg-config intltool which gnome-doc-utils gobject-introspection gnome-desktop-devel gnome-menus-devel evolution-data-server-devel librsvg-devel libwnck-devel telepathy-glib-devel dconf-devel NetworkManager-devel polkit-devel libgweather-devel"
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2010-10-24 21:57:13 +02:00
|
|
|
short_desc="GNOME Panel"
|
2010-04-13 02:23:12 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-09-30 14:54:29 +02:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
2012-05-15 08:03:45 +02:00
|
|
|
checksum=188ea2b93e4c8116e187abac3ecf590429ff8366ef4b610fab438bd338d857d2
|
2010-04-13 02:23:12 +02:00
|
|
|
long_desc="
|
2011-03-01 14:13:14 +01:00
|
|
|
This packages the GNOME panel."
|
2010-04-13 02:23:12 +02:00
|
|
|
|
2011-09-30 14:54:29 +02:00
|
|
|
gconf_schemas="${pkgname}.schemas"
|
2010-04-13 02:23:12 +02:00
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
2011-03-02 20:36:07 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2010-04-13 02:23:12 +02:00
|
|
|
|
|
|
|
|
2011-03-04 14:38:01 +01:00
|
|
|
|
2012-03-22 10:26:23 +01:00
|
|
|
post_install() {
|
2011-03-04 14:38:01 +01:00
|
|
|
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
2011-09-30 14:54:29 +02:00
|
|
|
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
|
|
|
--domain ${pkgname}-3.0 ${wrksrc}/${gconf_schemas}
|
2011-03-04 14:38:01 +01:00
|
|
|
}
|