summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-03-06 23:47:33 +1100
committerDanny Rawlins <monster.romster@gmail.com>2018-03-06 23:47:33 +1100
commitad4db4d9412555c1bdfe0782a79a6dd2af033929 (patch)
tree8c3dcf59f78e49ba117e481798e198abede67cbe
parentf6a6c2841e703b60902819c5b24ce39e565bde82 (diff)
downloadcompat-32-ad4db4d9412555c1bdfe0782a79a6dd2af033929.tar.gz
compat-32-ad4db4d9412555c1bdfe0782a79a6dd2af033929.tar.xz
xorg-xcb-proto-32: 1.12 -> 1.13
-rw-r--r--xorg-xcb-proto-32/.md5sum2
-rw-r--r--xorg-xcb-proto-32/.signature6
-rw-r--r--xorg-xcb-proto-32/Pkgfile9
3 files changed, 10 insertions, 7 deletions
diff --git a/xorg-xcb-proto-32/.md5sum b/xorg-xcb-proto-32/.md5sum
index 9f3e4bf9..a24f3067 100644
--- a/xorg-xcb-proto-32/.md5sum
+++ b/xorg-xcb-proto-32/.md5sum
@@ -1 +1 @@
-14e60919f859560f28426a685a555962 xcb-proto-1.12.tar.bz2
+abe9aa4886138150bbc04ae4f29b90e3 xcb-proto-1.13.tar.bz2
diff --git a/xorg-xcb-proto-32/.signature b/xorg-xcb-proto-32/.signature
index 1c7d4599..f24f6a12 100644
--- a/xorg-xcb-proto-32/.signature
+++ b/xorg-xcb-proto-32/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
-RWSwxGo/zH7eXdYF4kaR7XrhkUI0HmhsN8nIP3PF3fSzICr1m79AukT+kCIBGMFhDkaLi9a0LwzIUEyGbIHKERN7TEJ69h0USAs=
-SHA256 (Pkgfile) = ff91b48f1aa98e3371bf90a829831ab6041dc61d3726f7a5fba4332924aa8790
+RWSwxGo/zH7eXW2f1nvT8eBRnjDDmgF3HJ+TdEDwX/I2gM4KnKifqUzVc6ipeDWRzZM/9AH2KqTvvYXFJ15VAadV6Is2MIk4NgY=
+SHA256 (Pkgfile) = 69f1c8925c424dd154b209cd1f5edb8621b8b6fba30a5687a73bca6d60982f8b
SHA256 (.footprint) = 7e2eaf3922d14f88b55f6b1ff626906d2914226f1ef9f4742cbad1f0036a0950
-SHA256 (xcb-proto-1.12.tar.bz2) = 5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906
+SHA256 (xcb-proto-1.13.tar.bz2) = 7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1
diff --git a/xorg-xcb-proto-32/Pkgfile b/xorg-xcb-proto-32/Pkgfile
index e0c93f55..e885dd6f 100644
--- a/xorg-xcb-proto-32/Pkgfile
+++ b/xorg-xcb-proto-32/Pkgfile
@@ -4,16 +4,19 @@
# Depends on: python-32 xorg-xcb-proto
name=xorg-xcb-proto-32
-version=1.12
+version=1.13
release=1
source=(https://www.x.org/releases/individual/xcb/xcb-proto-$version.tar.bz2)
build() {
cd xcb-proto-$version
- ./configure --prefix=/usr --libdir=/usr/lib32
+ ./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib32
make
make DESTDIR=$PKG install
- rm -rf $PKG/usr/{lib,share}
+
+ rm -r $PKG/usr/{lib,share}
}

Generated by cgit