Skip to content

Commit

Permalink
main/xcb-util-cursor: update to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose authored and q66 committed Oct 20, 2023
1 parent 6a2c701 commit b15f0db
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions main/xcb-util-cursor/template.py
@@ -1,16 +1,22 @@
pkgname = "xcb-util-cursor"
pkgver = "0.1.4"
pkgver = "0.1.5"
pkgrel = 0
build_style = "gnu_configure"
configure_env = {"M4": "/usr/bin/gm4"}
hostmakedepends = ["pkgconf", "gm4"]
hostmakedepends = [
"automake",
"gm4",
"libtool",
"pkgconf",
"xorg-util-macros",
]
makedepends = ["xcb-util-renderutil-devel", "xcb-util-image-devel"]
pkgdesc = "XCB utilities library - port of libxcursor"
maintainer = "Wesley Moore <wes@wezm.net>"
license = "MIT"
url = "https://xcb.freedesktop.org"
source = f"{url}/dist/{pkgname}-{pkgver}.tar.gz"
sha256 = "cc8608ebb695742b6cf84712be29b2b66aa5f6768039528794fca0fa283022bf"
source = f"https://xorg.freedesktop.org/archive/individual/lib/xcb-util-cursor-{pkgver}.tar.xz"
sha256 = "0caf99b0d60970f81ce41c7ba694e5eaaf833227bb2cbcdb2f6dc9666a663c57"


def post_install(self):
Expand All @@ -20,6 +26,3 @@ def post_install(self):
@subpackage("xcb-util-cursor-devel")
def _devel(self):
return self.default_devel()


configure_gen = []

0 comments on commit b15f0db

Please sign in to comment.