diff options
author | prspkt <prspkt@protonmail.com> | 2019-02-16 11:31:22 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-26 20:53:54 +0000 |
commit | 2410285f63bc7a758444b8e517fbb2b9556fdca7 (patch) | |
tree | 2814b379d4229b9504431a324c4b0cd3b5f8634f | |
parent | ef37e69561a4d6c532c6bf9a603ff6444b679be9 (diff) | |
download | aports-2410285f63bc7a758444b8e517fbb2b9556fdca7.tar.bz2 aports-2410285f63bc7a758444b8e517fbb2b9556fdca7.tar.xz |
main/xf86-video-apm: upgrade to 1.3.0
-rw-r--r-- | main/xf86-video-apm/APKBUILD | 18 | ||||
-rw-r--r-- | main/xf86-video-apm/mibstore.patch | 23 |
2 files changed, 5 insertions, 36 deletions
diff --git a/main/xf86-video-apm/APKBUILD b/main/xf86-video-apm/APKBUILD index 07bb3ed4d6..aa5cab9ca9 100644 --- a/main/xf86-video-apm/APKBUILD +++ b/main/xf86-video-apm/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-apm -pkgver=1.2.5 -pkgrel=11 +pkgver=1.3.0 +pkgrel=0 pkgdesc="Alliance ProMotion video driver" url="https://xorg.freedesktop.org/" arch="all" @@ -9,15 +9,7 @@ license="MIT" subpackages="$pkgname-doc" depends= makedepends="xorg-server-dev libxi-dev util-macros xorgproto" -source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2 - mibstore.patch - " - -prepare() { - cd "$builddir" - update_config_sub - default_prepare -} +source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2" build() { cd "$builddir" @@ -40,5 +32,5 @@ package() { make DESTDIR="$pkgdir" install install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -sha512sums="652307d5e21fcd0df890b941821f409cc0c9846133cf7e522799710d28ebf0d8ff2d8ead3235d8207169f416a6561bc14b4fedb1baaddb1bddf03007372af622 xf86-video-apm-1.2.5.tar.bz2 -f27a8f9f3206de54ce9f05596d78829832e7576b5d515d22b0052e39c70fef63e85f016c2c1dfad45aa6d09cb59582d101854552fc44970275f1b38688924d52 mibstore.patch" + +sha512sums="1b10a2d1f886c228629487946fda1ff1766fe0c00657ba8cc1b4cf3bcd7cf66716a0875c90e6f7b7178cf3b48a78a4301bfad1714ee37c63aa7ae9c498ab4f8b xf86-video-apm-1.3.0.tar.bz2" diff --git a/main/xf86-video-apm/mibstore.patch b/main/xf86-video-apm/mibstore.patch deleted file mode 100644 index e48d2c42d8..0000000000 --- a/main/xf86-video-apm/mibstore.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 9f67408e4f078e907fbf4feb45cfdcfd0cdebcca Mon Sep 17 00:00:00 2001 -From: Adam Jackson <ajax@redhat.com> -Date: Thu, 10 Jan 2013 03:03:29 +0000 -Subject: Remove #include "mibstore.h" - -Signed-off-by: Adam Jackson <ajax@redhat.com> ---- -diff --git a/src/apm.h b/src/apm.h -index a3c06f8..365e5e2 100644 ---- a/src/apm.h -+++ b/src/apm.h -@@ -33,9 +33,6 @@ - /* All drivers initialising the SW cursor need this */ - #include "mipointer.h" - --/* All drivers implementing backing store need this */ --#include "mibstore.h" -- - /* I2C support */ - #include "xf86i2c.h" - --- -cgit v0.9.0.2-2-gbebe |