diff options
Diffstat (limited to 'community/cairo-clock/PKGBUILD')
-rw-r--r-- | community/cairo-clock/PKGBUILD | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/community/cairo-clock/PKGBUILD b/community/cairo-clock/PKGBUILD deleted file mode 100644 index e646d62e1..000000000 --- a/community/cairo-clock/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 66650 2012-02-26 21:00:49Z lfleischer $ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: Kane Wilson <kane_wilson@hotmail.com> - -pkgname=cairo-clock -pkgver=0.3.4 -pkgrel=2 -pkgdesc='An analog clock displaying the system-time.' -arch=('i686' 'x86_64') -url='http://macslow.thepimp.net/?page_id=23' -license=('GPL') -depends=('cairo' 'libglade>=2.6.0' 'librsvg>=2.14.0') -makedepends=('intltool') -source=("http://macslow.thepimp.net/projects/cairo-clock/${pkgname}-${pkgver}.tar.gz" - 'cairo-clock.patch') -md5sums=('78e5b3aa3492aa6c182eaacae63a7c03' - 'a2ec378bf79dfb9a1b1418d7b2d341ff') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - patch -Np0 -i ../cairo-clock.patch - - # quick and dirty build fix, a proper patch was submitted upstream and is - # pending approval - sed -ie 's/-Wl, --export-dynamic/-Wl,--export-dynamic/g' src/Makefile* - - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make prefix="${pkgdir}/usr" install -} |