You are not logged in.

#1 2010-11-10 08:13:25

Anonymo
Member
Registered: 2005-04-07
Posts: 427
Website

Arch Menu Buttons

Need help with a PKGBUILD

# Contributor: Anonymo <unknown>

pkgname=arch-menu-buttons
_pkgname=Arch*
pkgver=20080301
pkgrel=1
pkgdesc="Some Arch Start Buttons based on the Cristal Start Buttons"
arch=('i686' 'x86_64')
url="http://gnome-look.org/content/show.php/Archlinux+Start+Buttons?content=76171"
license=('GPL')
depends=('lxpanel')
source=(http://www.mediafire.com/file/b8a7265wq32hyzm/arch-menu-buttons.tar.bz2)
md5sums=('c917e2b878eaeaa0f3f6085dfc7c3eed')
build () {
    mkdir -p ${pkgdir}/usr/share/lxde/images/archmenubuttons
    cp -R $srcdir/${_pkgname} ${pkgdir}/usr/share/lxde/images/archmenubuttons || return 1
}

Also, if someone has a better name for this package, I'm up for suggestions.  I use this with LXDE.

Last edited by Anonymo (2011-12-16 20:17:12)

Offline

Board footer

Powered by FluxBB