Remove dconf

This commit is contained in:
manu tortosa 2013-05-07 00:25:14 +02:00
parent 2602686bad
commit e134158cff
2 changed files with 0 additions and 44 deletions

View File

@ -1,32 +0,0 @@
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas@chakra-project.org
pkgname=dconf
pkgver=0.12.0
pkgrel=1
pkgdesc="A low-level configuration system."
arch=('x86_64')
url="http://live.gnome.org/dconf"
license=('LGPL2.1')
depends=('glib2')
makedepends=('vala' 'gobject-introspection')
install=dconf.install
source=("http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
md5sums=('6aec9d37fca1614cd672bc5b2215c9f3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/dconf --disable-editor
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
# vim:set ts=2 sw=2 et:

View File

@ -1,12 +0,0 @@
post_install() {
usr/bin/gio-querymodules usr/lib/gio/modules
usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
}
post_upgrade(){
post_install
}
post_remove() {
post_install
}