summaryrefslogtreecommitdiff
path: root/pcr/alarm-clock-applet/PKGBUILD
blob: a81f0c69c18c65203fa2a5e1fb8c7897bdcf9e85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer : Aurelien Desbrieres <aurelien@hackers.camp>
# Contributor: Tobias Frilling <tobias@frilling-online.de>
# Contributor: Ekenbrand <jesu dot critos at gmail>
# Contributor: Alessandro Nakamuta <alessandro dot ufms at gmail dot com>

pkgname=alarm-clock-applet
pkgver=0.3.3
pkgrel=2
pkgdesc="A fully-featured alarm clock for GNOME panel"
arch=('x86_64' 'i686')
url="http://alarm-clock.pseudoberries.com"
license=('GPL2')
depends=('gconf>=2.0' 'gnome-icon-theme' 'gstreamer0.10>=0.10.2' 'libnotify>=0.4.1' 'libunique>=1.0')
makedepends=('pkgconfig' 'intltool')
optdepends=('libappindicator: library to allow applications to export menus into the Unity Menu bar')
install=$pkgname.INSTALL
source=(http://launchpad.net/alarm-clock/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)

build() {
  cd "$srcdir/$pkgname-$pkgver"
  ./configure --prefix=/usr --with-gconf-schema-file-dir=/usr/share/gconf/schemas
  make
}

package() {
  cd "$srcdir/$pkgname-$pkgver"
  make DESTDIR="$pkgdir/" install
}