Skip to content
Snippets Groups Projects
Commit 5f2cf027 authored by Felix Yan's avatar Felix Yan
Browse files

Hooks rebuild (part 1)

parent 5b1c1897
No related branches found
No related tags found
No related merge requests found
......@@ -5,14 +5,13 @@
pkgname=telepathy-mission-control
pkgver=5.16.3
pkgrel=1
pkgrel=2
pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers."
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org/wiki/Mission Control"
license=('LGPL2.1')
depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'networkmanager')
makedepends=('libxslt' 'python2' 'gtk-doc')
install=telepathy-mission-control.install
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('af583c41b97c649c37eebba1f2113427')
......
post_install() {
glib-compile-schemas /usr/share/glib-2.0/schemas
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment