diff options
author | Juergen Daubert <jue@jue.li> | 2022-10-19 09:13:40 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-10-19 09:13:40 +0200 |
commit | 7f7de8d159933dfabefd834f5beb2c73abdb7eb7 (patch) | |
tree | b7d8876aeb76afa4f27d4f4b94cd7b3f9a2fbe98 | |
parent | 77e7f362b17b053746e45f711a23f079ff61fc81 (diff) | |
download | xorg-7f7de8d159933dfabefd834f5beb2c73abdb7eb7.tar.gz xorg-7f7de8d159933dfabefd834f5beb2c73abdb7eb7.tar.xz |
xorg-xcb-util-cursor: update to 0.1.4
-rw-r--r-- | xorg-xcb-util-cursor/.signature | 6 | ||||
-rw-r--r-- | xorg-xcb-util-cursor/Pkgfile | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/xorg-xcb-util-cursor/.signature b/xorg-xcb-util-cursor/.signature index 6bd92887..c583f92c 100644 --- a/xorg-xcb-util-cursor/.signature +++ b/xorg-xcb-util-cursor/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndCy3zBw2IboBKFSClga6eFZyxDkCrl3a4YYrvNM7+C9B0a3hMU4EE57Hzsr0xUzTlIPYSFDeQRMPRc8jPg8HcgY= -SHA256 (Pkgfile) = 4e61305eea481e866fd6a8cf56a7c616d1e6b9f02cbe7b027476a12fd2b94819 +RWTSGWF5Q7TndJo1w9A4UXGoAipR3j3a+N7qqH2FbpQBJkYqb7AUGftfnLVsqJfO4GmfvBaMRDumRzOnPqGt0oOM1wjOU7Eu1Qo= +SHA256 (Pkgfile) = b536776ebe0a40b6a986ed43376fe43863ef5505810988e27263bf4f8902325b SHA256 (.footprint) = da8f0dce68bda3cb22e8aba25a9588fbaeb7b20e8fb54e91649ed45c7be61fee -SHA256 (xcb-util-cursor-0.1.3.tar.bz2) = 05a10a0706a1a789a078be297b5fb663f66a71fb7f7f1b99658264c35926394f +SHA256 (xcb-util-cursor-0.1.4.tar.xz) = 28dcfe90bcab7b3561abe0dd58eb6832aa9cc77cfe42fcdfa4ebe20d605231fb diff --git a/xorg-xcb-util-cursor/Pkgfile b/xorg-xcb-util-cursor/Pkgfile index 2c2a972c..0f4fc404 100644 --- a/xorg-xcb-util-cursor/Pkgfile +++ b/xorg-xcb-util-cursor/Pkgfile @@ -1,18 +1,18 @@ # Description: XCB utilities library -# URL: https://xcb.freedesktop.org/ -# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu +# URL: https://xcb.freedesktop.org/ +# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Depends on: xorg-xcb-util-image xorg-xcb-util-renderutil name=xorg-xcb-util-cursor -version=0.1.3 +version=0.1.4 release=1 -source=(https://xcb.freedesktop.org/dist/xcb-util-cursor-$version.tar.bz2) +source=(https://xcb.freedesktop.org/dist/xcb-util-cursor-$version.tar.xz) build() { - cd xcb-util-cursor-$version + cd xcb-util-cursor-$version - ./configure --prefix=/usr + ./configure --prefix=/usr - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install } |