Search Criteria
Package Details: xpenguins 2.2-2
Git Clone URL: | https://aur.archlinux.org/xpenguins.git (read-only) |
---|---|
Package Base: | xpenguins |
Description: | Ever wanted cute little penguins walking along the tops of your windows? |
Upstream URL: | http://xpenguins.seul.org |
Licenses: | |
Submitter: | Allan |
Maintainer: | dmerejkowsky |
Last Packager: | yannicklm |
Votes: | 27 |
Popularity: | 0.000000 |
First Submitted: | 2008-12-28 12:38 |
Last Updated: | 2015-06-13 16:24 |
Latest Comments
yannicklm commented on 2013-01-08 20:43
updated
* use build() and package() functions
* do not use $startdir
* fix man page installation
* now depends on libxpm instead of imlib
* fix indentation
@hazard: if you want to adopt this package, just let me know
it seems you even port it to arm, your pkgbuild has
arch=('i686' 'x86_64' 'arm'), but I have no arm hardware to test here
yannicklm commented on 2013-01-08 20:16
I should update to a more modern pkgbuild anyway
hazard commented on 2013-01-08 07:16
Usage: $ xpenguins -s -t Bill -n 10
This works for me:
# Maintainer: OS Hazard <oshazard+aur@gmail.com>
# Contributor: dale <dale@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=xpenguins
pkgver=2.2
pkgrel=2
pkgdesc="Ever wanted cute little penguins walking along the tops of your windows?"
depends=('imlib')
source=(http://xpenguins.seul.org/$pkgname-$pkgver.tar.gz)
license=('GPL2')
arch=('i686' 'x86_64' 'arm')
url="http://xpenguins.seul.org"
md5sums=('2ccf555d55f9b0377017322b3b3d27a4')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make
}
package()
{
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkg install
}
mrbit commented on 2012-09-18 22:13
no start
xpenguins
Redrawing overwritten desktop icons
????