From 7fc8e5d06748f61e67892bf7019652347cb85cd5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 10 Dec 2017 20:05:40 +0100 Subject: Update unstickpixels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- unstickpixels/PKGBUILD | 23 +++++++++-------------- unstickpixels/unstickpixels.install | 20 -------------------- 2 files changed, 9 insertions(+), 34 deletions(-) delete mode 100644 unstickpixels/unstickpixels.install (limited to 'unstickpixels') diff --git a/unstickpixels/PKGBUILD b/unstickpixels/PKGBUILD index aca68cd..1e0e80d 100644 --- a/unstickpixels/PKGBUILD +++ b/unstickpixels/PKGBUILD @@ -1,28 +1,23 @@ -# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> pkgname=unstickpixels -pkgver=2 +pkgver=3 pkgrel=1 pkgdesc="Screen loop to try to unstick stuck dots" arch=(i686 x86_64) url="https://github.com/maandree/unstickpixels" -license=('GPL3' 'custom:GFDL1.3') -depends=(glibc libgamma) -makedepends=(glibc libgamma make coreutils gcc 'texinfo>=4.11') -install=$pkgname.install -source=($url/archive/$pkgver.tar.gz) -sha256sums=(6f41482108a68b8a6deaefcb5d46d6fff4806947af463b717ce8b77cedaec97f) - +license=('custom:ISC') +depends=(libgamma) +makedepends=(libgamma) +source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") +sha256sums=(8ae08fff8011916f403b46c0bd57689eaac9fb955b0c691b14fc5318d3fba2d4) build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr - make + make PREFIX=/usr } - package() { cd "$srcdir/$pkgname-$pkgver" - make install N=: DESTDIR="$pkgdir" + make PREFIX=/usr install DESTDIR="$pkgdir" } - diff --git a/unstickpixels/unstickpixels.install b/unstickpixels/unstickpixels.install deleted file mode 100644 index 6e4ef40..0000000 --- a/unstickpixels/unstickpixels.install +++ /dev/null @@ -1,20 +0,0 @@ -_file="unstickpixels" - -infodir="usr/share/info" -file="${_file}.info" - - -post_install() { - [[ -x "usr/bin/install-info" ]] || return 0 - install-info -- "${infodir}/${file}" "${infodir}/dir" 2> /dev/null -} - -post_upgrade() { - post_install "$1" -} - -pre_remove() { - [[ -x "usr/bin/install-info" ]] || return 0 - install-info --delete -- "${infodir}/${file}" "${infodir}/dir" 2> /dev/null -} - -- cgit v1.2.3-70-g09d2