Created
July 14, 2015 11:55
-
-
Save awandepan/95aedcc15e0c87a4d666 to your computer and use it in GitHub Desktop.
Minbar PKGBUILD for Arch User Repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Contributor: linuxSEAT <[email protected]> | |
# Source: http://sprunge.us/TMTV | |
pkgname=minbar | |
pkgver=0.2.1 | |
pkgrel=6 | |
pkgdesc="Islamic prayer times and athan for GNOME" | |
url="http://djihed.com/minbar" | |
# Website is down. | |
arch=('i686' 'x86_64') | |
license=('GPL') | |
depends=(libitl libgnomecanvas gstreamer0.10 libnotify gconf hicolor-icon-theme rarian) | |
optdepends=('xfce4-xfapplet-plugin: adds Xfce4 panel support') | |
install=$pkgname.install | |
# If source don’t work, use http://http.debian.net/debian/pool/main/m/minbar/$pkgname-$pkgver.tar.bz2 instead | |
source=(http://files.djihed.com/minbar/$pkgname-$pkgver.tar.bz2 | |
minbar.patch) | |
md5sums=('dd1543a2e6cc9873d39d60b61dec7508' | |
'7b28640c6797c15bfc31b3a3be8ff27d') | |
build() { | |
cd $srcdir/$pkgname-$pkgver | |
LDFLAGS="-lm" | |
patch -p1 -i ../minbar.patch || return 1 | |
./autogen.sh --prefix=/usr --sysconfdir=/etc | |
make || return 1 | |
} | |
package() { | |
cd $srcdir/$pkgname-$pkgver | |
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment