Package Details: pancake-git 20121211-1

Package Base: pancake-git
Description: pancake is a highly configurable, modular, themeable, GTK+-2.0-driven panel for X11
Upstream URL: https://github.com/lynxed/pancake
Category: x11
Licenses: GPL
Submitter: None
Maintainer: blueblob11
Last Packager: None
Votes: 2
First Submitted: 2009-07-04 18:44
Last Updated: 2012-12-11 20:32

Dependencies (5)

Required by (0)

Sources

Latest Comments

Comment by blueblob11

2012-12-11 17:12

Pancake was moved from failedprojects.de to github and is not updated regularly.

Here is a working pkgbuild:

# Contributor: Simon Brakhane <simon.brakhane at web dot de>

pkgname=pancake-git
pkgver=20121211
pkgrel=1
pkgdesc='pancake is a highly configurable, modular, themeable, GTK+-2.0-driven panel for X11'
url='https://github.com/lynxed/pancake'
arch=('i686' 'x86_64')
license=('GPL')
depends=('gtk2' 'libwnck' 'confuse' 'libx11' 'glib')
makedepends=('git')
conflicts=('pancake')

_gitroot='https://github.com/lynxed/pancake.git'
_gitname="pancake"

build() {
cd ${srcdir}
export LDFLAGS="$LDFLAGS -lgmodule-2.0 -lX11"
msg "Connecting to GIT server...."

if [ -d ${srcdir}/$_gitname ] ; then
cd $_gitname && git pull origin
msg "The local files are updated."
else
git clone $_gitroot
fi

msg "GIT checkout done or server timeout"
msg "Starting make..."

git clone $_gitname $_gitname-build
cd ${srcdir}/$_gitname-build
./bootstrap
./configure --prefix=/usr
make || return 1
make DESTDIR=$pkgdir install || return 1
}

Anonymous comment

2011-07-20 19:23

The pancake git server is down... Also getting a 404 when trying to browse the http based repo. Also, have a 404 when clicking download links from the pancake website.