aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-02-16 11:31:22 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-02-26 20:53:54 +0000
commit2410285f63bc7a758444b8e517fbb2b9556fdca7 (patch)
tree2814b379d4229b9504431a324c4b0cd3b5f8634f
parentef37e69561a4d6c532c6bf9a603ff6444b679be9 (diff)
downloadalpine_aports-2410285f63bc7a758444b8e517fbb2b9556fdca7.tar.bz2
alpine_aports-2410285f63bc7a758444b8e517fbb2b9556fdca7.tar.xz
alpine_aports-2410285f63bc7a758444b8e517fbb2b9556fdca7.zip
main/xf86-video-apm: upgrade to 1.3.0
-rw-r--r--main/xf86-video-apm/APKBUILD18
-rw-r--r--main/xf86-video-apm/mibstore.patch23
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 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=xf86-video-apm 2pkgname=xf86-video-apm
3pkgver=1.2.5 3pkgver=1.3.0
4pkgrel=11 4pkgrel=0
5pkgdesc="Alliance ProMotion video driver" 5pkgdesc="Alliance ProMotion video driver"
6url="https://xorg.freedesktop.org/" 6url="https://xorg.freedesktop.org/"
7arch="all" 7arch="all"
@@ -9,15 +9,7 @@ license="MIT"
9subpackages="$pkgname-doc" 9subpackages="$pkgname-doc"
10depends= 10depends=
11makedepends="xorg-server-dev libxi-dev util-macros xorgproto" 11makedepends="xorg-server-dev libxi-dev util-macros xorgproto"
12source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2 12source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2"
13 mibstore.patch
14 "
15
16prepare() {
17 cd "$builddir"
18 update_config_sub
19 default_prepare
20}
21 13
22build() { 14build() {
23 cd "$builddir" 15 cd "$builddir"
@@ -40,5 +32,5 @@ package() {
40 make DESTDIR="$pkgdir" install 32 make DESTDIR="$pkgdir" install
41 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING 33 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
42} 34}
43sha512sums="652307d5e21fcd0df890b941821f409cc0c9846133cf7e522799710d28ebf0d8ff2d8ead3235d8207169f416a6561bc14b4fedb1baaddb1bddf03007372af622 xf86-video-apm-1.2.5.tar.bz2 35
44f27a8f9f3206de54ce9f05596d78829832e7576b5d515d22b0052e39c70fef63e85f016c2c1dfad45aa6d09cb59582d101854552fc44970275f1b38688924d52 mibstore.patch" 36sha512sums="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 @@
1From 9f67408e4f078e907fbf4feb45cfdcfd0cdebcca Mon Sep 17 00:00:00 2001
2From: Adam Jackson <ajax@redhat.com>
3Date: Thu, 10 Jan 2013 03:03:29 +0000
4Subject: Remove #include "mibstore.h"
5
6Signed-off-by: Adam Jackson <ajax@redhat.com>
7---
8diff --git a/src/apm.h b/src/apm.h
9index a3c06f8..365e5e2 100644
10--- a/src/apm.h
11+++ b/src/apm.h
12@@ -33,9 +33,6 @@
13 /* All drivers initialising the SW cursor need this */
14 #include "mipointer.h"
15
16-/* All drivers implementing backing store need this */
17-#include "mibstore.h"
18-
19 /* I2C support */
20 #include "xf86i2c.h"
21
22--
23cgit v0.9.0.2-2-gbebe