mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 08:47:13 +08:00
disper update, was build on old python
This commit is contained in:
parent
f3ff8f2f5a
commit
653479b5a7
@ -1,17 +1,22 @@
|
||||
# Maintainer: Schnouki <thomas.jost@gmail.com>
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=disper
|
||||
pkgver=0.2.3
|
||||
pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="An on-the-fly display switch utility, intended to be used on laptops, especially with nVidia cards."
|
||||
arch=('any')
|
||||
url="http://willem.engen.nl/projects/disper/"
|
||||
license=('GPL')
|
||||
depends=('python')
|
||||
source=(https://launchpad.net/~wvengen/+archive/ppa/+files/${pkgname}_${pkgver}.tar.gz)
|
||||
md5sums=('85b4cde564fc27b7249826e0a4379394')
|
||||
depends=('python2')
|
||||
source=(http://ppa.launchpad.net/disper-dev/ppa/ubuntu/pool/main/d/disper/disper_${pkgver}.tar.gz)
|
||||
md5sums=('aff6ca9266eecfc3f646c0de573eca91')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/trunk"
|
||||
cd "$srcdir/dispercur"
|
||||
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
Loading…
Reference in New Issue
Block a user